Skip to content

Commit

Permalink
2nd attempt to fix Twitter embed player
Browse files Browse the repository at this point in the history
  • Loading branch information
jerodsanto committed Mar 14, 2024
1 parent aa9fe4b commit daf28e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/changelog_web/meta/twitter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmodule ChangelogWeb.Meta.Twitter do
podcast: podcast,
episode: episode
}) do
url(~p"/#{podcast.slug}/#{episode.slug}?source=twitter")
url(~p"/#{podcast.slug}/#{episode.slug}/embed?source=twitter")
end

defp player_url(_), do: ""
Expand Down

0 comments on commit daf28e4

Please sign in to comment.