Module: Onebox::Engine::OpengraphImage
- Included in:
- FlickrShortenedOnebox
- Defined in:
- lib/onebox/engine/opengraph_image.rb
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
7 8 9 10 |
# File 'lib/onebox/engine/opengraph_image.rb', line 7 def to_html og = get_opengraph "<img src='#{og.image}' width='#{og.image_width}' height='#{og.image_height}' class='onebox' #{og.title_attr}>" end |