Ray
]]>Is there any way to do this?
https://www.ads-software.com/plugins/thumbs-rating/
]]>I have one question for a feature that I would like to add, but I am not sure how.
I would like when a visitor clicks the thumb down button, to show a Modal with the question why the user voted the article down.
A few months ago you suggested to someone who wanted to show an alert to un-registered users (https://www.ads-software.com/support/topic/logged-in-users-only?replies=8#post-5126041)
Is there something similar possible for when someone clicks on thumbs down?
Thanks,
Piet
https://www.ads-software.com/plugins/thumbs-rating/
]]>For example: 8 people like my post… 2 people don’t like it. I would like to display that 80% of people like this.
https://www.ads-software.com/extend/plugins/rating-widget/
]]>I’ve configured WP-Postratings so a user can give a Thumbs-Up(+1) or Thumbs-Down (-1).
The Rich Snippet is displayed like this:
<meta itemprop="url" content="https://www.scribbr.nl/scriptie/voorwoord-van-de-thesis/"><div style="display: none;" itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating">
<meta itemprop="bestRating" content="2">
<meta itemprop="ratingValue" content="1">
<meta itemprop="ratingCount" content="1">
<meta itemprop="reviewCount" content="1">
As you can see bestRating is somehow set to 2 instead of 1. This results in incorrect the RichSnippets.
How should I config WP-Postratings Thumbs-up/Thumbs-down for the Rich Snippets to display the correct results?
Thanks
https://www.ads-software.com/extend/plugins/wp-postratings/
]]>Is there any plugin I haven’t found that satisfies my need? Or a code maybe? I would really appreciate if someone can help me about this. Thanks.
]]>https://support.polldaddy.com/rating-widget/
So based on that support doc, I created my rating code from within my polldaddy account (found here):
https://polldaddy.com/ratings/list-ratings.php
This is the code I ended up with from creating my rating code and then modifying it based on the first URL I supplied above so that it would work with all posts on my blog and not just one:
<div id="pd_rating_holder_810655"></div>
<script language="javascript" type="text/javascript">
PDRTJS_settings_810655 = {
"id" : "810655",
"unique_id" : "wp-post-<?php echo( $post->ID ); ?>",
"title" : "<?php echo( $post->post_title ); ?>",
"permalink" : "<?php echo( get_permalink( $post->ID ) ); ?>"
};
</script>
<script type="text/javascript" language="javascript" src="https://i.polldaddy.com/ratings/rating.js"></script>
But for some reason it’s not displaying correctly on my site. Does anyone have experience with this nero rating code as they call it?
Here is an example of a site using it exactly how I want to:
https://wedinator.com/
Advice?
]]>