bsw/jbe@0: function ui.twitter(message) bsw/jbe@0: ui.link{ bsw/jbe@0: attr = { target = "_blank" }, bsw/jbe@0: content = function() bsw/jbe@0: ui.image{ static = "icons/16/user_comment.png" } bsw/jbe@0: slot.put(encode.html("tweet it")) bsw/jbe@0: end, bsw/jbe@0: external = "http://twitter.com/?status=" .. encode.url_part(message) bsw/jbe@0: } bsw/jbe@0: end