1 2014-11-10 13:04:07 (edited by dextra 2014-11-10 17:15:11)

Topic: Facebook Comments

Download here:
Facebook Comments


Instructions:
   

  • Copy fbComments folder in morfy plugins

  • Call this with {fbComments}

  • Call this with <?php echo Morfy::factory()->runAction('fbComments');  ?> 

  • For example in the end of  blog_post.html

  • Activate/deactivate plugin, add fbComments in array like  this.


Example config.php

        'fburlsite' => 'http://facebook.com/',
        'fblimit' => '2',
        'plugins' => array(
            'markdown',
            'sitemap',
            'fbComments'
        ),

That's it.

Re: Facebook Comments

Nice Job wink

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

nakome's Website

Re: Facebook Comments

Thanks!