For some time now, WordFence has been reporting a vulnerability in the plugin related to Reflected Cross-Site Scripting:
We waited a while, but finally decided to disable the plugin until the issue is resolved or find an alternative for users to rate posts. Do you plan to fix it in the near future? Please let us know in this thread when it is resolved so we can reactivate the plugin on our site.
Regards.
]]>Hi – it seems that there is a incredible number (2500+) of autoloaded options for likebutn in my wp_options table, is it normal ?
What is the normal number of options for this plugin please ?
]]>how can I sort most like post based on when the post was created in the widget.
for instance I want to know the most liked post out of all the post created this week. Is there a way I can sort like that.
]]>I am using the Like Button pro version on my BBRESS forum and it works well, I am looking at the ‘Would you like to Share?’ pop up button that appears after you like a post/reply,
Is there any way to make this option visable all the time on every reply ?
]]>Hi,
I have a client who would like to have a gallery of images, each of which has a like button with a counter to indicate how many times the image has been liked. They would also like the buttons to generate a report showing which images got the most likes.
I see your plugin handles posts, pages etc, can it be used for images?
Thanks!
Hi,
Before I install the plugin, I want to ask if there is an option to set posts as bookmarked with no counters (just on / off state) only for the visitor, so when when they come back to the site they can go retrieve the post they saved?
Thank you
]]>Hi, we’re reaching out on behalf of one our customers. We’ve reached out via your website however we’ve had no response so far.
We have a custom post type that has a shortcode like this like
[likebtn tooltip_enabled="0" share_enabled="0" white_label="1" identifier="item_'.$showreel->ID.'" theme="disk" dislike_enabled="0" icon_dislike_show="0"]
The page will load and show “4 Likes” (for example), tapping like reduces the like count by one. Tapping again increases it by one back to the original.
Likes never get increased.
We’ve tried different devices, different IPs, logged in, logged out – all the same behaviour.
Is there something we’ve missed?
]]>Hello
Voting < Allow to like and dislike at the same time
When this is checked, the phenomenon occurs.
When I press the top button, the bottom button disappears.
Is this a correct specification?
https://www.awesomescreenshot.com/video/14976439?key=8adb4349576825dfa12eb340e6e51b04
]]>Hi,
At the moment your plugin uses 6 instances of "%%%s%%"
in likebtn_like_button.php, e.g.
$query_where .= ' AND LOWER(p.value) LIKE "%%%s%%" ';
While this is fine at the moment, it is an undocumented “feature” that should be removed in the future.
The wpdb::prepare() documentation notes that percentage wildcards cannot be inserted directly into the SQL, and instead the complete LIKE
string should be provided via the arguments, e.g.
$query_where .= ' AND LOWER(p.value) LIKE %s ';
[...]
$query_parameters[] = '%' . $wpdb->esc_like( strtolower( $post_title ) ) . '%';
It’s undocumented because the “%%” should only provide a single literal percentage sign, and not cause the following “%s” to be unquoted.
]]>Hello,
is it necessary to load widget.js and widget.css if I don’t place a like button in widget area? Can that be turned off?
Thanks David
I accidentally deactivated the trial by selecting the free package before I had finished evaluating the full featured package. I still have days left on my trial, but can’t access them.
]]>Hello,
I’m actually using HivePress/ListingPress on my wordpress site.
I want to sort my listings by “like” from LikeButton plugin.
I know that i can use attributes on Hivepress to do that, but i need to know if LikeButton has some attributes ? Or if anybody has an idea how can i do this.
I must precise that i’m kind of new in wordpress world and don’t have a lot of knowledge in php.
Thanks a lot
]]>I’m looking for a plug-in that will let users “like” items in a table in two different ways. This is a list of board games for an event. I want them to be able to click one “like” button to show they want to play a game and a separate “like” button to show they will bring a game. All of this needs to happen in a table/list of games (not on individual content pages. Is this possible with this plugin out of the box?
]]>Hello, is there a possibility to hide sharing on social networks after clicking on I like?
To move the bouttin also like on the image of the product sheet.
Hi there
At work we’ve found that the plugin wasn’t working properly on one environment.
After digging deep in the code, we’ve noticed an open short tag “<?” in likebtn_like_button.php on line 1909 just before function _likebtn_admin_footer().
This breaks the plugin UI in wp-admin and can potentially damage functionality since not all the scripts are loaded
Please fix it because we’ve spent some time on it!
]]>Is there a way to disable plugin css and js files (widget.js widget.css) to load on homepage? It affects the SEO. Thanks
]]>In the Statistics tab there are the Reset and Delete functions. Both return a positive message when used, but the votes are neither reset nor deleted they remain unchanged.
]]>Tried sorting my posts by likes using the code I saw on the site but it keeps throwing an error on my site
Please help
Thanks
Hello,
is it possible to limit the number of votes a user can post on the site?
hello guys,
Can I show in the same time, percentage of votes too on the vote button ?
see screenshot
https://ibb.co/q0Xbjfw
thanks
]]>Hello,
I’ve made big buttons and I have problem with likebtn button in responsive – mobile browsers, it does not show correctly.
How to fix that. Thanks
]]>I don’t understand how to fix this.
jQuery(document).ready(function() { jQuery(document).on(“click”, “.likebtn_review_notice .notice-dismiss, .likebtn_review_notice .likebtn_dismiss_review”, function(e) { e.preventDefault(); jQuery(“.likebtn_review_notice”).remove(); jQuery.ajax({ url: ajaxurl, method: “POST”, data: { action: “likebtn_dismiss_review”, likebtn_review: “1” } }); }); });
]]>Hi Dear Support Team
I would like show like button more than 1 in one page ( in comment area ).
Could you pls say which package should i buy . Current package is FREE.
Could you pls help me?
Thanks
Sincerely Armen
Hello
thank you very much for this amazing plugin!
I have a problem with the structural data.
The plugin adds to the button the itemtype https://schema.org/Product, even on pages that have nothing to do with products. Google Search Console reported those pages as problematic.
How can I remove or change the itemtype?
Thank you very much in advance.
]]>Hello,
Great plugin i bought it!
Is there a way to inline post on widget, because when I put widget on top full page with the Most Liked Content is vertical align not horizontal
Best regards.
]]>Hi, my wp_options table is full of likebtn_ records. It has an exaggerated size, 280 mega. Is there a way to delete all likebtn_ records from the database? because the site is very very slow. If there is no solution, I am forced to delete the plugin and deactivate the PRO version.
Thanks.
Hi,
I am trying to setup the like/dislike in a specific position due to the layout of my page. I would like to have the default one shown at the bottom of the content removed and then display it through the shortcode. However, the shortcode option doesn’t seem to display the widget while there’s no option to remove the widget from the bottom of the content.
Kindly assist with these.
Kind regards.
]]>Hi,
I use Buddypress plugin with LikeBtn Ultra.
The Members can like each other on my website (with buddypress Member profile button).
If one visitor having the same IP address (and using same device and browser), then the profile button remains active to another member who hasn’t liked it yet.
I set it up:
Track voters by IP + Device + Cookie
and
IP Address Vote Interval
Custom IP address vote interval 1 total seconds
Can you help me, what settings to use?
Thx very much,
Qpido
Hi,
how can I remove one of the two like buttons which currently show up in a post?
View e.g. here: https://gofile.io/d/X8sBog
Or here: https://gofile.io/d/ePwX31
]]>Hi,
first yes i contact the support no answer after 2 days, so i try here.
i want renew my 1 one licens for 22$ but i can t order this just monthly is on your site for 6$ online
is that now normal so?
]]>