Integrating GWT and Closure makes lot of sense.
GWT is lacking on the server side template-ing.
Closure needs cross compiler like GWT.

On Aug 8, 11:27 am, simplyi <[email protected]> wrote:
> Hello!
>
> I am having hard time getting Facebook Like or Send button to display
> on GWT popup panel. Both buttons display and work well outside of GWT.
> But do not get displayed on GWT panels.
>
> To display Facebook button I use HTML panel:
>
>  HTML sendButton = new HTML();
>            sendButton.setHTML("<div id=\"fb-root\"></div><fb:send href=
> \""+linkToPhoto+"\" font=\"arial\"></fb:send>");
>            right_side_flowPanel.add(sendButton);
>
> Facebook JavaScript and Meta tags are included above on page withing
> <header> tag.
>
> Please advise me how to get it fixed.
>
> Thank you very much.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to