Method: Onebox::Engine::KalturaOnebox#to_html

Defined in:
lib/onebox/engine/kaltura_onebox.rb

#to_htmlObject



21
22
23
24
25
26
27
28
29
30
31
32
33
# File 'lib/onebox/engine/kaltura_onebox.rb', line 21

def to_html
  og = get_opengraph

  "    <iframe\n      src=\"\#{og.video_secure_url}\"\n      width=\"\#{og.video_width}\"\n      height=\"\#{og.video_height}\"\n      frameborder='0'\n      allowfullscreen\n    ></iframe>\n  HTML\nend\n"