Title: setting the button up with shortcode
Last modified: June 30, 2019

---

# setting the button up with shortcode

 *  Resolved [sailpilot](https://wordpress.org/support/users/sailpilot/)
 * (@sailpilot)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/setting-th-button-up-with-shortcode/)
 * I just downloaded this plugin and want to use it just for a button to like the
   associated FB page.
 * I inserted the shortcode into the sidebar using the custom html widget. If I 
   check the like option on the settings that button shows up in the content area
   and the sidebar. if I uncheck the like button it doesn’t show up anywhere.
 * Can you please let me know what has to be set in the settings page and on the
   sidebar shortcode to just display a like button (for our facebook page).
 * Thanks
 * btw I also downloaded your Twitter button to use the same way just for follow
   and it seems to work in the sidebar with the shortcode
    -  This topic was modified 6 years, 11 months ago by [sailpilot](https://wordpress.org/support/users/sailpilot/).
    -  This topic was modified 6 years, 11 months ago by [sailpilot](https://wordpress.org/support/users/sailpilot/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/setting-th-button-up-with-shortcode/#post-11770535)
 * Hi,
 * Thank you for contacting us!
 * In order to hide the facebook button from the content area, please try to do 
   the following steps:
    1) Go to the Admin Dashboard->plugin’s settings page; 2)
   Find the “Buttons” option, mark the “Like” checkbox and save the changes; 3) 
   Go to the “Custom Code” tab, mark the “Activate custom CSS code.” checkbox and
   add the following code:
 *     ```
       .entry-content .fcbkbttn_buttons_block {
         display: none;
       }
       ```
   
 * 4) Save the changes and check the result.
 * Maybe, it would be better if you create a private ticket on our support forum(
   [https://support.bestwebsoft.com/hc/en-us/requests/new](https://support.bestwebsoft.com/hc/en-us/requests/new)).
   Please include a link to this post, so that we could recall the case immediately.

Viewing 1 replies (of 1 total)

The topic ‘setting the button up with shortcode’ is closed to new replies.

 * ![](https://ps.w.org/facebook-button-plugin/assets/icon-128x128.gif?rev=2598550)
 * [BestWebSoft's Like & Share - Posts, Pages and Widget Social Extension plugin for WordPress](https://wordpress.org/plugins/facebook-button-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/facebook-button-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/facebook-button-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook-button-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook-button-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook-button-plugin/reviews/)

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 1 reply
 * 2 participants
 * Last reply from: [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/setting-th-button-up-with-shortcode/#post-11770535)
 * Status: resolved