Viewing 1 replies (of 1 total)
  • Plugin Author slickremix

    (@slickremix)

    The free version does not have any options like that. But if you have our plugin installed you could add something to a page or post like this.

    Here is an example of the code running. https://jsfiddle.net/4o7t24y6/4/
    And here is a live example on our test site too. http://feedthemsocial.com/test/

    Add this code to your text widget or page or post, make sure and use the text tab if you add it to a page or post.

    <div id="fts-fb-button" style="background:#3D5B97;padding:7px 15px; display:inline-block; color:#FFF; margin-bottom:10px; cursor:pointer; font-family:arial;">View My Facebook Feed</div><div id="fts-shortcode-wrap" style="display:none">[fts_facebook id=gopro posts_displayed=page_only type=page]</div>
    <script>
    jQuery("#fts-fb-button").on("click", function(){
        jQuery('#fts-shortcode-wrap').toggle();
    });
    </script>

    Happy Holidays!

    FYI We do have the FTS bar if this interests you as well. http://feedthemsocial.com/fts-bar/

    Spencer

Viewing 1 replies (of 1 total)

The topic ‘Hide / show’ is closed to new replies.