On line 1354 of live-blogging.php
$content = filter_var($post->post_content, FILTER_SANITIZE_STRING);
Change to
$content = filter_var($post->post_content, FILTER_SANITIZE_URL);
That will make quotes and other special characters appear correctly in tweets.
Okay, I have an example.
http://unbeliever.net/testbed/ (this is my install of the current 2.0 release candidate)
The image that’s on the upper left of each post is something I want to be able to pick from a list, like you can in livejournal.
Not quite what I’m looking for.
That allows you to select one globally recognized avatar. I want to have several, pickable from a drop down box.