liquid_feedback_frontend

view env/ui/twitter.lua @ 1037:50dffd7ceff5

Added tag v2.2.4 for changeset 046c03097881
author jbe
date Mon Aug 12 22:03:59 2013 +0200 (2013-08-12)
parents 3bfb2fcf7ab9
children
line source
1 function ui.twitter(message)
2 ui.link{
3 attr = { target = "_blank" },
4 content = function()
5 ui.image{ static = "icons/16/user_comment.png" }
6 slot.put(encode.html("tweet it"))
7 end,
8 external = "http://twitter.com/?status=" .. encode.url_part(message)
9 }
10 end

Impressum / About Us