Contributors: HenriqueSilverio
Tags: like, dislike, rating, post
Requires at least: 3.0
Tested up to: 3.8
Stable tag: 1.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Rating system for posts, based on Facebook likes. Its not dependent of Facebook.
A rating system for WordPress posts, based on Facebook likes. Allow users like (and undo) your blog posts.
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.
No comes with a bunch of unnecessary settings. Simply install, paste the plugin snippet in your theme loop and its works as expected.
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.
Currently, this plugin has been translated in the following languages:
- English US and Brazilian Portuguese - by HenriqueSilverio
- Germany DE - by patrickhempel
Feel free to contact me if you wish translate he in your language.
Download the files, translate and send a pull request on Github repository or mail me: [email protected].
- Upload plugin files to your plugins folder, or install using WordPress built-in Add New Plugin installer;
- Activate the plugin;
Use this function in your theme loop:
<?php
if( function_exists( 'has_wpls_show_likes' ) ) {
has_wpls_show_likes( get_the_ID() );
}
?>
- This plugin is released under a GPL license.
- Added Germany language.
- Initial version.
WordPress Plugin Boilerplate 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.
WordPress Plugin Boilerplate 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.
Get a copy of the GNU General Public License in http://www.gnu.org/licenses/.