Delicious RSS Display, english version
1 octobre 2010 Pas (encore) de commentaires- Version française
- Description
- Installation
- Usage
- License
- Troubleshooting
- Delicious RSS display on WordPress.org
- 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
- Upload the entire ‘deliciousrssdisplay’ folder to the `/wp-content/plugins/` directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress. You will find ‘Delicious RSS display’ menu in your WordPress setting menu.
- Enter your delicious username on the Delicious RSS display option page
- 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.