Sha256: 174c5a664482d887c490e3f1aa189e0378fca7beed8fb9c9ccf016ae59b95c50
Contents?: true
Size: 403 Bytes
Versions: 9
Compression:
Stored size: 403 Bytes
Contents
module Onebox module Engine class MixcloudOnebox include Engine include StandardEmbed matches_regexp(/^https?:\/\/www\.mixcloud\.com\//) always_https def placeholder_html oembed = get_oembed "<img src='#{oembed.image}' height='#{oembed.height}' #{oembed.title_attr}>" end def to_html get_oembed.html end end end end
Version data entries
9 entries across 9 versions & 1 rubygems