I  want to incorporate the facebook like button in my wicket application 
page. The page is a story page which displays different stories based on
what story the user clicked on in the previous page. Basically, the page is
rendered with one story every time. Based on the facebook implementation of
the like button:

<iframe
src="http://www.facebook.com/plugins/like.php?app_id=219924774692113&amp;href=http%3A%2F%2Fapps.facebook.com%2Fmyappname%2F%3Fref%3Dbookmarks&amp;send=true&amp;layout=standard&amp;width=450&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font=verdana&amp;height=80";
scrolling="no" frameborder="0"
style="border: none; overflow: hidden; width: 450px; height: 80px;
allowTransparency="true"></iframe>


How do I go about making each like mapped to each of the stories??

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/facebook-like-iframe-in-wicket-tp3540423p3540423.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to