« A way to add RSS feed to your blog | Main | Related entries and related blogs »

June 16, 2003

Simpletracks

Simpletracks, another creative work from Kalsey. It offers you to manually ping MT-powered blogs with filling up the form here. By giving Trackback URL, your blog name, entry title/URL, you got the Trackback feature of Movable Type. The trackback client provides an alternative to bloggers (e.g. Blogger.com users) who need the trackback feature, albeit it doesn’t yet sound friendly. (well, if you could bear with the hassle to fill up the form once you wrote a single post)

The implementation/solutions are available for a while, it’s just blogging service providers like Blogger.com or LiveJournal didn’t adopt it. May be it could start with blogging client (e.g. w.bloggar, blogBuddy) to implement the trackback client, for broader adoption.

For people looking for PHP implemention, you could get it from Dinesh’s pingMT.

June 16, 2003 01:11 PM | MovableType & Blogging
[ Trackback URL for this entry: http://www.yowkee.com/cgi-bin/mt-tb.cgi/112 ]
Comments/Trackback

There are several problems with Dinesh's approach. The first is that you are limited to a single ping URL. It is hardcoded into the page. That's easily overcome, of course with a couple of code changes. But there are some more serious problems that would prevent it from being used as a general trackback client.

His code only works for POST requests. The trackback spec allows for both GET and POST. While all recent versions of MT have used POST, other implementations of TrackBack servers use GET. The spec also uses HTTP error codes as a valid error response, as any good REST architecture does. But Dinesh's code doesn't handle common HTTP response codes like 404, 301, or 403.

I realize that a fully manual process of entering TB information isn't ideal. I'm open to suggestions. Matt Haughey suggested a bookmarklet that would grab the page title, highlighted text, and URL and autoinsert it into the ping form. That still doesn't help you get the ping URL, but if could help. Any clever ideas on how to automate more of this?

02:02 PM on June 16, 2003 · comment by Adam Kalsey · #

Hey, Adam, great to hear from you :-).

Regarding Dinesh's solution, it's a quick hack for PHPNuke users to ping MT (and would be used for http://www.petalingstreet.org). It isn't tend to be general trackback client. My bad.

Think of automating the process, it isn't easy to be fully automated, unless those blogging service providers allow users to auto-running some task while generating post (e.g. calling remote URL/cgi). Bookmarklet is nice, blog client's implementation would be nice too... can't think of any better solution yet. :(

02:30 PM on June 16, 2003 · comment by yowkee · #

Greeting from Canada everyone!

01:34 AM on July 20, 2003 · anonymous comment · #

Related entries in yowkee essential
Related blogs from Waypath
Waypath
[Rayne Today] - Tuesday, September 9, 2003
Clay Shirky and Tom Coates have some estimable thoughts on the phenomenon of blogging and its impact on the internet and publishing. ... There?s something more to this than competition with other outlets for the written word; there?s a fundamental underlying process we?re not analyzing as we move closer to the universal ubiquity of blogging. ... In past metablogging on the topic, I?ve maintained that blogging is an extension of communication. ... As in blogging, the business model for cell phone service gets a little shaky. ... In parallel, ...
[A Sassy Lawyer in Philippine Suburbia] - Thursday, September 18, 2003
This post should be entitled how Filipino bloggers lose audience by going to Blogger . ... Search engines like Google determine the ranking of a website by the number of external links that point to it. ... And that is why Movable Type , specifically its trackback system really rocks. ... This trackback thing works with Movable Type if the blog you are pointing to accepts trackback (the option can be turned off). ... A lot of bloggers do what I just did on a regular basis to exchange links to feed the search engine spiders. ... But for ...
[No Such Weblog] - Wednesday, September 3, 2003
I just trackback-spammed another weblog, inadvertently: Movable Type believed the ping was unsuccessful when it had been successful, and trackback autodiscovery kept adding the URL to the list of sites to be pinged.