Examples of LikeButton


Examples of org.wicketstuff.facebook.plugins.LikeButton

   *
   */
  public EdgeEventPage()
  {
    add(new FacebookSdk("fb-root"));
    add(new LikeButton("likeButton", Model.of("http://localhost/")));

    final Model<String> responseModel = new Model<String>();
    final Label responseLabel = new Label("response", responseModel);
    responseLabel.setOutputMarkupId(true);
    add(responseLabel);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.