Class: MediaEmbed::Podcast

Inherits:
Object
  • Object
show all
Defined in:
lib/media_embed/podcast.rb

Class Method Summary collapse

Class Method Details

.soundcloud_template(code, options = {}) ⇒ Object



3
4
5
# File 'lib/media_embed/podcast.rb', line 3

def self.soundcloud_template(code, options = {})
  %Q(<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//soundcloud.com/#{code}&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true"></iframe>)
end