Class: MediaEmbed::Podcast
- Inherits:
-
Object
- Object
- MediaEmbed::Podcast
- 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, = {}) %Q(<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//soundcloud.com/#{code}&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>) end |