MyBB Community Forums

Full Version: side boxes + facebook like box!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there!

I have the side boxes plugin installed on myBB forum, well, I made a Facebook group of my forum, and I made a Like Box of the group to add it in the side box!
The Like Box worked until yesterday.

I used this code to add it in the side box:
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like-box href="http://www.facebook.com/pages/Arloubes-Forum-%CE%91%CF%81%CE%BB%CE%BF%CF%85%CE%BC%CF%80%CE%B5%CF%82-%CE%A6%CE%BF%CF%81%CE%BF%CF%85%CE%BC/157936184264006" width="180" show_faces="true" stream="false" header="true"></fb:like-box>
Use this;
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like-box href="http://www.facebook.com/platform" width="292" show_faces="true" stream="true" header="true"></fb:like-box>
(2011-03-16, 01:05 PM)Prime Wrote: [ -> ]
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like-box href="http://www.facebook.com/pages/Arloubes-Forum-%CE%91%CF%81%CE%BB%CE%BF%CF%85%CE%BC%CF%80%CE%B5%CF%82-%CE%A6%CE%BF%CF%81%CE%BF%CF%85%CE%BC/157936184264006" width="180" show_faces="true" stream="false" header="true"></fb:like-box>
(2011-03-16, 06:13 PM)Yaldaram Wrote: [ -> ]
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like-box href="http://www.facebook.com/platform" width="292" show_faces="true" stream="true" header="true"></fb:like-box>

take a look at both of those codes... they are the same!!! the only differences are the href the width and the stream!!
So..?
So.. you are telling me to use the same code.... and how this will help me?
Look at your code, there are dozens of %%%%% These are making the issue.
This is just the copy-paste of the facebook group url.....
Try to remove them from your code.
ok...never mind it... it's fikxed its self!! I think it was a "facebook issue"!! hehe!! thank you anyway!!