Title: Hide / show
Last modified: August 30, 2016

---

# Hide / show

 *  Resolved [Gunivortus](https://wordpress.org/support/users/gunivortus/)
 * (@gunivortus)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/hide-show/)
 * Pre-install question…..
    Is there an option to show only a button “Show feed”(
   or similar text) which a user can click or hoover to get the Facebook etc. page
   stream? I’d prefer to let the visitor decide whether he or she wants to view 
   my social-pages at my website.
 * [https://wordpress.org/plugins/feed-them-social/](https://wordpress.org/plugins/feed-them-social/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [slickremix](https://wordpress.org/support/users/slickremix/)
 * (@slickremix)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/hide-show/#post-6877914)
 * 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/](https://jsfiddle.net/4o7t24y6/4/)
   
   And here is a live example on our test site too. [http://feedthemsocial.com/test/](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/](http://feedthemsocial.com/fts-bar/)
 * Spencer

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/feed-them-social/assets/icon-256x256.jpg?rev=998039)
 * [Feed Them Social - Social Media Feeds, Video, and Photo Galleries](https://wordpress.org/plugins/feed-them-social/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/feed-them-social/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/feed-them-social/)
 * [Active Topics](https://wordpress.org/support/plugin/feed-them-social/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/feed-them-social/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/feed-them-social/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [slickremix](https://wordpress.org/support/users/slickremix/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/hide-show/#post-6877914)
 * Status: resolved