*
*/
public CommentEventPage()
{
add(new FacebookSdk("fb-root"));
add(new Comments(
"comments",
Model.of("http://localhost:8080/wicket/bookmarkable/org.wicketstuff.facebook.plugins.CommentPage")));
final Model<String> responseModel = new Model<String>();
final Label responseLabel = new Label("response", responseModel);