[ Video Sharing CMS v4 ] Article commenting system

Started by trollfacee18,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

trollfacee18Topic starter

hello everybody,
is it possible to add commenting system on phpvibe articles?  can anybody help me with that please
  •  

trollfacee18Topic starter

  •  

mihai

You want facebook comments for articles?
  •  

mihai

If yes you must add the embeded widget(a code that you will fiind online) to articles page.
  •  

PHPVibe A.

If you select facebook comments in the admin panel under Settings it will switch it to Fb comments.

Else, edit tpl/main/post.php

and change

echo comments('art'.token_id());


with

echo '<div id="coments" class="fb-comments" data-href="'.canonical().'" data-width="730" data-num-posts="15" data-notify="true"></div>';

Similar topics (7)