Discuz is one of popular forum content management systems (CMS). If you want to allow Facebook users can comment on your forum, finding an add-on to embed Facebook social plugin into Discuz is difficult. Here we guide you away to do that by modifying Discuz code.
Insert Facebook comment form into Discuz forum. Example: http://www.thongtinmientay.vn/baiviet/captchatypers-thong-bao-ngay-06-10-2014-394-1-1.html |
- Browse your forum's root directory. Find this file: /template/default/forum/viewthread_node.htm
- Open the file and find this code:
<!--{hook/viewthread_postfooter $postcount}-->
</em>
- Then insert this code below above code in the file:
<!-- BEGIN FACEBOOK COMMENT -->
<div id="fb-root"></div>
<script>
(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/vi_VN/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));
</script>
<div class="fb-comments" data-href="{$_G[siteurl]}forum.php?mod=viewthread&tid=$_G[tid]$fromuid" data-width="757" data-num-posts="10"></div>
<!-- END FACEBOOK COMMENT -->
That's all. Now Facebook users can comment on your Discuz forum without forum account.
Wish succeed!
Comments
Post a Comment