문제

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

도움이 되었습니까?

해결책

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

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top