=== add2fav === Contributors: Christian Salazar Donate link: http://www.ascinformatix.com/www/donate/ Tags: favorites widget Requires at least: 3.3 Tested up to: 3.5.1 Stable tag: License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html this plugin inserts an "Add to Favorites" widget into your post/page. When the previous logged on user clicks over it then the current URL is saved into the users meta data, so he/she can review later via another widget called "Add to Favorites List", this las widget shows the current user favorites. The plugin works via ajax. == Description == You can insert this widget into your wordpress site via Widgets or via Shortcodes. As shortcode you can insert it in any page/post content using this shortcode: "[add2fav-link]" (without the quotes), this will insert the "Add to Favorites" link in your page. When a logged on user clicks on it then the current full page URL (not only the page_id) is saved into the current user meta data, so it can retrieve it later, to do so (retrieve the current user favorites url) you can use a second widget named: "Add to Favorites List", you can found it in your widgets menu. This widget shows a simple list having all the previously saved URLs. At any moment the case can remove the URL simply clicking the "Remove from Favorites" link, this link is the same "Add to Favorites", but it automatically change via ajax showing the label "Remove from Favorites" when the widget detects that this current URL is currently saved in the user's meta data. == Installation == 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place a shortcode [add2fav-link] in your page/post or use the Widgets menu to locate the "Add to Favorites" widget it in your sidebar or somewhere else. 4. Aditionally you can insert the "Add to Favorites List" widget into your side bar to show the current user added favorites. == Frequently asked questions == == Screenshots == 1. [the add to favorites widget](http://www.ascinformatix.com/www/wp-content/uploads/2013/05/screenshot1.png) 2. [the Add to Favorites List widget](http://www.ascinformatix.com/www/wp-content/uploads/2013/05/screenshot2.png) == Changelog == == Upgrade notice == you can update it via bitbucket (GIT), using this repository: [bitbucket add2fav repository](https://bitbucket.org/christiansalazarh/add2fav)