Saturday, 31 August 2013
  6 Replies
  3.7K Visits
0
Votes
Undo
I solved this by using a plugin my need very well-known and well done
this is: Facebook Comments Plugin

installed the plugin as a normal extension, configure the plugin to your preference.
the plugin is designed to be easily inserted into each page "article" with the following code: {fcomment}, but this is not possibile insert pages campaign ...at least as well as you could do in an article in joomla.

the solution:
modify the template that generates the campaign page, the fle is "single.php" in your site / components/com_jgive/views/campaign/tmpl (I suggest you make an override of the files in your template.)

where you want to display the module's comments facebook call the plugin with this code:
<?php echo JHTML::_('content.prepare','{fcomment}'); ?>


follow the instructions of plugins for the various options and configurations allowed.