This plugin makes it easy to output a list of your Ma.gnolia bookmarks anywhere on your site. You can set it to only pull bookmarks with a specific tag, which is great for listing sites related to a specific category or post. You don’t even need WordPress!
Please download the plugin and provide me your feedback in the comments of this page. I’ll do my damnedest to fix any bugs you report and look forward to expanding it to be even more useful!

Magnolia WordPress Plugin 1.4
Make sure to join the Plugin group on Ma.gnolia to add your site to the list if you are using this plugin!
$rss->cache_dir = ABSPATH . 'wp-content' to point to a directory on your server. Use a fully qualified path in place of ABSPATH . 'wp-content'. For example, you may need to use $rss->cache_dir = /user/mysite/public_html/cache'.This plugin is pretty straightforward, so all it takes once you’ve installed the plugin is a single line of PHP, inserted wherever you want the list of links to appear. You can display several lists on a page without any issues as well. You can pass the following variables to the plugin:
| Configuration Option | Setting |
|---|---|
| Collection | is the Ma.gnolia account to use if you want to pull from a person’s bookmarks, or the short name of the group if you want to display bookmarks from a group. |
| Number of Bookmarks | sets the amount of links you want the tag to output, this defaults to 10. |
| Show Descriptions | tells the plugin whether or not it should include descriptions in the output. This defaults to “Do Not Show”. |
| Show Publication Dates | tells the plugin whether or not it should output the date the URL was bookmarked in Ma.gnolia. This defaults to “Do Not Show”. |
| Use Ma.gnolia’s links? | determines whether the links should point directly to the bookmarked URL, or the bookmark’s page on Ma.gnolia. This defaults to the Bookmark’s actual URL. |
| Tag | allows you to pass in a tag to narrow down the list of results. Only bookmarks matching that tag will be output. This is empty by default, so it pulls all bookmarks regardless of their tags. Use a plus sign (+) to separate multi-word tags. For example “web+design”. |
| Collection Type | determines whether you are pulling bookmarks from an individual (’people’) or a group (’groups’). This works in conjunction with $collection. |
| View collection link | controls whether a link to view more links from the collection is output. |
| Feed Type | determines how much information will be output with each link:
|
The output consists of an unordered list, each link contained in a separate list item tag.
Check out these examples to see the code in action! Each example include the snippet of PHP used to create it and an explanation of each option.
Barry Price built the first version of this plugin, maintaining it through v 1.2 and what you see here is a a modified version of his work and the Last RSS Parser, which does much of the heavy lifting. At this point, I (BaldTechnologist on Ma.gnolia) have picked up the project and will be adding features as suggestions come in and time allows. If you have an idea, please contact me and I’ll see what I can do!
It’s easy to support this free plugin, and it won’t cost you a thing! Here are a few simple ways:
Please note, this is all or nothing, so you cannot just pull the image, or the image and description without the tags. Sorry, but that’s how it’s coming through and I spent too much time trying to find a way around it with a couple of different RSS parsers.
I’ve made some changes, both major and minor to the plugin, including:
These are not currently prioritized, but I want to add these features/implement these revisions:
© Copyright 1996 - 2008, Alex Jones
SilverSpider.com is powered by WordPress, these great plugins and SilverSpider Play List
RSS: Entries and Comments
March 27th, 2007 at 1:41 pm
OK. So how can I get this to automatically happen? Say every two days?
March 27th, 2007 at 1:56 pm
Hi Ian, can you provide a bit more detail on the functionality you are interested in? At this point, the plugin will always display the latest links stored in Ma.gnolia’s feeds, which are updated every 30 minutes. So if you were to add this page to Ma.gnolia right now, it should show up on your site, via the plugin within 30 minutes or so.
Does that answer your question, or were you interested in something different?
April 4th, 2007 at 1:54 pm
Please join our Blog for discussions on topics about The Virtual Reality.
Technology development of The Virtual Reality and its perspectives.
June 14th, 2007 at 3:47 am
Hi Alex,
I’ve got the plugin installed and activated, but I’m getting ye olde “Unable to output bookmark list” error.
I’ve got two bits of code running, including one that’s copied directly from your examples page. You can see what’s going on in the sidebar of this page:
http://tinyurl.com/yp3sh8
Any troubleshooting tips?
June 14th, 2007 at 8:18 am
Hi Darren, thanks for checking out the plugin! A couple of other things to check:
1. Make sure that there isn’t a typo in your ma.gnolia account name in the collection option.
2. Make sure that $rss->cache_dir in magnolia.php points to a directory that can be written to by your Web server. You may need to modify the permissions of that directory, or create a new one with the proper permissions.
Could you post, or send me the PHP you have placed in your templates? That should make it easier for me to help you track down the problem.
June 14th, 2007 at 2:30 pm
Thanks for getting back to me so quick. I’m pretty sure it’s option #2, as I cut and pasted the code from one of your examples to confirm that it wasn’t a typo on my part.
I’ll check out the directory.
This is the code I’m currently using:
June 14th, 2007 at 2:31 pm
Hmm…that didn’t work out. I’ll shoot you an email with the code.
June 15th, 2007 at 8:09 am
Hi Darren, I haven’t seen the code come through, but I have some pretty tight spam filters. Have you sent it yet, or am I jumping the gun? :)
June 16th, 2007 at 3:33 am
I did send it, but we’re pretty sure it’s correct regardless. I’ve got a web guru on my end trying to diagnose the issue. I’ll get back to you when I know more.
June 16th, 2007 at 9:14 am
Hrrrm, well I guess it hit the spam trap. I’ve white listed your domain, so if you do end up needing me to help, feel free to re-send that code as it should get through.
July 13th, 2007 at 11:49 am
Alex, this plugin looks great, however, I’ve got the plugin installed and activated, but I’m also getting the “Unable to output bookmark list” error. I believe my folder permissions are correct. I’m using the sample code from the first example on this site. Temp rss files are appearing in my wp-content folder.
Any ideas?
July 15th, 2007 at 3:44 pm
One additional piece of info: the contents of the cache file is only one line:
b:0;
Does this mean that the cache file isn’t being generated correctly, or does it mean that magnolia’s feed isn’t being read correctly?
July 15th, 2007 at 6:24 pm
Howdy all! I apologize for the slow response to some of these problems. I’ve been investigating them as time allows in between a couple of other pressing issues.
Jeremy - that does sound like the file isn’t being generated correctly. Double-check the settings you have in place within the plugin config, also make sure that your server is able to write to the directory that the cache file is stored in.
July 15th, 2007 at 9:30 pm
I think the issue is my shared hosting environment (GoDaddy). I found on an obscure support forum that most shared hosting environments prohibit the “fopen()” call in PHP (which lastRSS uses).
July 16th, 2007 at 10:52 am
Ahhh, good catch Jeremy! That would definitely lead to the problem, and is likely the root of the issue for some other folks as well.
At this point I don’t have the time to port hte plugin to use another option (Magpie comes with WP I believe), but if I get the opportunity I will see how viable that is. Also, there is rumor that the folks at Ma.gnolia may be adding some features down the road that would eliminate, or at the least, greatly reduce the need for the plugin altogether. We’ll see how that works out.
July 16th, 2007 at 1:36 pm
Is there a way to customize the plugin so that the display of the retrieved bookmarks order according to rating first and name second?
July 16th, 2007 at 3:03 pm
Hrrrm, I don’t have the built-in at the moment, but I’ll take a look at the scripts and the feed over the next couple of days and see how feasible that would be. I haven’t tinkered with the ratings as I haven’t had any requests around them, so I don’t know how easy or hard the change will be to make. From what I’ve seen on Ma.gnolia, only a small slice of users take advantage of ratings, so this like a good feature as it may help add value to the ratings themselves.
July 28th, 2007 at 3:38 pm
Hey Alex- Totally diggin’ the customize-ability of the plugin. It seems there is a really long lag, though. I’m guessing the RSS cache should be speeding that up, though. Maybe I have something wrong?
I have the rss file in a separate folder that is writable.
Any suggestions?
Thanks,
C
July 29th, 2007 at 9:11 am
Hi Chris, I think the issue is on the Ma.gnolia side of things. I was trying to use a Ma.gn olia feed for Feedburner and it kept timing out, as does a copy of the plugin running on my local box. Rather frustrating I know. Sadly, there isn’t much I can do about it.
One thing that I am experimenting with, and that I alluded to above is an experiment that I am trying - using Feedburner as the host of my feed. Feedburner caches the RSS, so even when Ma.gnolia has issues, the feed is still available. I think it will also ease a bit of the traffic hitting the Ma.gnolia servers, which is a good thing too.
If all goes well, I’ll post about the results.
August 13th, 2007 at 7:55 am
Update:
Hey, think you’re right. Put the code back in and everything things to be humming a long just fine.
Quick question, though. I noticed in your main feed you have ma.gnolia updates too. How did you get that working?
Thanks, CP
August 13th, 2007 at 7:56 am
Hah. Nevermind, I just found a link in your related entries. Sweet. Thanks :-)
August 13th, 2007 at 8:16 am
I’m glad you saw the link Chris! I love that feature of FeedBurner, I can’t wait until they ADD the capability to merge two or more feeds as they’ve talked about for a while now. That should make for some great combinations and functionality. Yahoo Pipes is another interesting option.
August 20th, 2007 at 8:02 am
Thanx a lot. It functions properly. I just gave the php request a class in the template and it’s easy to style with CSS.
August 20th, 2007 at 8:46 am
I’m glad to hear it Robert!
September 23rd, 2007 at 2:14 pm
Publishing a daily digest to my WP blog - thus I own the content - would make me move from delicous.
Looking forward to see that in a future version.
Thanks Thomas
September 23rd, 2007 at 2:31 pm
Hi Thomas, at this point Ma.gnolia actually provides this capability. If you look at my home page, you’ll see a couple of posts showing my Ma.gnolia links. These posts are coming straight from Ma.gnolia and are posted as normal content in my system. You may want to check it out by creating n account, and then going to the Blog Settings tab within the Account settings.
Alternately, the Ma.gnolia API provides this capability, but I haven’t had a chance to play with it as of yet.
September 23rd, 2007 at 2:46 pm
I was already wondering. Great - thanks for letting me know. Will give it a try.
October 2nd, 2007 at 7:53 am
I have a blog and this plugin is very useful
October 2nd, 2007 at 8:29 am
I’m glad you’ve found it useful David. Thanks for letting me know!
December 24th, 2007 at 2:30 pm
hello alex.. nice plugin there..very useful, i use it on my site..
December 25th, 2007 at 9:11 am
Thanks dr. xero, I’m glad you like it!
December 26th, 2007 at 1:22 pm
hello alex.. this is a very good plugin. i will use it now and by the way your theme really nice..
December 30th, 2007 at 5:28 pm
Thanks for the kind words for the plugin and my site design shadowX_19!