MyBB Community Forums

Full Version: Need FB Comments, only in Portal Page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guys I need facebook comments for the posts appear in portal page,

how to achieve this ?

I found this tutorial, but - http://community.mybb.com/post-617744.html

but not getting how to implement this Smile
Edit, Portal Template, and add fb comment box below announcements. You can check demo at:- http://vubscs.tk/portal.php

Find This code in portal template:

<td valign="top">
{$announcements}

and edit with:

<td valign="top">
{$announcements}

<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://www.vubscs.tk" num_posts="2" width="500"></fb:comments>