Title: adding share on Instagram
Last modified: January 19, 2022

---

# adding share on Instagram

 *  Resolved [adskiller](https://wordpress.org/support/users/adskiller/)
 * (@adskiller)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/adding-share-on-instagram/)
 * 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.](https://wordpress.org/support/users/blazk/)
 * (@blazk)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/adding-share-on-instagram/#post-15277425)
 * Hi Marco,
 * It’s possible to add a custom icon with the rmp_after_social_icons hook. Please
   see an example in the [documentation](https://blazzdev.com/documentation/rate-my-post-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](https://wordpress.org/support/users/adskiller/)
 * (@adskiller)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/adding-share-on-instagram/#post-15307321)
 * 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
    -  This reply was modified 4 years, 3 months ago by [Yui](https://wordpress.org/support/users/fierevere/).
    -  This reply was modified 4 years, 3 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘adding share on Instagram’ is closed to new replies.

 * ![](https://ps.w.org/rate-my-post/assets/icon-128x128.png?rev=2045796)
 * [Rate My Post - Star Rating Plugin by FeedbackWP](https://wordpress.org/plugins/rate-my-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rate-my-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rate-my-post/)
 * [Active Topics](https://wordpress.org/support/plugin/rate-my-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rate-my-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rate-my-post/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [adskiller](https://wordpress.org/support/users/adskiller/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/adding-share-on-instagram/#post-15307321)
 * Status: resolved