Title: Position plugin priority suggestion
Last modified: February 26, 2017

---

# Position plugin priority suggestion

 *  Resolved [Guillermo](https://wordpress.org/support/users/guillermo77/)
 * (@guillermo77)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/position-plugin-priority-suggestion/)
 * Image My page is 3 or 4 px small width. Also can be better in letters for change
   language? The F in graphic is darker, better white.
 * Option, directly when you click in image my page, like it, no link to the page,
   and can show the count.
 * After content option, change priority option to 1, for load before related posts,
   for exp. (If change this I can use it)
 * Option language no is necessary, automatic get spanish in my case, and the image
   is always in english “My Page”.
 * Layout Width no is necessary, you put all aligned to left, make it responsive,
   if can will put it in one line, if no have space in two.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/position-plugin-priority-suggestion/#post-8861869)
 * Hi,
 * Thank you for contacting us!
 * Thank you for your suggestions, we will consider it, and if we deem it necessary,
   we will make the necessary changes to the plugin.
 * “After content option, change priority option to 1, for load before related posts,
   for exp.”
 * In order to change facebook buttons priority, you can add custom code.
    Please
   go to the plugin settings page, open “Custom code” tab, mark “Activate” checkbox
   in the “Editing bws-custom-code.php” section and add the following code:
 *     ```
       add_action( 'the_content', 'fcbkbttn_priority', 1 );
       function fcbkbttn_priority( $content ) {
           remove_filter( 'the_content', 'fcbkbttn_display_button' );
           add_filter( 'the_content', 'fcbkbttn_display_button', 1 );
           return $content;
       }
       ```
   
 * “Option language no is necessary, automatic get spanish in my case, and the image
   is always in english”
 * “My Page” button is an image. Probably, we will change it in the future updates.
   At the moment, you can upload any image you need.
 * Sincerely,
    BestWebSoft Support Team
 *  Thread Starter [Guillermo](https://wordpress.org/support/users/guillermo77/)
 * (@guillermo77)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/position-plugin-priority-suggestion/#post-8862254)
 * Just thanks, I will try it. I know no is easy but think in directly like “my 
   page” and no link.
 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/position-plugin-priority-suggestion/#post-8866416)
 * Hi,
 * Thank you for your reply.
 * Feel free to contact our support team with any questions in future.
 * Sincerely,
    BestWebSoft Support Team

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Position plugin priority suggestion’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/position-plugin-priority-suggestion/#post-8866416)
 * Status: resolved