Facebook Like Box Not Working With WordPress?
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!

Comments are closed.