Quote:
Originally Posted by Americanbang
Thank you for doing this! However, there is some problems with it. In your code you provide, the facebook options has a different language than English setup. I have made the adjustment to en_US for English though.
Is there an issue with the Facebook Like? After liking, there was a popup that wouldn't go off the screen until I reloaded the page.
How can I bring it down some? It doesn't look that great with it being all the way to the top of my header with the theme I'm using and it would look better if it was more mid-screen.
|
I missed that FB changed the behaviour of the XFBML implementation to display a comment box after pressing Like.
Unfortunatly this option can't be disabled.
I changed the code to use the iframe version which does not use a comment box.
However the iframe version does only support 1 fixed url and not the url of the current page you are on.
If someone finds a solution for this problem please let me/us know!
I also fixed the languange
Thanks for pointing this out