Skip to content

Commit 1e77c26

Browse files
committed
Update embedded iframe for Podcast player by Spotify
1 parent 583ec96 commit 1e77c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/podcasts/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<h1 id='title'>📻 <%= @title %><span style='display: none;'> - DojoCast</span></h1>
3535
<div style='text-align: center; margin-bottom: 60px;'>収録日: <%= @date %></div>
3636

37-
<iframe class="lazyload" src="https://anchor.fm/coderdojo-japan/embed/episodes/<%= @episode.permalink %>" width="100%" scrolling="no" frameborder="yes" style='margin-bottom: 30px;'></iframe>
37+
<iframe class="lazyload" src="https://creators.spotify.com/pod/profile/coderdojo-japan/embed/episodes/<%= @episode.permalink %>" width="100%" frameborder="yes" scrolling="no" style='margin-bottom: 30px;'></iframe>
3838

3939
<%= raw Rinku.auto_link(@content) %>
4040
</div>

0 commit comments

Comments
 (0)