• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] How to Add Facebook comments under Articles

Started by demonguru18,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

demonguru18Topic starter

Hi Mario
I want to add Facebook comments and share buttons under My Published Articles. Is there a method where i can copy-paste the comment code from video page and paste it in Articles page. Or can you tell me how I can add facebook comment box under articles  ;D ;D ;D ;D ;D
I am fan of PHP Vibe
  •  

Marius P.

You can work with com/com_post.php

$txt .= _html($_post->content);
$txt .= '<>';



Something like:



$txt .= _html($_post->content);
$txt .= '<>';
$txt .= '<div class="fb-comments" data-href="http://example.com/comments" data-width="500" data-numposts="5" data-colorscheme="light"><>';



Aware that smf strips out < >


https://developers.facebook.com/docs/plugins/comments
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)