If anybody knows anything about coding...

Messages
4,094
Name
Mark
Edit My Images
No
some help would be most appreciated.:)

I'm trying to set up the facebook 'Like' widget in my wordpress blog, and I reckon that somewhere in this code I should put the URL of my page, but where? :shrug:

I'm using the 'Get code"option form facebook developer, but I don't think its working properly.

<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fplatform&amp;width=292&amp;connections=10&amp;stream=false&amp;header=false&amp;height=255" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:255px;" allowTransparency="true"></iframe>
 
Think he means all the % signs in the link. remove them

In fact there are also some &amp, this is probably caused by the forum software wrap the code in code tags
Code:
 
Last edited:
Its sort of working now, only its not showing latest posts, But thanks for your help guys, muchly appreciated :thumbs:

I think I just need to wait till FB get their 'get code' sorted. It worked fine on my test blog site last week :shrug:
 
Back
Top