Viewing 6 replies - 1 through 6 (of 6 total)
  • Anonymous User 10379533

    (@anonymized-10379533)

    this is happening to me too. “Like” is using the “Share” function and confusing our users. Please fix this!

    Do you have “Disable Socialite” checked? Unchecking this resolved the issue for me. I can see now that static images are initially loaded for speed and then when you hover over it changes to actual Like buttons.

    Plugin Author Syed Balkhi

    (@smub)

    Make sure that Socialite is not Disabled.

    nguyenbanglaixe

    (@nguyenbanglaixe)

    hum, i do not check in “Disable Socialite”, but it’s still like = share button, what should i do now? ??
    U can see my new web: https://daotaolaioto.com/

    Only allowing the “Share” option with Facebook instead of “Like”. Socialite is not Disabled. Running WP version 3.9.2 and version 1.1.5 of the plugin.

    Hi Guys,

    You could try change the code around line 1095 in “wp-content/plugins/floating-social-bar/class-floating-social-bar.php”. Where you see

    '<a href="https://www.facebook.com/sharer.php?u=' . get_permalink( $post->ID )

    maybe you could use something like

    '<a href="https://www.facebook.com/plugins/like.php?href=' . urlencode( get_permalink( $post->ID ) )

    Ps.: See the URL clicking “Get Code” at https://developers.facebook.com/docs/plugins/like-button.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘When clicking Like it uses the Share Function’ is closed to new replies.