=== My Faves for WP === Contributors: sana.azmeh Donate link : https://paypal.me/sazmeh Tags: favorite, bookmark Requires at least: 4.9.0 Tested up to: 6.0 Requires PHP: 7.0 Stable tag: 1.2.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Save your favorite posts, add tags, and list them. == Description == Save your important posts, so you can return to them at any time and read or view them again. - To add post to your list press Fave it button, then add tags and press enter - To remove post from your list press Unfave it button - You can style the button as you want or it gets the default style matching the template - To add post to faves list use shortcode [myfaves-add] - You can add the shortcode in sidebar or footer widget or below header. - To list the faves use shortcode [myfaves-list] - To list faves tags or collections use shortcode [myfaves-tags] - Fave tags links will list posts related to specific tag for logged in user == Installation == 1. Download My Faves folder from WP plugins website 2. FTP or upload `myfaves` folder to the `/wp-content/plugins/` directory 3. Activate the plugin through the `Plugins` menu in WordPress == Frequently Asked Questions == = Does the user need to be logged in to be able to use My Faves? = Yes. = Does it work on custom post types? = Yes. = What class shall I use to modify button style? = For Fave it button use #myfaves-addfavebtn and for Unfave it button use #myfaves-unfavebtn == Screenshots == 1. Shortcode to add post to faves list 2. Shortcode to list the faves 3. Shortcode to list faves tags or collections 4. Admin page side displaying My Faves == Changelog == = 1.2.4 = * Bug fixes * Supports PHP 7 and above. = 1.2.3 = * Added feedback option = 1.2.2 = * Added button style from my faves settings page * Bug fixing. = 1.2.1 = * Text of the buttons can be modified from settings page * Enable or disable tags = 1.1.2 = * Bug Fixes = 1.1.1 = * Bug Fixes = 1.1.0 = * When faving a post featured image is added too. * List displays featured image of the faved post. * Bug Fixes. = 1.0.0 = * First release.