Sha256: 70228ff00d5f3f8aef5046b3d2b727e1832cceef5fccf6a6410f31993d75185b
Contents?: true
Size: 319 Bytes
Versions: 8
Compression:
Stored size: 319 Bytes
Contents
# instagram.rb - embed your photo/videos in instagram to a diary # # Author: Tatsuya Sato # License: GPL def instagram(code, width=612, height=700) <<-BODY <iframe src="//instagram.com/p/#{code}/embed/" width="#{width}" height="#{height}" frameborder="0" scrolling="no" allowtransparency="true"></iframe> BODY end
Version data entries
8 entries across 7 versions & 2 rubygems