Feb 19 2007

URL Absolutifier WordPress Plugin 1.0 Released

Just uploaded a small WordPress plugin, URL Absolutifier, that converts relative links and image sources in WordPress RSS/Atom feeds into absolute URL. For example, from

<a href="/code/url-absolutifier">URL Absolutifier</a>

to

<a href="http://scott.yang.id.au/code/url-absolutifier">URL Absolutifier</a>

It was written because (1) I like to use relative URL when I write my blog posts (2) feed should not contain relative URL references (3) some feed readers can’t handle them, most notably Bloglines. I do not agree that it’s feed readers’ fault, as feed validator isn’t happy about it either. Fortunately WordPress provides sufficient hooks for 3rd party developers to fix up its brokenness.

Grab yours here.

1 Comment

  1. Glenn Slaven on 20 Feb 2007 at 7:31 am #

    It works too well! I was reading this in FeedDemon & I’m looking at the urls thinking “they’re both exactly the same!”.

    Top idea Scott, I’ll be installing this one for sure.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>