Sha256: 057a0cf6de97c33456df7b8e404bbdaf3822714e0a4b552d9fd04140a4a40ad1
Contents?: true
Size: 493 Bytes
Versions: 9
Compression:
Stored size: 493 Bytes
Contents
module Onebox module Engine class AudioboomOnebox include Engine include StandardEmbed matches_regexp(/^https?:\/\/audioboom\.com\/posts\/\d+/) always_https def placeholder_html oembed = get_oembed <<-HTML <img src="#{oembed.thumbnail_url}" style="max-width: #{oembed.width}px; max-height: #{oembed.height}px;" #{oembed.title_attr}> HTML end def to_html get_oembed.html end end end end
Version data entries
9 entries across 9 versions & 1 rubygems