Babu Sriram, thank you very much for your message.
No, the </div> tag should go before </fb:send> tag. Complete
Facebook tag example is here:
<div id="fb-root"></div><script src="
http://connect.facebook.net/en_US/
all.js#appId=265566776791725&xfbml=1"></script><fb:like
href="
http://www.kindlies.com/interesting-photos.php" send="true"
width="450" show_faces="false" font=""></fb:like>
The above code does work on the same html page but outside of GWT.
When I inspect UI using Firebug or Chrome tools I see that Facebook
tags are properly inserted into html structure and should display
well. No other elements or css on the page prevents them from
displaying. There is also enough space around so the Like button
cannot be covered by other panels. But it does not work :(....
I wonder if anyone has ever succeeded getting Facebook buttons display
on GWT Panels?
Thank you very much and I am very hopeful for more insights on how to
fix the problem.
Sergey