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.
