Skip to main content

Insert Facebook comment form into Discuz forum

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
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

Popular posts from this blog

Turn off AutoPlay on Windows

On Windows, when you insert an USB or a CD/DVD into your computer, they are usually opened automatically. So the computer maybe infected autorun virus. To avoid that, you should turn off AutoPlay function.

Install and play Pokemon Go on unsupported device

Pokemon Go is great mobile game for smart devices (Android, iOS...). Many people can install and play it normally. However, some device has not been supported yet (Intel inside smartphone: Asus Zenfone, Dell Veune, ...; Windows Phone devices...). Here we show you how to play it in all your devices. For Android devices: Enable “Unknown sources” in the settings. Download Pokemon Go app setup:  Link 1  / Link 2   Open the downloaded file to install app. Enable all the settings when promted. Now you can open and run Pokemon Go to catch 'em. ... That's all. Wish succeed!