module Onebox module Engine module OpengraphImage def to_html og = get_opengraph escaped_src = ::Onebox::Helpers.normalize_url_for_output(og[:image]) "" end end end end