Simple like/unlike function for posts. No dislikes. Bring your own CSS.
評分
最近更新:
October 19, 2017
版本
1.0.0
活躍安裝總數
10

Enables a simple like/unlike feature to be added to posts, pages, etc. There is no dislike feature. You are expected to style it however you like so it matches your theme; it has none of its own CSS. There is also no admin page or options for this plugin.

Add the like button to your template using the included PHP function:

<?php post_likerator(); ?>

By default it will use the current post ID and echo the like button’s markup. You can change this by passing (integer) Post ID and (boolean) echo arguments to the function:

<?php $like_button = post_likerator(2501, false); ?>

The above will attribute likes to post ID 2501 and will assign the string of markup to the $like_button variable instead of echoing it.

Once you’ve got it looking awesome, click to like the post. Clicking again will unlike it. You can go back and forth as much as you want, but it will probably get boring after a little while.

免費使用Creator方案
活躍安裝總數
10
目前已測試版本
4.8.25
此外掛程式已可供下載,並可用於你的 WordPress 自助託管安裝。