Spotify Podcast Embed Code - embed

It appears the Spotify embed code does not work with Podcast episodes. The developer section found here - https://developer.spotify.com/technologies/widgets/spotify-play-button/ only appears to work with "tracks", but not "episode", which is how Podcasts tracks are labeled.
I tried to substitute the existing "track" from the iFrame code with "episode", but it renders a "page not found" message.
That said, how do we rectify this to include Podcast episode support in your API?

Related

Understanding embed links

In HTML we have tag to make an embed for your page in other pages, but I was wondering for how when you share a Youtube link on whatsapp or Spotify song link on telegram, you get a small player like you embedded that site in the message.
How is that possible?
How can I implement this feature into my site.
I searched google and MDN for this but no result.

How can I embed a youtube feed?

I want to embed the youtube upload page of my channel on my website.
I would like to know how I could do this. iframe doesn't seem to work.
There are two options available for you: (1) embed the webpage as a blockquote using Embedly, or (2) make a playlist of your uploaded videos and embed the playlist.
Use Embedly: The website Embedly uses a script to embed any webpage, including the uploads page of your YouTube channel, into a block quote. You'll be using their script in your HTML, so no guarantees on quality.
Make a playlist of your uploaded videos, then embed the playlist into your website by following the instructions on this page.
Good luck!
Looking at Youtube's API ... https://developers.google.com/youtube/player_parameters
They do have a user uploads feed.
https://www.youtube.com/embed?listType=user_uploads&list=USERNAME
IE for focuspullin channel
https://www.youtube.com/embed?listType=user_uploads&list=focuspullin
It provides a video as a and with a playlists that could be used in a iframe
But I would consider this subject to change. Google's knowledge graph shows completely different, older information, about an RSS feed. Unable to find that and it may no longer exist, [but there are several stackoverflow Q and A that reference it from a few years back.]

How to post a video in an ifram to facebook? [duplicate]

When something is shared from youtube to facebook, facebook is now showing the youtube html5 player.
If you look up one of their urls (https://www.youtube.com/watch?v=uuS5ZyQhvsk) in the open graph debugger you can see that they are now providing open graph meta data for their html player as well as the flash one.
I also have a player that sits in an iframe, and am now including the same tags that youtube is, minus the flash ones as we don't have a flash player, but it isn't working and facebook is giving me this error which doesn't make sense:
Share has playable media but will not play inline because it would cause a mixed content warning if embedded. Add a secure_src or make the video src secure to fix this.
This is the information facebook is reading:
This is the url as an example that is generating that error: https://www.la1tv.co.uk/player/124/260
All I can think is that Facebook has made some kind of deal with youtube and this isn't available for everyone yet, but that isn't clear from that error.
All of the content on our site is served over https.
Anyone know what's going on or got this working?
I can't find any documentation anywhere on facebook how to do this.
I posted a similar question a while back when I was trying to get this working but at this time youtube was still only providing the flash player to facebook.
It looks like someone else was having a similar issue here.
According to WizKid this is currently in a trial period for YouTube and hopefully will be rolled out to everyone at a future date.

Embed html5 video player in facebook

I know this question has been asked many times.
I read everything on the topic.
It's exactly the same problem here
I have a custom html5 video player that I'd like to use inside a facebook post, like youtube or vimeo does.
I added the correct meta tags but when I post the link of the player and click on play, I get a white screen with a "Download file" anchor.
It was suggested that this feature is on trial with youtube (and maybe vimeo or other partners)
Is it still the case or am I missing something ?
Do I need an app approval from facebook ?

Embedding video player html5 iframe in facebook share like YouTube

When something is shared from youtube to facebook, facebook is now showing the youtube html5 player.
If you look up one of their urls (https://www.youtube.com/watch?v=uuS5ZyQhvsk) in the open graph debugger you can see that they are now providing open graph meta data for their html player as well as the flash one.
I also have a player that sits in an iframe, and am now including the same tags that youtube is, minus the flash ones as we don't have a flash player, but it isn't working and facebook is giving me this error which doesn't make sense:
Share has playable media but will not play inline because it would cause a mixed content warning if embedded. Add a secure_src or make the video src secure to fix this.
This is the information facebook is reading:
This is the url as an example that is generating that error: https://www.la1tv.co.uk/player/124/260
All I can think is that Facebook has made some kind of deal with youtube and this isn't available for everyone yet, but that isn't clear from that error.
All of the content on our site is served over https.
Anyone know what's going on or got this working?
I can't find any documentation anywhere on facebook how to do this.
I posted a similar question a while back when I was trying to get this working but at this time youtube was still only providing the flash player to facebook.
It looks like someone else was having a similar issue here.
According to WizKid this is currently in a trial period for YouTube and hopefully will be rolled out to everyone at a future date.