linkpress-0.3 A del.icio.us plugin for WordPress ------------ Wed Mar 23 16:04:02 IST 2005 A plugin to create a linkblog by fetching links from a given RSS feed of the del.icio.us service and adding it to the WordPress links table. (should work for any valid RDF file actually) INSTALLATION INSTRUCTIONS 1) In the linkpress.php file, set the following variables $linkpress_rss_url - URL of the RSS file which has the links $fetch_interval - the interval at which to fetch, in minutes 2) Place the linkpress.php file in the "wp-content/plugins" directory of your WordPress installation 3) Create a Link Category named "linkblog" in WordPress (Links->Link Categories) and change any display options if you want. 4) Activate the LinkPress plugin in WordPress (Plugins->LinkPress->Activate) 5) Load the blog page in a browser - link blog should be displayed in the sidebar (It takes a long time while loading first time) DEPENDS ON: WordPress, mysql, PHP and the curl library for PHP (comes with most PHP installs) UNINSTALL -------- Deactivate the Plugin from WordPress. Turn off the display of the "linkblog" category. Delete links under that category and that category itself, using WordPress Links Manager. AUTHOR ------ S Pramod Biligiri Applibase Software, Bangalore http://blogs.applibase.net/pramod Mail: pramodbiligiri@gmail.com ACKNOWLEDGEMENTS ---------------- RDF Parsing in PHP using SAX: http://www.devshed.com/c/a/PHP/Plugging-RDF-Content-Into-Your-Web-Site-With-PHP/ Other similar delicious plugins: http://linuxbrit.co.uk/downloads/delicious.1.2.phps Provides a function to display your most recent del.icio.us links http://www.dot-totally.co.uk/dailydelicious.txt puts links into WP table