• Resolved matteoz

    (@matteoz)


    Hi! The plugin is really wonderful.

    It would be perfect if you could insert a link to write reviews on Google in “Social Widget Settings” (https://search.google.com/local/writereview?placeid=****** || if you liked the article, write a review on google!)

    Or alternatively it would be nice to be able to insert a free link and upload the related icon.

    Many compliments again for this great plugin! ??
    Matteoz

    • This topic was modified 5 years, 7 months ago by matteoz.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Blaz K.

    (@blazk)

    Hi @matteoz,

    I’m happy you like the plugin. I actually wanted to include a filter in the social widget in version 2.5.0 but I somehow forgot ?? I’ll add it in the next version ??

    Blaz

    Plugin Support Blaz K.

    (@blazk)

    Hi @matteoz,

    I added some hooks in the social widget in version 2.6.0 and now you can add custom content in the widget like shown below ??

    
    function my_after_social_widget() {
      echo '<p>if you liked the article, write a review on<a href="https://search.google.com/local/writereview?placeid=">google</a>!</p>';
    }
    add_action( 'rmp_after_social_widget', 'my_after_social_widget');
    

    You can add this snippet to child theme’s functions.php and everything should work ??

    Blaz

    Thread Starter matteoz

    (@matteoz)

    Thank you very much dear Blaz, I very appreciate the effort. I don’t have a child theme and prefer don’t change the code. A customizable link + (uploadable) icon would have been preferable. So I put the google code in “Your Linkedin Page URL:” the IN icon appears but users click on it anyway ??

    Thanks again Blaz.
    Have a good day and many compliments again for your wonderful work.
    Matteoz.

    • This reply was modified 5 years, 7 months ago by matteoz.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tip: writereview?placeid’ is closed to new replies.