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

    (@scorpiongod)

    You can do it by changing the plugin’s PHP code. Change the following one to this one at both places

    echo '<div class="fb-like" data-href="' . get_permalink( $post->ID ) . '" data-send="false" data-layout="box_count" data-show-faces="false"></div></div>';

    echo '<div class="fb-share-button" data-href="' . get_permalink( $post->ID ) . '" data-send="false" data-layout="box_count" data-show-faces="false"></div></div>';

    This will remove the Facebook Like functionality and will add the FB Share button.

    I don’t recommend to change anything, if you’re not familiar with PHP.

    Thread Starter MavsFanRy

    (@mavsfanry)

    You the man, ty!

    Thread Starter MavsFanRy

    (@mavsfanry)

    Got it, but is there a way to have bot fb like and share options show?? Also how do I give it a counter so it matches the other 3?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Way to add a Facebook share option?’ is closed to new replies.