Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author JS Morisset

    (@jsmoriss)

    You could try lowering the default filter priority from 100 to something like 5. Add the following to your wp-config.php file and let me know if that works for you.

    define( 'NGFB_SOCIAL_PRIORITY', 5 );

    js.

    Thread Starter adokas

    (@adokas)

    Oh thank you very much, that really helped me, now my only issue is thumbnail pictures are wrong when I share with the buttons.

    Thank you very much for this great the app, I’m considering to upgrade the pro version!

    Plugin Author JS Morisset

    (@jsmoriss)

    You should disable these meta tags:

    <!-- WordPress Facebook Open Graph protocol plugin (WPFBOGP v2.0.11) https://rynoweb.com/wordpress-plugins/ -->
    <meta property="fb:admins" content="100003215695992"/>
    <meta property="og:url" content="https://www.budaboyle.com/?p=123"/>
    <meta property="og:title" content="Estas Tonne-The Song of the Golden Dragon"/>
    <meta property="og:site_name" content="BudaBoyle.com"/>
    <meta property="og:description" content=" "/>
    <meta property="og:type" content="article"/>
    <meta property="og:image" content="https://www.budaboyle.com/wp-content/uploads/2015/01/estas-tonne-the-song-of-the-gold-1024x576.jpg"/>
    <meta property="og:locale" content="tr_tr"/>
    <!-- // end wpfbogp -->

    NGFB should issue warnings about duplicate meta tags when you edit a post / page. You’ll have to fix those issues.

    js.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Setting the position of sharing buttons’ is closed to new replies.