Help, Support & Customization for
WP Favorite Posts
Call now: 720-288-0398
Using WordPress HelpCenter for help with WP Favorite Posts supports hberberoglu (the plugin developer).
/wp-content/plugins/ directory.<?php if (function_exists('wpfp_link')) { wpfp_link(); } ?> in your
single.php or page.php template file. Then favorite this post link will appear in all posts.{{wp-favorite-posts}}
text into content section. This page will contain users favorite posts.2011-12-04 * BUGFIX: Fixed user's favorites widget post limit bug, it works from now. * NEW FEATURE: Added "Reset Statistic Data" option to admin page. You can remove all statistic data by clicking this link. * NEW FEATURE: Added sorting, last added posts will be shown first. * FIX: Changed WP_PLUGIN_URL --> plugins_url()
2011-11-23 * BUGFIX: related with 1.5.4
2011-11-23 * BUGFIX: Thanks to @spectrus http://wordpress.org/support/topic/plugin-wp-favorite-posts-major-bug-getting-user-favourites?replies=1#post-2465141
2011-11-23 * NEW FEATURE: Added don't load js/css file option. If you don't want to load wp favorite post's js/css file, use these options.
2010-12-27 * FIX: Change the user's favorites wigdet title bug fixed.
2010-06-04 * Little JS fix. Thanks to Heather Wallace.
2010-04-23 * Show only published posts on most favorited posts widget
2010-04-13 * Admin can write html codes to label settings (on admin page) * Added "wpfp_link_html" and "wpfp_remove_favorite_link" filters.
2010-04-09 * Fix: same remove link for all posts on index * better wpfp.js: remove li which on favorites page.
2010-04-05 * code refactor, add do_action for add and remove to list (#225575) * update admin page
2010-03-29 * Fix plugin path, fixes image loading problems (#222902)
2010-03-20 * Override page template if wpfp-page-template.php exists on template directory. * Add [wp-favorite-posts] shortcode. Use shortcode instead of {{wp-favorite-posts}}
2010-03-17 * Fix meta key issue.
2010-03-16 * Fix wpfp-span issue
2010-03-16 * Fixed regression: if javascript doesn't work change to non-ajax mode. This fixes 'only text' pages.
2010-02-15 * If user logged in don't show cookie warning at "your favorites" page. * Added "show remove link" and "show add link" options. You can show remove link when someone add a favorite. Similary You can show add link when someone remove a favorite.
2009-06-10 * Added Before Link Image feature. * Refactor code and imporve DRY * Fixed bug: Most favorite list's string sorting problem 2 > 11 * Fixed bug: Clear link not updating post's favorited count
2009-05-31 * Fixed bug: Plugin was working wrong in pages with links includes # character. * Added template tag for Most Favorite Posts. There was already a widget for this.
2009-05-14 * Added "Most Favorited Posts" widget.
2009-04-30 * Added "buy me a beer" section to admin page. * Added favorite statistic feature.
2009-04-26 * Added database integration. - If a user logged in then favorites data will save to database instead of cookies. - If user not logged in data will save to cookies. * Added "only registered users can favorite" option.
2009-03-10 * Fixed duplicate loading image problem * Added [wpfp-link] feature; You can show favorite link only in preferred posts with writing [wpfp-link] to the post content.
2009-03-05 * Fixed ajax problem.
2009-03-02 * Added rel="nofollow" to links. * Favorite posts title language problem solved. * ajax.js file renamed to wpfp.js
2009-03-02 * Use XHTML valid links. * Use class instead of id for html elements. * Use more unique function names. All functions starts with wpfp.
2009-05-14 * Added "Most Favorited Posts" widget.
2009-04-30 * Added "buy me a beer" section to admin page. * Added favorite statistic feature.
2009-04-26 * Added database integration. - If a user logged in then favorites data will save to database instead of cookies. - If user not logged in data will save to cookies. * Added "only registered users can favorite" option.
2009-03-10 * Fixed duplicate loading image problem * Added [wpfp-link] feature; You can show favorite link only in preferred posts with writing [wpfp-link] to the post content.
2009-03-05 * Fixed ajax problem.
2009-03-02 * Added rel="nofollow" to links. * Favorite posts title language problem solved. * ajax.js file renamed to wpfp.js
2009-03-02 * Use XHTML valid links. * Use class instead of id for html elements. * Use more unique function names. All functions starts with wpfp.
2009-02-24 * Use permalinks favorite links. * Users can remove a single favorite post from favorite posts page.
2009-02-24 * Clear Favorites now works. * Favorite list is xhtml valid now.
2009-02-24 * Save button fixed which in options page.
2009-02-24 * Cleared wrong code.
2009-02-24 * Fixed permalink problem. Now works with all types of permalink.
2009-02-23 * First Release of WP-Favorite Posts
Using WordPress HelpCenter for help with WP Favorite Posts supports hberberoglu (the plugin developer).