Hi I am trying to add custom content before the content using the filter
dot_irt_before_count but the counter is not displaying.
Here is my code
function custom_dot_irt_before_count($output) {
$output = ‘<i class=”icon-heart”></i>’;
echo $output;
}
add_filter(‘dot_irt_before_count’, ‘custom_dot_irt_before_count’, 10 );
]]>On my posts pages, it’s showing a heart icon like for the post but also for my instagram feed in the footer.
]]>After duplicating a post, the count of the original page is automatically taken for the new one. Is there a possibility to set the counter to 0 again?
BTW Thanks for that nice Plugin!
]]>Just wanted to start off by saying, I’ve been using the I recommend this plugin for several years now and really like it. Thank you!
I recently upgraded to the latest version and noticed an alt=”nofollow” attribute has been added to the links in the most recommended widget.
You can see my implementation here.
I’m curious why this was done as the links should all be going to internal pages by default and nofollow is basically a vote that you are unsure as to the trust of the link destination. It is a big ding on site SEO.
]]>How to bookmark the content on Google by this plugin
link : https://daymusics.com
]]>I’ve installed and turn on for page/post… but plugin doesn’t show anywhere. If i use the shortcode, it appears. Where is the problem
]]>Increase the size of the Heart Button and number and center.
Hello friend, I loved the plugin, simple and well what I wanted, but I would like to increase the size of the Heart Button and the number and center, have some css that I can use, I have no knowledge about codes just basic notions. Help. Tks
Hi!
First of all thanks for the wonderful plugin, it works great!
I’m using Toolset to build my website, and I would like to sort a view based on the number of upvotes a post has. I couldn’t find any custom field that can achieve this.
Is there any way to get this working?
Thanks ??
]]>Hello ,
can not get like in the post.
Turned off plugins – no lucky.
Any hints, please.
regards
forget it, just script was turned off
]]>I don’t want the heart to show up inside the text area of the post, instead I would like to place it among the date, share, comment area just under the blog post. Where should I insert the code?
I’m using this theme: https://preview.themeforest.net/item/laurel-a-wordpress-blog-shop-theme/full_screen_preview/18399837?_ga=2.89466011.1282023879.1501389375-1457381446.1501389375
Hi,
is there a way to migrate votings from another plugin to yours. I.e. via database? Or at least to manually change the votings?
Thanks,
Flowrian
How can I add the heart code to just my one custom post type (single and archive lists), but not anything else? All i see in backend settings are “Posts” and “All other pages”.
]]>hello dear developer hello dear user
first of all – i have to confess that i am deeply impressed by the bunch of features that you offer with the plugin.
wow: amazing:
A counter to display the number of “like” and to vote.
A widget and a function to display the X most liked posts.
Saves Cookie as well as users IP address to disable voting on the same post again.
Displays Number of likes on Post Edit page along with sorting option. HSG
A preference pane with some options.** Advanced Options **
Hide count if count is zero
Set a default messages when count is zero, one or more
Choose between a “Thumbs Up” or a “Heart” icon to allow post recommending.
Disable plugin CSS to allow you to add your own styling rules
Disable saving of IP address in the table.
one question – can i set the ratings through the backend too?
in other words: can i add the ratings soley through the backend -without needing the users –
Love to hear from you greetings
yours say
ps – keep up the great work – it rocks and is fantastic.
]]>Hi Harish,
Could you please help me understand how to create product hunt like Upvote button on side of blog posts on this test page: https://goo.gl/bFE8Qg
Objective upvote button is like: https://www.producthunt.com/
Regards,
Pawan
Hello,
I am not a php/wordpress expert, so please sorry for the question which looks like an easy task to fix.
I added the following code before the loop of single.php file:
if( function_exists('dot_irecommendthis') ) dot_irecommendthis();
Then, just below the loop inizialization:
$no_likes = '<span class="post-stats-label">' . Likes . '</span><i class="fa fa-heart"></i>
<span>' . dot_irecommendthis() . '</span>';
$no_likes is finally added in the position where I want it should be.
No values are registered.
Could you help me? What is wrong on that?
FYI: I have also tried the original code reported in the plugin homepage:
<?php if( function_exists('dot_irecommendthis') ) dot_irecommendthis(); ?>
but it does not work.
Thank you.
Hi i get this error with your plugin..
[Duplicate entry ‘0’ for key ‘id’]
Regards
]]>Hello
can we show for example most liked/recommanded content for each user.
I want to put in user profile option to see what content he has liked / recommanded?
Regards!
]]>I am using Portfolio v1.09. The installation of ‘I Recommend This’ went perfectly. When I am in the dashboard’s edit mode I can see the heart and counter without issue on the portfolio item. However went I visit the site it does not appear. I would like it to rest on the right side of the tags for the item pictured.
I have pictures if you need a visual. Thank you for any help you can provide.
Tina
https://www.cookierecipes.kitchen/public_html/portfolio.zip/
What is the name of the Post metafield which stores the post like?
Cheers
]]>Great plugin, and simple.
But, how can i add post thumbnails to the widget.
Thanks
]]>Hi,
i wrapped the shrotcode into a button tag because im using the plugin to count a hit on a button…
<button class="dot-irecommendthis btn btn-default btn-sm" id="dot-irecommendthis-<?php echo $post->ID; ?>" href="#">
<?php if( function_exists('dot_irecommendthis') ) dot_irecommendthis();?>
</button>
it works fine. But when i click on a already clicked button (i using the saved IP) wich has already added the “active” tag – it removes not only the a tag it also removes the spans of the recommend button.
This is what stays left:
<button class="dot-irecommendthis btn btn-default btn-sm active" href="#close" title="You already recommended this">1</button>
Any way to avoid this behavior? Im using a css style after and before each span to display one ICON before the count number and one ICON after the count number – but after the click it removes the spans – and with them the icons…
This would be awesome if you can tell me wich part of the plugin i should change to achieve my goal.
Thank you so much for your help
]]>Dear Plugin Author,
I installed this plugin on my site so that users can vote on posts they like the most.
I also read that one of the features is to display the most recommended posts on top and that’s the one thing I need the most for my site.
But I can’t see any results after adding the shortcode.
Is it possible to show the most liked posts on the top followed by other posts based on the likes?
Looking forward to hear from you.
Regards,
Anjali
I would like to add this functionality to the post footer. As seen on this website. How do I go about doing that? The site I am trying to add it to is here.
]]>My site is mostly based on quotes and I wanted social share buttons to display at the end of every post. I installed the WP canvas shortcode plugin to achieve the purpose but the only problem is- when I add the code for I recommend this plugin- It displays a heart on first line and social buttons on second line.
Could it be possible to have both these on the same line where the heart counter would be on right side of the social share buttons, like brainyquote.com has.
Here’s the link to my site- mypatentquotes.com
]]>I would like to offer the possibility of one vote per month. So is it possible to reset the counter (and historic ip address who has voted)?
]]>Hi, love the plugin, but is possible to have several I recommend on one page? Maybe there is a way to make it with shortcode? Thanks!
]]>Hi, thanks for the great plugin, I would like to know if there is a way to only display the number of votes / recommendations on front page. I have the full button on single pages but would like to show only the votes on front.
Thanks in advance!
Hi,
I’ve been using the plugin for a while and it was working fine. But now, when you first load the site (which loads the most recent single post as the homepage) the heart doesn’t load.
If you click back one post and then forward again it does.
Any idea what changed or how to fix it?
https://www.willyurman.com/AdayAphoto/
thanks!
Will
Is it possible that each visitor would be able to see which content they’ve liked?
]]>Hello, i’m not advanced user, and i’m struggling to find out how to do two things:
1- add the hearts options (like) on the home page where all posts show up together, so the visitors will have the option to click like from there too.
2- I have built a menu where some are categories, and i have made a category called popular with the intention of when somebody click there will be the most liked posts/images. How can i do this magic to make this possible? I read a little the posts here and all they mention to add some code to the theme or to a page, but what i have is a category, popular posts, and not a page. What should i do?
]]>