Sha256: 01fd4227aa21f1e945bd1dee3dd549914932d1f111da17eeb4620a46a0c6fcba
Contents?: true
Size: 434 Bytes
Versions: 77
Compression:
Stored size: 434 Bytes
Contents
# frozen_string_literal: true 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
77 entries across 77 versions & 1 rubygems