• Resolved adskiller

    (@adskiller)


    Hello,

    Thanks for your plugin!

    Will you consider adding share on Instagram any time soon?

    Nowadays, more people use Instagram than Facebook. Everyone is on it… And countless people have stop using Facebook for Instagram.

    – Also, how do we exclude your plugin from specific posts or posts on specific categories?

    Kind regards,

    Marco

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

    (@blazk)

    Hi Marco,

    It’s possible to add a custom icon with the rmp_after_social_icons hook. Please see an example in the documentation.

    You can exclude the plugin from specific posts in the settings. Look for “Exclude rating and result widget from”. Alternatively you can use rmp_display_rating_widget filter. You have an example how to exclude rating widget from specific categories.

    Best regards,
    Blaz

    Thread Starter adskiller

    (@adskiller)

    Hi Blaz,

    Thanks! It’s actually really customizable and well documented ??

    However, the code provided to add social icons doesn’t tell how to add social share icons. Only to redirect to the social profil.

    Your code:

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

    Could you let me know how to add share icons for instagram and whatsapp?

    Thanks in advance.

    Kind regards,

    Marco

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘adding share on Instagram’ is closed to new replies.