• Resolved Guillermo77

    (@guillermo77)


    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

    (@bestwebsoft)

    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 Guillermo77

    (@guillermo77)

    Just thanks, I will try it. I know no is easy but think in directly like “my page” and no link.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    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.