このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

WP Like System

説明

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.

Easy to use

No comes with a bunch of unnecessary settings. Simply install, paste the plugin snippet in your theme loop and its works as expected.

Easy to customize

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.

Ready to translations

Currently, this plugin has been translated in the following languages:

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: contato@henriquesilverio.com.

License

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.

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.

Get a copy of the GNU General Public License in http://www.gnu.org/licenses/.

スクリーンショット

  • Front-End display 01.
  • Front-End display 02.
  • Front-End display 03.

インストール

  • Upload plugin files to your plugins folder, or install using WordPress built-in Add New Plugin installer;
  • Activate the plugin;

Display likes directly

Use this function in your theme loop:

<?php
    if( function_exists( 'has_wpls_show_likes' ) ) {
        has_wpls_show_likes( get_the_ID() );
    }
?>

FAQ

Installation Instructions
  • Upload plugin files to your plugins folder, or install using WordPress built-in Add New Plugin installer;
  • Activate the plugin;

Display likes directly

Use this function in your theme loop:

<?php
    if( function_exists( 'has_wpls_show_likes' ) ) {
        has_wpls_show_likes( get_the_ID() );
    }
?>
What is the plugin license?
  • This plugin is released under a GPL license.

評価

このプラグインにはレビューがありません。

貢献者と開発者

WP Like System はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“WP Like System” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.1.0

  • Added Germany language.

1.0.0

  • Initial release.