Plugin Directory

source: like-dislike-for-wp/trunk/README.txt @ 3092259

Last change on this file since 3092259 was 3092259, checked in by ankitmaru, 2 months ago

Initial release

File size: 1.8 KB
Line 
1=== Like Dislike For WP ===
2Contributors: ankitmaru, ankitpanchal
3Tags: like, dislike, voting, post, button
4Requires at least: 4.0
5Tested up to: 6.5
6Stable tag: 1.0.2
7License: GPLv2 or later
8License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
10Add like and dislike buttons to your WordPress posts/pages.
11
12== Description ==
13
14WP Like Dislike is a simple yet powerful plugin that allows users to express their opinion by liking or disliking WordPress posts or pages. With just a click of a button, visitors can indicate their preference for content, providing valuable feedback to site owners.
15
16Features include:
17- Easily add like and dislike buttons to your WordPress posts or pages.
18- Customize button labels and styles to match your website's design.
19- View post/page like and dislike counts in the WordPress admin area.
20- Toggle button visibility based on user preferences or administrator settings.
21- Protect against abuse with nonce verification and other security measures.
22
23== Installation ==
24
251. Upload the `like-dislike-for-wp` folder to the `/wp-content/plugins/` directory.
262. Activate the plugin through the 'Plugins' menu in WordPress.
273. Configure plugin settings under Settings > Like Dislike For WP.
28
29== Frequently Asked Questions ==
30
31= How do I add like and dislike buttons to my posts/pages? =
32
33Simply activate the plugin, and the like and dislike buttons will automatically appear on your posts and pages.
34
35= Can I customize the appearance of the buttons? =
36
37Yes, you can customize button labels and styles from the plugin settings page.
38
39= Is there a shortcode available for manual placement of buttons? =
40
41Currently, there is no shortcode available. The buttons are automatically added to posts/pages.
42
43== Screenshots ==
44
451. Plugin settings page.
462. Like and dislike buttons on a post.
47
48== Changelog ==
49
50= 1.0.2 =
51* Initial release.
Note: See TracBrowser for help on using the repository browser.