Class Recommendations

    • Constructor Detail

      • Recommendations

        public Recommendations​(String id)
        Parameters:
        id - wicket-id
      • Recommendations

        public Recommendations​(String id,
                               IModel<?> site)
        Parameters:
        id - wicket-id
        site - a comma separated list of domains to show recommendations for. The XFBML version defaults to the current domain
    • Method Detail

      • isShowHeader

        public boolean isShowHeader()
        Returns:
        whether to show the Facebook header
        See Also:
        setShowHeader(boolean)
      • setLinkTarget

        public void setLinkTarget​(LinkTarget linkTarget)
        This specifies the context in which content links are opened. By default all links within the plugin will open a new window. If you want the content links to open in the same window, you can set this parameter to _top or _parent. Links to Facebook URLs will always open in a new window
        Parameters:
        linkTarget - Options: LinkTarget
      • setShowHeader

        public void setShowHeader​(boolean showHeader)
        specifies whether to show the Facebook header
        Parameters:
        showHeader -