Sha256: 0b2b37513bd3027946a32acedc79f9cf64b1cf08c01979d049426eaf32916600
Contents?: true
Size: 449 Bytes
Versions: 9
Compression:
Stored size: 449 Bytes
Contents
module Onebox module Engine class CoubOnebox include Engine include StandardEmbed matches_regexp(/^https?:\/\/coub\.com\/view\//) always_https def placeholder_html oembed = get_oembed "<img src='#{oembed.thumbnail_url}' height='#{oembed.thumbnail_height}' width='#{oembed.thumbnail_width}' #{oembed.title_attr}>" end def to_html get_oembed.html end end end end
Version data entries
9 entries across 9 versions & 1 rubygems