gatsby-remark-embedder icon indicating copy to clipboard operation
gatsby-remark-embedder copied to clipboard

Support Simplecast

Open MichaelDeBoey opened this issue 4 years ago • 6 comments

Add support for Simplecast.

https://help.simplecast.com/en/articles/2692209-how-to-embed-your-podcast-and-episodes

MichaelDeBoey avatar Oct 01 '20 19:10 MichaelDeBoey

@MichaelDeBoey Few examples would be helpful.

I think I can add this enhancement with some assistance. Should I go ahead with this?

acagastya avatar Oct 02 '20 09:10 acagastya

A few examples:

  • https://unqualified.simplecast.com/episodes/thomas-middleditch
  • https://chats-with-kent-c-dodds.simplecast.com/episodes/tanner-linsley-separates-ui-state-and-server-state

MichaelDeBoey avatar Oct 02 '20 12:10 MichaelDeBoey

Thanks for the examples, @MichaelDeBoey.

I have noticed this one thing. Take this for example. One could click on "embed" and copy-paste the embed code in their markdown file.

Embed code:

<iframe height="200px" width="100%" frameborder="no" scrolling="no" seamless src="https://player.simplecast.com/a7758440-645a-457e-bd6a-d755641bb4f7?dark=false"></iframe>

I can make this work: Add https://player.simplecast.com/a7758440-645a-457e-bd6a-d755641bb4f7?dark=false to markdown and it renders the embed code.

However I don't know how to get https://player.simplecast.com/a7758440-645a-457e-bd6a-d755641bb4f7?dark=false from https://unqualified.simplecast.com/episodes/thomas-middleditch -- is there an API documentation for this? Do we want to add this support when one could literally copy-paste the embed code and make it work?

acagastya avatar Oct 02 '20 12:10 acagastya

@acagastya I want to support both URLs

You'll need to figure out a way to convert https://unqualified.simplecast.com/episodes/thomas-middleditch to https://player.simplecast.com/a7758440-645a-457e-bd6a-d755641bb4f7 though

MichaelDeBoey avatar Oct 02 '20 13:10 MichaelDeBoey

Okay -- I will try it out after YouTube, if that is okay!

acagastya avatar Oct 02 '20 13:10 acagastya

Any help is welcome, so you can do it in the order you like to 🙂

MichaelDeBoey avatar Oct 02 '20 14:10 MichaelDeBoey