Description
Add a Twitter style love/like/upvote button to your content.
By default, a love button is added to the bottom of the post content area, which can easily be styled with CSS.
Or use a simple shortcode:
[love]
Or use a simple shortcode with the following available parameter:
[love url="https://example.com/"]
Or use the direct HTML code (with additional configuration options):
<div class="love"><applause-button url="https://example.com/" /></div>
Powered by the Applause Button by Colin Eberhardt. Donate to the project.
Installation
Automatic
- From your WordPress Admin, navigate to: Plugins > Add New
- Search for: Love Button
- Install it
- Activate it
Manual
- Download
- Unzip
- Upload to /plugins/ folder
- Activate
Contributors & Developers
“Love/Like/Upvote Button” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Love/Like/Upvote Button” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1
- New