Pippins Plugins
  • Email
  • Facebook
  • Feedburner
  • Github
  • Google
  • Twitter
  • Vimeo
  • Youtube
  • Rss
  • About
  • News
  • Join the Site
    • Member Benefits
    • Member Plugins
    • Email Notifications
  • Plugin Store
    • Affiliate Area
    • Checkout
  • Plugins
    • Plugin Portfolio
      • Plugin Portfolio – List View
    • Free
    • Premium
    • Member Plugins
    • Coding Standards
    • Get Plugin Support
  • Tutorials
    • Series
      • Plugin Development 101
      • Creating a User Follow System Plugin
      • Customizing Restrict Content Pro
      • Displaying Content with Easy Content Types
      • Writing Your First WordPress Plugins, Basic to Advanced
      • Working with Widgets
      • User Submitted Image Galleries
      • Plugin Thoughts
      • Integrating Stripe.com with WordPress
      • WordPress Rewrite API
    • Member Exclusive
      • Free Members
      • Subscriber Only
    • Difficulty
      • Beginner
      • Intermediate
      • Advanced
    • Action and Filter Hooks
    • Ajax
    • Custom Post Types
    • External APIs
    • Short Codes
    • Taxonomies
    • Video Tutorials
    • Widget Tutorials
    • WordPress Admin / Dashboard
    • Working with jQuery
    • WordPress Database
    • Writing Plugins
    • Tag Index
  • Reviews
  • Support Forum
  • Contact
    • Support the Site
    • Request Code Review
    • Plugin Support

Love It Pro for WordPress

Posted on March 22, 2012 by Pippin in Member Plugins, Member Restricted, Plugins, Premium, Shop, Social, Subscriber Only, Utilities, Widgets 122 Comments
Home» Member Restricted » Member Plugins » Love It Pro for WordPress
Tweet
Love It - 990

Based off of my tutorial on writing a “Love It” plugin with ajax, Love It Pro is a simple plugin that allows you to add a “Love It” link to your posts and pages. The Love It links give your users a way to show their appreciation, much in the same way that the Facebook Like button works, except that it is specific to your website. If you are looking for a plugin that helps with user interaction, and also provides a way for you to gauge what is popular on your website, this is a very simple but great solution.

Video Demonstration

Features

  • Show Love It links automatically
  • Track your most popular posts, pages, and custom post types
  • Setup in less than 5 minutes
  • Enabled / disable for every registered post type
  • Customize the text displayed for links and “already loved” messages
  • Users can only love posts/pages once
  • Works for logged-in and logged-out users
  • Most Loved widget included
  • No coding necessary
  • Custom CSS option for advanced users
  • Embed help documentation in plugin settings
  • Easy to use template tags for developers

Look just below the social counters in the top right of this content for a live demo.

01-screenshot
02-screenshot
03-screenshot
04-screenshot
05-screenshot
06-screenshot

Go to the support forum.

Change Log

Version 1.1.6
Fixed a bug with recording user loves.

Version 1.1.5
Improved the text domain loader.
Fixed an issue with the Most Loved widget.

Version 1.1.4
Fixed a bug with the auto updater.

Version 1.1.3

Added “lip_links” filter to the love it links.
Added new Italian language files.
Version 1.1.2

Updated the script files to allow the love it link to be displaye on archive pages (when using the template tag)

v1.1.1 – 03/27/2012

Added option for non-logged in users to love items. Loves by non-logged in users are now stored in cookies.
Added automatic update system.
v1.1 – 03/23/2012

Added options to restrict the “Love It” link to only certain post types.


As a premium subscriber, the plugin is free to download and use as much as you wish.

Not a subscriber? Signup today and get immediate access to this plugin and more.
If you wish, you can also purchase the plugin below, without registering as a subscriber.

Checkout Loading — Item successfully added to your cart.

Already a premium subscriber? Login below to download this plugin for free

Lost your password?

Tweet Follow @pippinsplugins
Ajax, love it, popular

122 comments on “Love It Pro for WordPress”

Comment navigation

← Older Comments
  1. Ricardo Giuliani says:
    July 23, 2012 at 12:11 pm

    I would say I’m pretty familiar, but not a pro, here’s an example as how far I got
    http://rbgiuliani.com/samba-player-testament/ but I did not figure out how to change the text link into an image! and having a state ‘clicked’ css as well!
    if you could help me it would be awesome! Here’s my CSS so far:
    a.love-it {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    width: 40px;
    height: 40px;
    margin: 10px;
    padding: 15px;
    background: #ff9999;
    -moz-border-radius: 8px;
    border-radius: 8px;
    }

    Reply
    • Pippin says:
      July 23, 2012 at 8:55 pm

      IF you want a heart background, you need to use a background image, so first go create an image (jpg, gif, png, any will do), size it appropriately and then apply it to the background of the link. Does that make sense?

    • Ricardo B. Giuliani (@rbgiuliani) says:
      July 30, 2012 at 2:59 pm

      Thanks Pippin, with a little work I got it to look like I wanted! if anyone is looking for reference here follow my website link and also the css http://www.rbgiuliani.com/new-apple-tone-are-you-stupid/

      a.love-it {
      display: block;
      text-indent: -9999px;
      float:left;
      width: 30px;
      height: 30px;
      padding: 10px;
      padding-bottom:18px;
      background: url(“image-link”);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-color: #ff9999;
      -moz-border-radius: 8px;
      border-radius: 8px;
      }
      a:hover.love-it{
      background-color: #ff6666;
      display: block;
      text-indent: -9999px;
      float:left;
      }

    • Pippin says:
      July 30, 2012 at 6:22 pm

      Excellent! Thanks for posting!

  2. Ricardo Giuliani says:
    July 23, 2012 at 12:16 pm

    Sorry for the double post! you can delete one!

    Reply
  3. indici15 says:
    July 30, 2012 at 9:56 am

    hello pippin,

    i bought your plugin and i love it ! i just do not understand the css ! i have a png image and it does not shows !

    div.love-it-wrapper {
    background:url(images/sprite.png) no-repeat 0 -369px;
    width: 120px;
    height: 60px;
    display: block;
    text-align: center;
    padding: 60px 0 0 0;
    }

    also after vote, the image does not appear ! pleaseeeeee help me i love your plugin and i need to have a heart image before vote and after vote ! can i send you the image please Pippin !

    Reply
    • Pippin says:
      July 30, 2012 at 6:22 pm

      Thanks for the purchase! Can you please show me the image that you are trying to set as the background? A live URL of the site would also be helpful.

  4. Renee says:
    August 8, 2012 at 11:19 am

    As it stands now, at least using the free version, Love It only appears when actual blog posts are clicked and opened individually. It doesn’t appear under all my posts that are on the front page of my blog. Is this something that I can control in the pro version? I don’t have my site live yet so I can’t show you.

    Reply
    • Pippin says:
      August 8, 2012 at 10:49 pm

      Renee, this can be done in both the free and pro version, but both of them require modifications to the plugin files.

  5. Tom says:
    August 13, 2012 at 9:53 pm

    Hi!

    Love you plugin! I m trying to implement it, but I am running into some problems.

    It appears that Facebook plugins like like buttons and comments have extreme difficulty loading. When I turn on the plugin, suddenly they hardly ever appear and the page keeps loading. Turning it off allows it to work effortlessly. So I am afraid there’s a conflict there.

    Also, I need to insert the function into the template. I use this format:

    The function returns both the page ID and the correct LoveIT string. Shouldn’t it only return the string, not the ID?

    Also, I have some hearts that I would like to display next to the counter. How can I do that easiest? I am sure I can find out myself – after lots of trial and error – but I bet you know far better and faster ;)

    Thanks in advance!!
    Tom

    Reply
    • Pippin says:
      August 13, 2012 at 10:51 pm

      Tom, since this is likely to require several post backs to get everything worked out, can you post this question on the Support Forums? The comments are just harder to follow.

  6. Catherine Mead says:
    October 8, 2012 at 7:06 pm

    Hi, I’m trying to follow the link to purchase as a non-subscriber but the link doesn’t seem to be working. Can you let me know how I can make a purchase please?

    Thanks

    Reply
    • Pippin says:
      October 8, 2012 at 7:11 pm

      Thanks for the heads up. It should work now, but let me know if you are still unable to get to it.

  7. Kat says:
    October 10, 2012 at 1:27 pm

    Hi!

    Love the idea of the plugin and I’m looking for something like that.

    Is there a way for my members to see a list of the posts they loved? If no, would I be able to do that though your ‘User Bookmarks for WordPress’ plugin?

    Thanks!
    Kat

    Reply
    • Pippin says:
      October 10, 2012 at 2:14 pm

      There is not out of the box, but yes, User Bookmarks does have that option.

  8. Catherine Mead says:
    October 21, 2012 at 8:00 am

    Hi,

    Is there a support email address available? I’m having problems integrating the plug-in into my blog, and making the number or image a link, and wondered if you can give any help please?

    Thank you.

    Reply
    • Pippin says:
      October 21, 2012 at 4:28 pm

      You can post your support questions in the dedicated support forum.

  9. Catherine Mead says:
    October 21, 2012 at 4:34 pm

    I’ve completed the contact form twice over here – http://pippinsplugins.com/contact/ – and selected “Technical Support” from the drop-down menu before providing the details of the problem, but hoping someone would reply back. Thanks

    Reply
    • Pippin says:
      October 21, 2012 at 4:39 pm

      I’m going through all weekend emails this evening so I will get to it shortly.

  10. Chris Farina says:
    November 3, 2012 at 11:16 am

    Hi Pippin,

    Been searching for this everywhere.. Then Saw the thief on envato that re skinned your plugin. That sucks: / – So I came here :)

    With the pro version are you able to have the “love it” buttons love totals displayed in a call to recent posts within a widget-ed area?

    Thanks
    Chris

    Reply
    • Pippin says:
      November 3, 2012 at 6:30 pm

      Hi Chris!

      Thanks for coming here instead of purchasing the illegitimate Code Canyon version.

      There is a widget included with the plugin that will let you display a list of the most loved items. It doesn’t display the love count next to each, but I would be happy to modify it so that there is a count included.

  11. adambundy says:
    November 6, 2012 at 11:44 am

    Pippin, I tried to post in the support forums but for some reason I keep getting redirected back to the WP dashboard when logging in.

    Is it possible to have a widget option on this to display ‘most-loved’ post restricted by time, like ‘most loved this week’ or could you post code for a custom loop which would do this? Thanks!!

    Reply
    • Pippin says:
      November 6, 2012 at 6:23 pm

      Hmm, that’s weird, sorry about the trouble with the forums.

      No, sorry, displaying a widget like that is not possible.

  12. Andy says:
    November 28, 2012 at 11:44 am

    Is your ‘love it’ plug-in/widget multi-site enabled. I have created a multisite website for our local village but cannot get the ‘love it’ widget to show the most loved items on the home page side bar. Thanks for any guidance. Andy

    Reply
    • Pippin says:
      November 28, 2012 at 12:43 pm

      Do you want to display most loved items from across the network? If so, no, it cannot do that. It does work on each site independently, however.

  13. Paapa says:
    December 2, 2012 at 10:59 am

    Hey Pippin, good job with this plugin. I also heard about the code canyon incidence decided to come to the source. I havent bought the plugin in yet its very similar to something i need for my site so i was wondering if theres a way to tune it to what i need for my site even if it means paying extra.

    i wanted to use a heart image and have it pop up everywhere a post’s title is on the site so like on the homepage, category pages and what not without losing the count. and also if i can reposition the button to the top of the post next to the title. please get back to me. thanks

    Reply
    • Pippin says:
      December 2, 2012 at 7:59 pm

      Hi Paapa, yes you can use a heart image, though it requires you setup some of your own custom CSS. Anywhere you output the count, it will show the same count, regardless of which page your own. You can place the button anywhere you want, though you have to modify your template files to control the position exactly.

      Thanks for coming here :)

  14. Gianluca says:
    December 17, 2012 at 7:10 am

    Hi Pippin, before proceeding to buy your plugin I have two questions:
    - is it possible to show the number of “loves” on every posts in homepage ?
    - is there a shortcode to show the most loved post? I’d like to show them in a single page and not by the widget

    Thanks!

    Reply
    • Pippin says:
      December 18, 2012 at 7:21 pm

      1. It is is you modify your template files.

      2. No short code. There is a widget to show a list of the most loved, and it includes an option to set the number to display, so you could simply set it to 1.

  15. peter says:
    January 2, 2013 at 5:33 pm

    Thank you very much for the help with changing the image of love-it button. I’m using the free ipin version and i’ve updated the CSS, however, I can only view the “love-it” button when I’m logged into wordpress?
    Is there a reason why the public cant see the button?
    Please help!
    thanks

    Reply
    • Pippin says:
      January 3, 2013 at 8:00 pm

      The free version only supports logged-in users. You have to purchase the Pro version if you want to support logged-out users as well.

  16. peter says:
    January 2, 2013 at 5:35 pm

    I guess i have 1 other question. is it possible to change the color of the fancy box if it is a new posts? lets say,anything up to 24 hours. if its over 24 hours then the default color (white) will appear?

    Reply
    • Pippin says:
      January 3, 2013 at 8:00 pm

      The plugin doesn’t use fancybox . . . .

  17. Mark says:
    January 9, 2013 at 7:02 pm

    Does this plugin work for custom fields or only posts?

    Reply
    • Pippin says:
      January 10, 2013 at 11:40 am

      By custom fields do you mean custom post types? If so, yes!

  18. Kirsten Mavric says:
    February 2, 2013 at 8:15 am

    Hi there. I installed the Love It plugin via the WordPress plugins tab on my Dashboard. Although it seems to be there on my Mac, it’s not showing up at all on my partner’s Mac next to me. Also, really frustratingly, there is no ‘Love It Settings’ tab in the Settings tab so I can’t alter it in any way? Any ideas? I have Prophoto 4 on WordPress.

    Reply
    • Pippin says:
      February 4, 2013 at 11:29 am

      Do you meant the plugin doesn’t show at all in the Plugins page? On the computer that it showed up on, did you activate it?

    • Kirsten Mavric says:
      February 4, 2013 at 11:43 am

      The plugin appears in the Plugins section in the Installed Plugins tab but it doesn’t show up at the bottom of SETTINGS, as it does in your tutorial video. This means I can’t make any alterations to it like where it sits on the page.

      More importantly, no-one else but me seems to be able to see it on my actual blog posts!! They can see the Most Loved Items widget on the right but not the Love It button under the post.

    • Pippin says:
      February 4, 2013 at 12:21 pm

      Can you give me a live site url please?

    • kirstenmavricphotography says:
      February 17, 2013 at 8:57 am

      Did you have any joy with this? Still no-one but I can see the LOVE IT option on my blog posts.

    • Pippin says:
      February 17, 2013 at 9:22 am

      Kirsten, did you see my comment above? It would be great if you could give me your site URL so that I can see it?

    • kirstenmavricphotography says:
      February 17, 2013 at 9:23 am

      I did see it and I did post my URL! Strange it’s not shown up. Here is my url – A little preview on the blog today – Emma and Jon get married in Oxford. :)

      http://kirstenmavric.co.uk/emma-and-jon-wedding-photography-at-oxford-town-hall-a-preview/

    • Pippin says:
      February 17, 2013 at 9:09 pm

      Thank you. Any chance you could send me WP admin info so I could login and take a look? If you can, shoot me an email from my contact page.

    • kirstenmavricphotography says:
      March 3, 2013 at 5:56 am

      Pippin, hiya. I’ve sent you my url twice now. I’d really love to get this sorted. So weird that only I can see the Love It on my blog posts!

    • Pippin says:
      March 4, 2013 at 2:28 pm

      Kirsten, I was asking if you can send me admin access to the site, not just the URL. Are you able to?

    • Kirsten says:
      March 4, 2013 at 2:33 pm

      I’m happy to give you access but I obviously don’t want to post those details in a public forum. Could you email me (I can’t find an email address for you here) and I’ll reply with details?

    • Pippin says:
      March 4, 2013 at 2:35 pm

      Use my contact page in the top left.

  19. Niels Jende says:
    February 22, 2013 at 5:45 pm

    Hi Pippin!

    First of all your plugin seems to be fairly easy to integrate and tp modify. However, before I’m going to purchase your plugin, I need to get one question answered:

    Is it possible to see who has liked/loved a post or ist it not possible?

    Another, not quite to your plugin related question is, do you know a neat facebook/Google+ Plugin which simply posts the content to his and my FB/G+-Sites once someone has hit one of the buttons?

    Hope to hear from you soon!
    Greats
    Niels

    Reply
    • Pippin says:
      February 24, 2013 at 9:50 am

      No, sorry, that is not possible. When a user Loves an image, the info is stored for the user, not for the post.

      I’m not aware of a social plugin for that, sorry.

  20. Boris says:
    April 9, 2013 at 8:05 am

    Maybe a stupid question, but how can I update the plugin??
    I’ve purchased the pro version. When I bought it a couple of months ago, the current version was 1.1.3. So I would like to update it to 1.1.6. Thanks!

    Reply
    • Pippin says:
      April 9, 2013 at 9:12 am

      You can download it from your Account page.

  21. Boris says:
    April 9, 2013 at 9:19 am

    Thanks for your reply.
    But I’ve purchased the plugin without registering as a member, so I don’t have a account…

    Reply
    • Pippin says:
      April 9, 2013 at 1:23 pm

      I’ve just resent your purchase receipt with the download links.

  22. Boris says:
    April 9, 2013 at 1:26 pm

    Awesome, I’ve just downloaded the new version. Thanks a lot!

    Reply

Comment navigation

← Older Comments

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

  • Login

Lost your password?

Please enter your username or e-mail address. You will receive a new password via e-mail.

  • Facebook Become a Fan Like

  • Twitter Subscribe on Twitter Follow

  • YouTube Follow my Videos Subscribe

  • RSS Feed Subscribe with RSS Subscribe

Easy Digital Downloads

Most Loved

  • Love It Pro for WordPress
  • Write a “Love It” Plugin with Ajax to Let Users Love Their Favorite Posts / Pages
  • Simple Notices Pro Plugin for WordPress
  • User Bookmarks for WordPress
  • Front End Registration and Login Forms Plugin

Similar Plugins and Posts

  • Using Ajax in Your Plugin and WordPress Admin
  • Create a Live Search in WordPress with jQuery and Ajax
  • WordPress Rewrite API – Part 3
  • Write a “Love It” Plugin with Ajax to Let Users Love Their Favorite Posts / Pages
  • Drag and Drop Order for Plugin Options

Latest Premium Content

  • Plugin Development 101 – Introduction to Adding Dashboard Menus
  • Plugin Development 101 – Intro to Loading Scripts and Styles
  • User Follow System – Part 5
  • Plugin Development 101 – Intro to Short Codes

Latest Tutorials

  • Storing Session Data in WordPress without $_SESSION (19)

    The term Session in web development refers to...

  • Test Your Plugins with RTL (1)

    Right-To-Left languages are those that...

  • Submitting Your First Pull Request to a WordPress Plugin on Github (5)

    Github is an extremely popular tool for managing WordPress plugins, and one...

Enter your email to receive automated updates when new posts are published

WP Core Contributions

  • [24316]

View the ticket on Trac.

WP Codex Contributions

  • Function: shortcode exists
  • Function: has shortcode
  • Function: shortcode exists
  • Function: shortcode exists
  • Function: has shortcode

View all 41 changes in the Codex.

Latest Tweets

  • Could not fetch Twitter RSS feed.

Topics

shortcodes contextual help Rémi Corson hook add_options_page get_user_meta featured meta box the_content campaign monitor register_setting wp_enqueue_script attachments mail chimp login short codes authors Related posts attachment image forms do_action plugin comments recent posts post types apply_filters taxonomies short code bbpress custom post type Ajax gallery images Stripe taxonomy jquery widgets users add_filter add_action easy content types widget restrict content pro easy digital downloads

Weekly Newsletter

Useful Links

  • Join the Site
  • Plugin Store
  • Affiliate Area
  • Tag Index
  • Support the Site
  • Suggest a Tutorial
  • Random Post
  • Contact

Monthly Archives

(c) 2013 Pippin's Plugins