Package org.wicketstuff.facebook.plugins

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

Related Classes of org.wicketstuff.facebook.plugins.LikeButton

Copyright © 2018 www.massapicom. 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.