• Resolved wordmax

    (@wordmax)


    Hi, nice plugin!
    It could be nice to have other options for social sharing.
    Able to pick and choose which icon/links to display for sharing.
    From the list:
    Facebook
    Twitter
    Pinterest
    Reddit
    Linkedin
    Instagram
    Flickr
    Youtube
    Tumbler
    Medium
    etc
    etc

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

    (@blazk)

    Hi @wordmax,

    thanks for your suggestion. I wrote this down and it might be included in one of the future versions. Nevertheless, with the rmp_after_social_icons action, you can easily add additional icons/links.

    See example:

    
    function my_after_social_icon() {
      echo '<a target="_blank" href="https://www.tumblr.com/mysite" rel="noopener noreferrer"></a>';
    }
    add_action( 'rmp_after_social_icons', 'my_after_social_icon');
    

    Regards,
    Blaz

Viewing 1 replies (of 1 total)
  • The topic ‘Social sharing options suggestion…’ is closed to new replies.