{"id":5380,"date":"2009-04-30T19:08:16","date_gmt":"2009-04-30T19:08:16","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-likes\/"},"modified":"2011-12-20T18:00:00","modified_gmt":"2011-12-20T18:00:00","slug":"wp-likes","status":"publish","type":"plugin","link":"https:\/\/ceb.wordpress.org\/plugins\/wp-likes\/","author":2537083,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"3.1.1","stable_tag":"trunk","tested":"3.3.2","requires":"2.0","requires_php":"","requires_plugins":"","header_name":"WP likes","header_author":"Aakash Bapna","header_description":"","assets_banners_color":"","last_updated":"2011-12-20 18:00:00","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_donations&business=G66QZRRR7J9HG&lc=IN&item_name=WP%20Likes&item_number=wp%2dlikes&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted","header_plugin_uri":"http:\/\/blog.aakash.org\/2011\/12\/few-updates-wp-likes\/","header_author_uri":"http:\/\/www.aakash.org","rating":5,"author_block_rating":0,"active_installs":100,"downloads":39194,"num_ratings":3,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"3"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1.6","2.2.1","3.0","3.0.2"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1538883","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1538883","resolution":"1","location":"plugin"}},"screenshots":{"1":"The WP Likes plugin in action on a blogpost.","2":"The plugin is customizable to your needs. Fit it the way you want!"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[108,156,169,11300],"plugin_category":[42,53,56],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-5380","plugin","type-plugin","status-publish","hentry","plugin_tags-feedback","plugin_tags-like","plugin_tags-likes","plugin_tags-voting","plugin_category-contact-forms","plugin_category-ratings-and-reviews","plugin_category-social-and-sharing","plugin_committers-aakash1911"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-likes.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-likes\/trunk\/screenshot-1.png?rev=1538883","caption":"The WP Likes plugin in action on a blogpost."},{"src":"https:\/\/ps.w.org\/wp-likes\/trunk\/screenshot-2.png?rev=1538883","caption":"The plugin is customizable to your needs. Fit it the way you want!"}],"raw_content":"<!--section=description-->\n<p>WP Likes lets visitors \"like\" your posts on the fly. No logging in!\nEasily customizable to be used in various other scenarios.\nShows top liked posts in sidebar widget or on a separate page.<\/p>\n\n<!--section=installation-->\n<p>Upload the WP Likes plugin to your blog, Activate it from admin panel and forget it!\nIf you get errors or it doesnot works, check the wp-likes plugin folder permissions. They should be 755.\nPlugin requires php 5.2<\/p>\n\n<p>Now works with WP Super Cache plugin, check the settings page.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>Is there a sidebar widget ?<\/dt>\n<dd><p>Yes! it shows top liked and commented upon posts in your sidebar.<\/p><\/dd>\n<dt>Does it use jQuery for ajax?<\/dt>\n<dd><p>Yes, for now.I will remove this dependency in future. \njQuery if being already called on page is reused, otherwise its fetched from Google AJAX APIs.<\/p><\/dd>\n<dt>Can I see who likes my post?<\/dt>\n<dd><p>Not right now.<\/p><\/dd>\n<dt>How do I use shortcode?<\/dt>\n<dd><p>Create a new page with shortcode like- [wp_likes] [wp_likes show=\"monthly\"] [wp_likes show=\"weekly\" count=\"10\"]<\/p><\/dd>\n<dt>I have a feature request or its not working on my blog.<\/dt>\n<dd><p>Please drop a mail to me[at]aakash[dot]me with blog link.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>3.1.1<\/h4>\n\n<ul>\n<li>Fixed the breaking compatibility with PHP version &lt;5.3, removed array_replace usages.<\/li>\n<\/ul>\n\n<p><h4>3.1<\/h4><\/p>\n\n<ul>\n<li>Enable\/Disable WP likes on specific categories. (check settings page).<\/li>\n<li>Support for %NUM+1%, %NUM-2% etc in texts.<\/li>\n<li>Shortcode for displaying top(monthly, weekly) posts on a page.<\/li>\n<li>Change in behavior- like link always shows now, added- \"Be the first to like\" text.<\/li>\n<\/ul>\n\n<h4>3.0.2<\/h4>\n\n<ul>\n<li>Fixed a bug with custom rendering when calling function in theme template.<\/li>\n<li>Now fully compatible with Google Analytics Plugin by Yoast.<\/li>\n<\/ul>\n\n<h4>3.0<\/h4>\n\n<ul>\n<li>Major release. Frontend rewritten, renders in single line now. Will break most of your customizations.<\/li>\n<li>Much easy to modify &amp; translate plugin to your needs.<\/li>\n<li>Now compatible with WP super cache plugin.<\/li>\n<li>Smoother and more stable experience. Bug fixes all around.<\/li>\n<\/ul>\n\n<h4>2.2<\/h4>\n\n<ul>\n<li>Fixed a bug with XHTML validation and sidebar widget.<\/li>\n<li>The like count appears in RSS feeds now, fixed an issue with loader and like button also showing up in feeds.<\/li>\n<li>Better compatability with other plugins and javascript frameworks like prototype.<\/li>\n<\/ul>\n\n<h4>2.1<\/h4>\n\n<ul>\n<li>Comment count of popular posts now shown in sidebar widget! <\/li>\n<li>More fixes with code not working when php version &lt; 5.3 . Probably an end to call_user_func_array() errors.<\/li>\n<li>jQuery if not present on page, now doesnot wait for the whole page to load. Instead loads as when required.<\/li>\n<\/ul>\n\n<h4>2.0.5<\/h4>\n\n<ul>\n<li>Fixed issues with PHP versions &lt; 5.3 where call_user_func_array() was not accepting static class methods.<\/li>\n<li>Issue with WP Likes and wordpress 2.8.4 where it was appearing while  creating new posts should be fixed.<\/li>\n<li>New function code to freely render pludgin for better compatibility. <\/li>\n<\/ul>\n\n<h4>2.0.1<\/h4>\n\n<ul>\n<li>fixed an issue with text when no likes are there.<\/li>\n<li>changed function_exists to is_callable in code for manually calling WP likes on a post.<\/li>\n<\/ul>\n\n<h4>2.0.0<\/h4>\n\n<ul>\n<li>Major release featuring customizing options under settings, admin dashboard and sidebar widgets.<\/li>\n<li>Changes to UI on posts.<\/li>\n<li>Ability to hide plugin on front-page and other pages.<\/li>\n<\/ul>\n\n<h4>1.2.0<\/h4>\n\n<ul>\n<li>Fixed issues with plugin and XHTML validation.<\/li>\n<li>Now on you will see the upgrade details before upgrading.<\/li>\n<\/ul>","raw_excerpt":"WP Likes lets your blog visitors &#039;like&#039; your posts on the go.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/5380","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=5380"}],"author":[{"embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/aakash1911"}],"wp:attachment":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=5380"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=5380"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=5380"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=5380"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=5380"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=5380"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}