Delicious RSS Display, english version

1 octobre 2010 , , Pas (encore) de commentaires
  1. Version française version française
  2. Description
  3. Installation
  4. Usage
  5. License
  6. Troubleshooting
  7. Delicious RSS display on WordPress.org
  8. Download

Description

If you have a delicious account and you want to display your bookmark on your blog, Delicious RSS display is for you. Depending on the categories or tags (yes, you can choose !) assigned to a specific post, Delicious RSS display fetch relevant bookmarks from your delicious account and displays them on your post. Everything is based on delicious tags so you must have tagged your delicious bookmarks. If some bookmark are tagged with the same tags / categorie than your post, they are displayed on your post page.

Installation

  1. Upload the entire ‘deliciousrssdisplay’ folder to the `/wp-content/plugins/` directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress. You will find ‘Delicious RSS display’ menu in your WordPress setting menu.
  3. Enter your delicious username on the Delicious RSS display option page
  4. You can either display your relevant delicious bookmarks under your post – or you can use function drd_show_bookmarks()

Delicious RSS display requires WordPress 2.9 or higher. If you use WordPress 2.8, you will need to upgrade WordPress.

Usage

To display delicious bookmarks, you can use drd_show_bookmarks(). You can also use the result of this function in a php variable : drd_show_bookmarks('show=0').

A good implementation of this plugin would be to add this code in your sidepar.php :
<?php if (function_exists('drd_show_bookmarks')) : ?>
<?php drd_show_bookmarks('show=1'); ?>
<?php endif; ?>

License

Delicious rss display is distributed under the GNU General Public License. Delicious RSS display is distributed in the hope that it will be useful, but WITH NO WARRANTY.

Troubleshooting

Do you have questions or issues with Delicous RSS display ? Ask your question in the comments.

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

Ce site utilise Akismet pour réduire les indésirables. En savoir plus sur comment les données de vos commentaires sont utilisées.