Thanks again Radek I’ve tried your suggestion and edited the code but the “like” still isnt registering.
The “1” shows then quickly disappears.
Here is the fix. Edit the plugin and find the following code:
<iframe src=”http://www.facebook.com/plugins/like.php?href=’.$link.’
Replace it with:
<iframe src=”http://www.facebook.com/plugins/like.php?href=’.urlencode($link)
Still having this issue in latest version of this plugin.
I tried the above but it doesnt work, are you sure the code detailed is exactly correct?
Hope someone can help,
Thanks
DG