• Resolved s2am

    (@s2am)


    I really like the idea of showing links to the social media sites after a positive feedback. However, it would be even more helpful to encourage them to share this post, because they obviously like it.

    Could you add the option to choose social sharing buttons in the next version?

    Would be a great addition to this awesome plugin!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Blaz K.

    (@blazk)

    HI @s2am,

    this is on to-do list with high priority ?? I can’t promise it will be in the next version but it’s coming very soon ??

    Blaz

    Thread Starter s2am

    (@s2am)

    Great, thank you!

    Plugin Support Blaz K.

    (@blazk)

    Hi @s2am,

    social share button are now supported (version 2.5.0) ?? The plugin shows facebook, twitter, pinterest and reddit share icon if you enable “Show social share links” in the settings.

    You can remove icons with a filter like shown below:

    
    function rmp_remove_social_icon( $socialLinks ) {
      unset( $socialLinks['twitter'] );
      unset( $socialLinks['reddit'] );
      return $socialLinks;
    }
    add_filter( 'rmp_social_links', 'rmp_remove_social_icon' );
    

    Blaz

    Thread Starter s2am

    (@s2am)

    Awesome, it works!
    That’s what I was looking for, thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Social Share Buttons’ is closed to new replies.