class FrenchPress::Post::Spotify

Public Instance Methods

render() click to toggle source
# File lib/frenchpress/post/spotify.rb, line 4
def render
  "<iframe src=\"https://embed.spotify.com/?uri=#{@content}\" " \
    "width=\"300\" height=\"380\" frameborder=\"0\" " \
    "allowtransparency=\"true\"></iframe>"
end