Some assembly required

This blog is about unimplemented ideas. At least until they get ticked off; I suppose a few eventually will have implementations too, but fresh posts never will. Because that's the primary purpose of this blog: keeping track of ideas I'd like to dive into, or problems I'd like to see solved. Feel free to join me in implementing, or further developing these ideas. I don't mind working solo, but it's a whole lot more fun working in concert!

Thursday, December 22, 2005

Graphic Emote Greasemonkey Script

Doing graphic emoticons on Blogger is possible. I've done it on my personal blog since I started. What I do is simple -- I write the post normally, as if useing text-emotes, and then go back through the code when I'm done and manually change them all to something like :
<img src="http://www.xanga.com/images/winky.gif" class="emote" alt=";)" />
which works just fine. Why do I use Xanga emoticons? Well, despite how ugly they are, I prefer them to text-emotes. If I found another service with easily-accesible emote images I might switch to using them.

The idea, then, is to make a greasemonkey script that runs on clicking 'Publish Post' and automatically goes through and replaces certain emote strings ( ;), :), :D, :P, etc ) to the appropriate image-tag code.

1 Comments:

Blogger Jasper said...

You could my Blogger Markdown script to copy the code to add a button to the toolbar

 

Post a Comment ...in a popup window

« Home