• Welcome to WooUSEFUL by PHPVIBE . 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

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
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

Similar topics (7)