Question

So i was wondering around with Joomla and noticed that is it possible for facebook default plugin code that could comment box for each articles. I've been searching for and hour or two. But no luck. There is one plugin for facebook comment. But i have to paste this {fcomment} in every article that i make. So it's not so good or little troubling.

And what i wnat is this kind of code:

<div class="fb-comments" data-href="http:// example . com/index.php?option=com_content&id=" data-width="470" data-num-posts="2"></div>

So is it possible to do this just by editing this code? or is there any other solution that can help me.

Thanks

Was it helpful?

Solution

For unique comments for each page you just need to change

data-href="http:// example . com/index.php?option=com_content&id="

for new data-href there is new comment box.

Pass url of page in href and it will fetch that page's comments only

OTHER TIPS

yes its possible. use the al facebook comment plugin. here is the link http://extensions.joomla.org/extensions/social-web/social-comments/16890

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top