[LinuxBrit]
  • del.icio.us links
  • Random Photo
    • IMG_0679
    Recent Photos
    • IMG_1764
    • IMG_1761
    • IMG_1760
  • Meta:
  • Categories:
  • Archives:

1/10/2004

WordPress del.icio.us Plugin 1.0

19:16 in General, Software

It’s running on the right there if you want a demo..

Update: It supports WordPress 2.0 too, as you can see on the right there…

Update: Version 1.3 is now out, which works since the latest del.icio.us API change.. Grab the phps or txt.

Update: Version 1.2 is now out, which fixes a bug with the extended description parameter. Grab the phps or txt.

Update: Version 1.1 is now out, which properly escapes entities in hrefs etc. Grab the phps or txt.

Drop it into your wp-content/plugins directory and rename to delicious.php. Now just call the delicious_links() function somewhere in your index.php, you’ll need to specifiy at least the first two parameters, username and password. There are other parameters you can use to tweak the output (see the plugin comments), and you can style it via CSS.

You’ll need to have the PHP curl module installed for this plugin to work.

36 Responses to “WordPress del.icio.us Plugin 1.0”

  1. braytek.com » add deli.cio.us links Says:

    […] when ecto added support for it but never used it like i should. giblet wrote a wordpress plugin so i decided to port my linkblog there for better portability and st […]

  2. braytek.com Says:

    add deli.cio.us links
    i’ve supplanted my linkblog with my deli.cio.us links instead. i discovered deli.cio.us a while ago when ecto added support for it but never used it like i should. giblet wrote a wordpress plugin so i decided to port my linkblog there for better por…

  3. Jon/Lily Says:

    Try ‘⋄’ no ’s’ on it.

  4. MyEurotrip.org » Blog Archive » More del.icio.us Says:

    […] ch blog posts show up on my site and such. You can get the wordpress plugin written by Tom at his site and you can learn all about del.icio.us at thier website. Als […]

  5. MyEurotrip.org Says:

    More del.icio.us
    Thanks to giblet I now have my 10 most recent del.icio.us links on the menu there. I opted for this over a linkblog as this way I get to pick which blog posts show up on my site and such. You can get the wordpress plugin written by Tom at his site and …

  6. Paul (pabs) Says:

    And if you don’t use WordPress, this page has a brief list of suggestions for adding a list of Delicious links to your site.

  7. scriptygoddess Says:

    […] uld hook into with various apps, I found some very brief documentation here. I fount this wordpress/del.icio.us plugin by LinuxBrit. I’m guessing there are more…? […]

  8. mrizz Says:

    So I have the plugin in set up and activated in the admin page. It is called in the template, but all that shows up is the more link and the feed link. Just wondering what I need to do to get the links to show up.

  9. Tom Gilbert Says:

    Did you call the function with your username and password as arguments? Also, are there any error messages showing up in your server error log? It’s possible (for example) that you don’t have the PHP curl module installed or enabled (PHP.ini)..

  10. mrizz Says:

    Yes it is being called with my username and password as arguements. As far as error messages my host is 1and1 and they don’t give you access to the errorlogs for apache for technical reasons they say. The PHP installation with 1and1 includes libcurl 7.10.3. I noticed in looking at the plugin that it creates a default tmp directory, but I don’t see that being created anywhere.

  11. giblet Says:

    Yeah the plugin relies on being able to write to some temp directory. The default is /tmp/del.icio.us.$_del_user.$count.$cache_time.cache, but you can override it, it’s the last parameter to the function..

  12. Stratified » Yum.. those links are del.icio.us Says:

    […] styling, but I think it is pretty neato gang. This was accomplished rather easily through LinuxBrit’s WordPress plug-in. […]

  13. girtby.net » del.icio.us links Says:

    […] posts to del.icio.us. Fresh and full of linky goodness. My first Wordpress plugin. Thanks LinuxBrit! Comments » The […]

  14. girtby.net Says:

    del.icio.us links
    On the right side of this page you’ll now find my latest posts to del.icio.us. Fresh and full of linky goodness.

    My first Wordpress plugin. Thanks LinuxBrit!

  15. Devsyn Development Studio » Recommended Reading Says:

    […] dPress plugin of my own. I’m not 100% sure if I want to do a del.icio.us plugin like the one found at [LinuxBrit], or just one that is based on the same server […]

  16. o.O Clopin's Soul Drips O.o Says:

    Kleine aanpassing
    De laatste tijd heb ik veel links gepost zonder echte commentaar erbij. Om zulke posts te minimaliseren staat er nu rechts op deze site, onder de Categoriën een Linkdump. Deze posts zullen daar verschijnen. Ik gebruik hiervoor een plugin die op Del.ic…

  17. oso Says:

    Can you write exactly how to call the function and how to pass the arguments? All that shows up for me is: “No links (error 401)”

  18. Tom Gilbert Says:

    401 is unauthorised, which means you got your username/password wrong. they’re the first two arguments to the function.
    You can see example usage at the top of the file, but delicious_links(”my_username”, “my_password”); is the bare minimum.

  19. Blog-Her Links Says:

    links for 2004-11-21
    Invasion of the Body Switchers: A List Apart Another version of the style-switcher — this time more independent of…

  20. Nico.se - blog Says:

    Nytt huvud och nya delikata, relaterande och spamavvisande instick
    Att byta ut standardhuvudet i Kubrick-mallen har sttt hgt p min att-gra-lista men jag har bara inte kommit mig fr att gra ngot t den n. Men Christopher mste ha lst mina tankar och har nu fixat en ny header t mig som jag r riktigt njd med….

  21. Letter Never Sent » Survey fun Says:

    […] @ 1:44 pm During the course of ruining my Wordpress layout and messing around with del.icio.us integration I installed one of the survey packages from the Fan […]

  22. Cranium Oxide Says:

    I’ve installed the plugin and enabled it. I call it using my username/password, and my ISP insists they have curl installed.

    Any idea why I might only be getting “more | feed” showing? I must be passing the parameter correctly because those two links take you to my feed. Right?

  23. Cranium Oxide Says:

    Just solved my own problem. The answer, crazily, was that I was not capitilising my username correctly. Apparently, it’s fussy about these things. D’oh! Thanks for a great plugin!

  24. TheUberGeeks.net » Delicious things elsewhere Says:

    […] anged, so be sure to update your feed readers. I highly recommend using LinuxBrit’s WordPress delicious plugin. I’m u […]

  25. grrrr! Says:

    Quote: ‘Now just call the delicious_links() function somewhere in your index.php’

    sigh… this is what i hate about geeks - they assume stuff like this is as simple as wiping your own butt.

    ‘just call the delicious_links() function’ huh?

    how do you ‘call’ it? there must be a code somewhere to insert in the index.php - what what is it?

    thanks though, i do mean it, just a little frustrated

  26. Tom Gilbert Says:

    Sorry, you’re quite right, I do assume a certain level of familiarity with PHP.
    A call to a function looks like this: function(arg1, arg2, arg3);
    So in this case:
    delicious_links(”myuser”, “mypassword”);
    would need to be added in the section of your index.php which outputs the menus.

  27. snapping links » del.icio.us tools for wordpress Says:

    […] he script to run more often?) YADD (does the same thing, goes thru API instead of RSS) plugin to show as a link list (not quite what I had in mind, but m […]

  28. Jonathon Says:

    What I want to do on my blog, is every few hours take the oldest post and move it to the
    front of the queue, all automatically. Anyone know if there is a plugin that can do this or
    a simple way to set up another plugin to do this (use my own feed perhaps)?
    Thanks.

  29. 5thape Says:

    Am I doing something wrong here? I have this in my sidebar.php (I’ve renamed my user/pass):

  30. 5thape Says:

    nm my last comment, I get an 301 error on my sidebar where the plugin is supposed to be. What could be wrong?

  31. Las API’s te harán rico - aNieto2K Says:

    […] del.icio.us plugin, un plugin para wordpress en el que puedes ampliar la información ofrecida gracias a tus enlaces almacenados. […]

  32. BlogsYa » Las API’s te harán rico Says:

    […] del.icio.us plugin, un plugin para wordpress en el que puedes ampliar la información ofrecida gracias a tus enlaces almacenados. […]

  33. Adventurer Wannabe » Tweaking the Blog Says:

    […] So, I’m sitting bored at home tonight, trying to procrastinate from doing some more meaningful work. Waiting for Eclipse to update, I visit my website and say to myself “Damnit, my delicious feed is still broken”. I go ahead and swap out the old integrator plugin with WordPress del.icio.us Plugin 1.3, and things are back to normal. At this point, I’m completely distracted, and add a recent tracks feed using WP Audioscrobbler. […]

  34. blog.doncho.net » Blog Archive » Последното от del.icio.us Says:

    […] WordPress del.icio.us Plugin 1.0. Този го инсталирах, тествах и махнах. Принципно изглежда много добре, но пък изисква потребителското ми име и паролата ми за достъп до del.icio.us. И идея си нямам защо му е трябвало на автора това изискване за паролата. Иначе плъгинът си има кеширане (за да не се повтаря често в заявките си до del.icio.us), което пък от своя страна изискваше да разреша на Wordpress да пише из хостинга ми. […]

  35. Kisakookoo Says:

    Hi! Why I can’t fill my info in profile? Can somebody help me?
    My login is Kisakookoo!

  36. narayan Says:

    nice one, i will try it.