“Arbitrary Comments”
In the sidebar on the front page of this site there’s now something called “Arbitrary Comments,” or what might be called a “Shoutbox” if I didn’t think “Shoutbox” sounded so stupid. This is for comments that have no home, that aren’t in response to any particular post. It’s a nice thing to have, but mostly I just wanted to see if I could do it using the standard WordPress framework without having to install a shittily written plugin that would crap out with the next upgrade.
All I did was create a “Page” (a technical WordPress term) called Arbitrary Comments, then, in the sidebar, call that page and load its comments with these simple lines:
<?php query_posts('page_id=120'); ?>
<?php the_post(); ?>
<?php comments_template(); ?>
I also implemented a PHP trick from Libertà to sort the retrieved comments in descending order of creation, as all good shoutboxes do.
Shoutboxes are an interesting new medium. And they really are new, I mean, nothing like them has ever really existed in the past. A comment in a shoutbox is a message that is ostensibly addressed to the owner of the shoutbox, but is intentionally public. The closest thing to this that I can think of are those dry erase boards people put on their doors in college, with a pen hanging from them so that anybody walking by could write something. Bystanders aren’t exactly part of the audience of the message, but there’s clearly something more compelling to this than email or private messaging.
It’s certainly one of the biggest draws of MySpace. Their commenting system makes every profile organic, alive, interactive. People attract comments more often than they update their profile themselves, and that’s one of the main reasons to check people’s profiles, which is about all you really do on MySpace. And there’s something more friend-like in opening up your personal page to the impulses of those people you’ve told MySpace are your “friends,” extending trust in the mutual creation of a page that is intended to define you.
I remember trying out Vox a couple months ago, which seems to market itself as something like MySpace with a heavier focus on blogging. I thought it would be perfect, but I soon realized that, at this point, unless your social networking site allows arbitrary comments, you’re not using a social networking site — you’re using a blogging site with tenuous little connections between members. And nobody cares about your fucking blog.

ohh good idea and nicely done !
Trackbacks
Some Things I’d Like This Blog to Do · kbps