LikeBtn
Forum Replies Created
-
Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] Pre-purchase questionNow Like button is integrated with BuddyPress and allows users to receive notifications when other authenticated user likes their posts: https://likebtn.com/en/wordpress-like-button-plugin#features
Just download updated plugin from https://wordpress.org/plugins/likebtn-like-button/ and copy to /wp-content/plugins/likebtn-like-button replacing existing files.
Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] wp_likebtn_item error doesn't existWe do hope the issue has been solved.
Custom theme and images feature has been added to the plugin.
Download plugin from https://wordpress.org/plugins/likebtn-like-button/ and replace “likebtn-like-button” folder in your /wp-content/plugins/ directory.Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] Better Report and Statistic?Hi,
Such feature will be available soon in the plugin. We will inform you.
Reports have been fixed. Could you please check.
This feature will be available after a few days. We will inform you.
Hi,
Maybe you can try to enable Like button for posts as pictures are inserted into posts.
Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] wp_likebtn_item error doesn't exist[post redacted – Do not ask for access the the OP’s server here on the forums.]
Hi,
Unfortunately, yes. Like Button plugin is hosted on likebtn.com. For now we are not providing a plugin version fully hosted on users’ websites. Maybe in future such possibility will be provided.
Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] wp_likebtn_item error doesn't existHave you tried to activate and deactivate the plugin?
If it will not help run the following queries in your DB:
CREATE TABLE IF NOT EXISTS wp_likebtn_item (ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
identifiertext NOT NULL,
identifier_hashvarchar(32) NOT NULL,
urltext,
titletext,
descriptiontext,
imagetext,
likesint(11) NOT NULL DEFAULT ‘0’,
dislikesint(11) NOT NULL DEFAULT ‘0’,
likes_minus_dislikesint(11) NOT NULL DEFAULT ‘0’,
PRIMARY KEY (ID),
UNIQUE KEYidentifier_hash(identifier_hash),
KEYtitle(title(1)),
KEYlikes(likes),
KEYdislikes(dislikes),
KEYlikes_minus_dislikes(likes_minus_dislikes),
KEYidentifier(identifier(1))
);
CREATE TABLE IF NOT EXISTS wp_likebtn_vote (
IDbigint(20) unsigned NOT NULL AUTO_INCREMENT,
identifiertext NOT NULL,
identifier_hashvarchar(32) NOT NULL,
client_identifiervarchar(32) NOT NULL,
typetinyint(1) NOT NULL,
user_idbigint(20) DEFAULT 0,
ipvarchar(40) NOT NULL,
latfloat(10, 6) NULL,
lngfloat(10, 6) NULL,
created_atdatetime NOT NULL,
PRIMARY KEY (ID),
UNIQUE KEYidentifiers(identifier_hash,client_identifier,user_id),
KEYidentifier(identifier(7)),
KEYcreated_at(created_at),
KEYuser_id(user_id),
KEYip(ip)
);`Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] Button not displaying on post listYes, when it will be implemeted.
You need to register on likebtn.com, add your website to your account and send us your email to support@likebtn.comForum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] Button not displaying on post listWe can offer a free life PRO plan.
Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] Pre-purchase questionHi,
This feature is in our roadmap. We will inform when it will be implemented.
Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] MyCred integrationCould you please send a screenshot of Hooks and your website address to support@likebtn.com
Forum: Plugins
In reply to: [Like Button Rating ♥ LikeBtn] MyCred integrationHave you upgraded Like Button to 2.1.5 version?