[Google]

Multiconica update

I’ve fixed a small bug in my twitter/laconica combining script. HTML tags in tweets were being interpreted by the browser because I wasn’t escaping the < and > characters. That should be fixed now.

In addition I’ve decided to give the script a better name, from now on it will be Multiconica.

Download Multiconica.

Twitter and Laconica combined

I’ve written my first bit of javascript code. It’s designed to combine multiple twitter and laconica feeds into a single stream.

It uses jquery, so you’ll need to include that as well as this code. Then add a div with an id of “microblog”, which will get filled up with the tweets. The [...]