-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
32 lines (19 loc) · 1.34 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
=== HeartThis ===
Contributors: fatmedia, wpsitecare
Tags: cool stuff
Requires at least: 4.3
Tested up to: 4.3
Stable tag: 0.1.0
License: MIT
Add a simple heart button to let people tell you they love your WordPress content.
== Description ==
HeartThis adds a minimalistic "heart" button to let your visitors tell you when they really enjoy your content. It works similar to the way hearts on Twitter or Likes on Facebook work.
When a user clicks the heart button, their vote is counted and displayed as a single heart. HeartThis comes with a built-in popular posts widget that sorts posts based on the number of hearts they have. You can also use the saved "hearts" information in your own custom themes and plugins however you like.
HeartThis has the ability to automatically display hearts at the bottom of any post type, which can be selected from the options screen inside the WordPress admin dashboard. If you'd like more control over where and how your hearts display, you can also use the `[heart_this]` shortcode or `heart_this_hearts()` template tag to display them inside your content or theme.
= Contributing =
If you'd like to submit code patches or contribute in any other way, please fork the plugin on GitHub. https://github.com/wpsitecare/heart-this
== Screenshots ==
1. A view of a post being liked.
== Changelog ==
= 0.1.0 =
Initial release!