<% @client_videos.videos.each do |v| %> <% @video = v.video_id.split(/tag:youtube.com,2008:video:+/).last %> <% @vd = UnvlogIt.new("https://www.youtube.com/watch?v=#{@video}")%> <%= @vd.embed_html(400, 300).html_safe %> <%= @vd.title %> <%end%>