Topic: Simple Social Share Network

Simple Social Share Network 1.0

share.zip

Instructions:
Add plugin in config.php file for activate this :

<?php
    return array(
        ..... ABOVE CODE IN CONFIG FILE .....
        'plugins' => array(
            'markdown',
            'sitemap',
            'share' // Activate share
         )
    );

 
And put this code <?php echo Morfy::factory()->runAction('share'); ?> in your template file.

Sorry for my little english sad

Re: Simple Social Share Network

Nice job smile

..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

Re: Simple Social Share Network

Nice!

Monstra Loves You! Give some love back!

Re: Simple Social Share Network

than that I only see on my server I have a problem with Morfy sad

Fatal error: Using $this when not in object context in /home/elefther/public_html/plugins/share/share.php on line 59

Re: Simple Social Share Network

Morfy::factory()->getPage($this->getUrl())

instead of

$this
Monstra Loves You! Give some love back!

Re: Simple Social Share Network

Thx Awilum !
Fixed some notices and Dextra issue.
Download share 1.1

Sorry for my little english sad

Re: Simple Social Share Network

Still get Fatal error: Using $this when not in object context in /home/Jelen/public_html/plugins/share/share.php on line 60.

Re: Simple Social Share Network

I have the same problem!

Fatal error: Using $this when not in object context in /home/xxxxx/public_html/plugins/share/share.php on line 60.

Can you help me?