Etiket arşivi: wordpress plugins

WP Favorite Posts 1.2 Released! [en]

I’m writing this post for announce new version of WP Favorite Post plugin. If you want to read details (installation etc.), you can go my first post about this plugin.

Database integration added with version 1.2 !

* 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.

And if you want, you can choose “only registered users can favorite a post” option from admin panel.

You can download wp favorite posts plugin from here.

WP Favorite Posts 1.1.5 Released! [en]

I’m writing this post for announce new version of WP Favorite Post plugin. If you want to read details (installation etc.), you can go my first post about this plugin.

What’s different between previous version and this version;

  • Added rel=”nofollow” to links.
  • Favorite posts title language problem solved.
  • ajax.js file renamed to wpfp.js
  • Use XHTML valid links.
  • Use class instead of id for html elements.
  • Use more unique function names. All functions starts with wpfp.

You can report bugs by leaving a comment.

WP Favorite Posts Released! [en]

This post is deprecated. Please go to new project page of plugin.

———-

Hello, this is my first english post in my blog for announce my first wordpress plugin. I’ll continue to post in english about my plugin. You can follow only my english posts via that RSS feed. Thanks for following !

I made a plugin named as WP Favorite Posts. This plugin allows visitors to mark a post as favorite. There is no register requirement because this plugin saves data to cookies. Visitor can see his/her favorite posts list from “Favorites” page which you created.

Installation is very easy;

  1. Download the WP Favorite Posts plugin.
  2. Unzip into your /wp-content/plugins/ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Place <?php if (function_exists('wpfp_link')) { wpfp_link(); } ?> in your single.php template file. Then favorite this post link will appear in all posts.
  5. Create a page e.g. “Your Favorites” and insert {{wp-favorite-posts}} text into content section. This page will contain users favorite posts.
  6. That’s it :)

Actually the plugin came to version 1.1.4 because i didn’t make enough test before submiting the plugin to WordPress plugin directory. After my plugin accepted to directory i did more test and added more features so first announced version is 1.1.4. Anyway, who cares about version number ?

You can report bugs or make feature requests by using comments of this post. Also you can see the source code. Thanks for using my plugin!

New Versions: