Sha256: 211c829eaf0588c0e3d9b94e48365ec7c5410b69dcc1d89e0fdf2e1ea60fda8d
Contents?: true
Size: 466 Bytes
Versions: 41
Compression:
Stored size: 466 Bytes
Contents
# # vimeo.rb - insert some services of vimeo.com # # Copyright (C) 2011, Kiwamu Okabe <kiwamu@debian.or.jp>. # You can redistribute it and/or modify it under GPL2. # def vimeo( id ) if feed? then return %Q|<a href="http://vimeo.com/#{id}">Link to vimeo ##{id}</a></p><p>| end %Q|<iframe src="http://player.vimeo.com/video/#{id}?title=0&byline=0&portrait=0" width="400" height="300" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe>| end
Version data entries
41 entries across 35 versions & 2 rubygems