Sha256: 273843022576a05d53f6a0c2a4049dd47fac2ff2ea72c7778f0adb54c061440e
Contents?: true
Size: 444 Bytes
Versions: 30
Compression:
Stored size: 444 Bytes
Contents
# # twitpic.rb: plugin to insert images on twitpic.com. # # Copyright (C) 2010 TADA Tadashi <t@tdtds.jp> # You can redistribute it and/or modify it under GPL2. # def twitpic( image_id, label = 'image on Twitpic', place = 'photo' ) %Q|<a class="twitpic" href="http://twitpic.com/#{h image_id}" title="#{h label}"><img class="#{h place}" src="http://twitpic.com/show/thumb/#{h image_id}.jpg" width="150" height="150" alt="#{h label}"></a>| end
Version data entries
30 entries across 25 versions & 2 rubygems