wp-ulike icon indicating copy to clipboard operation
wp-ulike copied to clipboard

WP ULike enables you to add Ajax Like button into your WordPress and allowing your visitors to like and unlike posts,comments, BuddyPress activities & bbPress Topics

Results 36 wp-ulike issues
Sort by recently updated
recently updated
newest added

Right now frontend content is wrapped in ``. It would be ideal to have a title attribute so users could see the action that will be performed, eg ``.

``` $comment_query = new WP_Comment_Query( array( 'post_id' => get_the_ID(), 'meta_key' => '_commentliked', 'meta_query' => array( array( 'key' => '_commentliked', 'value' => '0', 'compare' => '>' ) ), 'orderby' => 'meta_value_num',...

I was trying to use the `wp_ulike_count_box_template` filter suggested here. in order to add some text to the counter number. for instance "10 people liked this post" or "1 person...

Here one person has liked the post, but the thumb says 2 likes. page https://piratemc.com/topic/changelog-updated-server-list-motd-bungee/ ![screenshot 2018-10-18 at 13 35 30](https://user-images.githubusercontent.com/144046/47154619-b66b7800-d2da-11e8-9368-ff92d22f7e63.png)

I get off code on ALO newsletter page. Whenever I disable type of content on the Settings>General page, the code shows up on the page. ![newsletterscreenshot](https://user-images.githubusercontent.com/8514544/43915444-51afa724-9bd0-11e8-8d6d-06cc8ce78ea9.jpg)

If user A "likes" a post, upon refreshing the page it will show +1 like on that post, and it also shows that user's avatar which should link to that...

Hi, I'm using the plugin here, to count votes for a non-profit video contest: https://yellowisforhello.org/vote-for-the-2018-lip-sync-battle-winner/ I've inserted the Like button via shortcode - however, the problem is, the button is...

Hello, I am currently running version 3.0 of WP ULike on my website, and for some reason the Tooltip functionality is no longer working? When running version 2.7, if a...

I tried to add both shortcode and wp_ulike( 'get' ); to post's sidebar (outside of loop) but it does not seem to work at all. If I move the code...

I'm using the Sendgrid plugin: https://wordpress.org/plugins/sendgrid-email-delivery-simplified/ in order to send out emails from WP, but WP Ulike HTML code is being added to the test email I'm sending from the...