Facebook Like Box Not Working With WordPress?

by freddie on May 2nd, 2010

Did you happen to grab the Facebook Like box code for your WordPress blog and it didn’t work? Same here. Try this quick fix:

In the IFRAME code, replace ‘profile_id‘ with simply ‘id‘.

Thus,

iframe src=”http://www.facebook.com/plugins/likebox.php?profile_id=….

becomes

iframe src=”http://www.facebook.com/plugins/likebox.php?id=…

Give that a try!

From → Web Design

Comments are closed.