XF 1.1 Xenforo Facebook page

AndreaMarucci

Well-known member
Hello, I would like to create a page on my forum with an iframe, or something like an iframe, that show what's happening on our Facebook Group and let you interact.

Anyone can help me? I really don't know where to start...
 
I would strongly suggest starting with the Facebook social plugins.

This is a good place to start: https://developers.facebook.com/docs/reference/plugins/like-box/

After you've chosen your options click "Get Code". There's three types of code available to use. The most appropriate for XenForo is XFBML type.

There's three steps to add that code, but you only need to follow Step 3. With default options the only code you'd need to paste in is:

Code:
<fb:like-box href="http://www.facebook.com/platform" width="292" show_faces="true" stream="true" header="true"></fb:like-box>
 
Ah an actual group. Sorry, most people use Page and Group interchangeably. Sorry, I shouldn't assume.

Unless anyone has written some sort of plugin (facebook hasn't), your only option is an iframe and that's not ideal.
 
Top Bottom