{"id":27698,"date":"2014-02-07T00:21:42","date_gmt":"2014-02-07T00:21:42","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-like-system\/"},"modified":"2018-03-07T01:52:13","modified_gmt":"2018-03-07T01:52:13","slug":"wp-like-system","status":"publish","type":"plugin","link":"https:\/\/fr.wordpress.org\/plugins\/wp-like-system\/","author":13387753,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.0","stable_tag":"1.1.0","tested":"4.9.29","requires":"3.0","requires_php":"5.6","requires_plugins":"","header_name":"WP Like System","header_author":"Henrique Silv\u00e9rio","header_description":"","assets_banners_color":"","last_updated":"2018-03-07 01:52:13","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/pag.ae\/bhdkncn","header_plugin_uri":"https:\/\/github.com\/HenriqueSilverio\/wp-like-system","header_author_uri":"http:\/\/blog.henriquesilverio.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2374,"num_ratings":0,"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":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.1.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1834939","resolution":"1","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1834939","resolution":"3","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1834939","resolution":"2","location":"plugin"}},"screenshots":{"1":"Front-End display 01.","2":"Front-End display 02.","3":"Front-End display 03."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[19028,156,86,2295],"plugin_category":[53],"plugin_contributors":[94690],"plugin_business_model":[],"class_list":["post-27698","plugin","type-plugin","status-publish","hentry","plugin_tags-dislike","plugin_tags-like","plugin_tags-post","plugin_tags-rating","plugin_category-ratings-and-reviews","plugin_contributors-henriquesilverio","plugin_committers-henriquesilverio"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-like-system.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-like-system\/trunk\/screenshot-1.png?rev=1834939","caption":"Front-End display 01."},{"src":"https:\/\/ps.w.org\/wp-like-system\/trunk\/screenshot-2.png?rev=1834939","caption":"Front-End display 02."},{"src":"https:\/\/ps.w.org\/wp-like-system\/trunk\/screenshot-3.png?rev=1834939","caption":"Front-End display 03."}],"raw_content":"<!--section=description-->\n<p>A rating system for WordPress posts, based on Facebook likes. Allow users like (and undo) your blog posts.<\/p>\n\n<p>The users likes are saved directly on your database, like a WordPress native component. So, users can give you a feed back without a Facebook account.<\/p>\n\n<h4>Easy to use<\/h4>\n\n<p>No comes with a bunch of unnecessary settings. Simply install, paste the plugin snippet in your theme loop and its works as expected.<\/p>\n\n<h4>Easy to customize<\/h4>\n\n<p>WP Like System comes with a clean HTML markup and some CSS class, making easy for replace default styles to adjust better in your theme whenever necessary.<\/p>\n\n<h4>Ready to translations<\/h4>\n\n<p>Currently, this plugin has been translated in the following languages:<\/p>\n\n<ul>\n<li>English US and Brazilian Portuguese - by <a href=\"https:\/\/github.com\/HenriqueSilverio\">HenriqueSilverio<\/a><\/li>\n<li>Germany DE - by <a href=\"https:\/\/github.com\/patrickhempel\">patrickhempel<\/a><\/li>\n<\/ul>\n\n<p>Feel free to contact me if you wish translate he in your language.<\/p>\n\n<p>Download the files, translate and send a pull request on <a href=\"https:\/\/github.com\/HenriqueSilverio\/wp-like-system\">Github repository<\/a> or mail me: <a href=\"mailto:&#099;&#111;&#110;&#116;&#097;&#116;&#x6f;&#x40;&#x68;&#x65;&#x6e;&#x72;&#x69;&#x71;&#x75;&#x65;&#x73;&#x69;lv&#101;&#114;&#105;&#111;&#046;&#099;&#111;&#109;\">&#099;&#111;&#110;&#116;&#097;&#116;&#x6f;&#x40;&#x68;&#x65;&#x6e;&#x72;&#x69;&#x71;&#x75;&#x65;&#x73;&#x69;lv&#101;&#114;&#105;&#111;&#046;&#099;&#111;&#109;<\/a>.<\/p>\n\n<h3>License<\/h3>\n\n<p>WP Like System is free software: you can redistribute it and\/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<\/p>\n\n<p>WP Like System is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<\/p>\n\n<p>Get a copy of the GNU General Public License in <a href=\"http:\/\/www.gnu.org\/licenses\/\">http:\/\/www.gnu.org\/licenses\/<\/a>.<\/p>\n\n<!--section=installation-->\n<ul>\n<li>Upload plugin files to your plugins folder, or install using WordPress built-in Add New Plugin installer;<\/li>\n<li>Activate the plugin;<\/li>\n<\/ul>\n\n<h4>Display likes directly<\/h4>\n\n<p>Use this function in your theme loop:<\/p>\n\n<pre><code>&lt;?php\n    if( function_exists( 'has_wpls_show_likes' ) ) {\n        has_wpls_show_likes( get_the_ID() );\n    }\n?&gt;\n<\/code><\/pre>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ul>\n<li>Upload plugin files to your plugins folder, or install using WordPress built-in Add New Plugin installer;<\/li>\n<li>Activate the plugin;<\/li>\n<\/ul>\n\n<h4>Display likes directly<\/h4>\n\n<p>Use this function in your theme loop:<\/p>\n\n<pre><code>&lt;?php\n    if( function_exists( 'has_wpls_show_likes' ) ) {\n        has_wpls_show_likes( get_the_ID() );\n    }\n?&gt;\n<\/code><\/pre><\/dd>\n<dt>What is the plugin license?<\/dt>\n<dd><ul>\n<li>This plugin is released under a GPL license.<\/li>\n<\/ul><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Added Germany language.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Rating system for posts, based on Facebook likes. Its not dependent of Facebook.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/fr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/27698","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/fr.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/fr.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=27698"}],"author":[{"embeddable":true,"href":"https:\/\/fr.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/henriquesilverio"}],"wp:attachment":[{"href":"https:\/\/fr.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=27698"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/fr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=27698"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/fr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=27698"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/fr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=27698"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/fr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=27698"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/fr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=27698"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}