Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Simplecast #139

Open
MichaelDeBoey opened this issue Oct 1, 2020 · 6 comments
Open

Support Simplecast #139

MichaelDeBoey opened this issue Oct 1, 2020 · 6 comments
Labels
enhancement New feature or request ⚙️ Simplecast Issue or pull request regarding Simplecast

Comments

@MichaelDeBoey
Copy link
Owner

Add support for Simplecast.

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

@MichaelDeBoey MichaelDeBoey added enhancement New feature or request ⚙️ Simplecast Issue or pull request regarding Simplecast labels Oct 1, 2020
@acagastya
Copy link
Contributor

@MichaelDeBoey Few examples would be helpful.

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

@acagastya
Copy link
Contributor

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?

@MichaelDeBoey
Copy link
Owner Author

MichaelDeBoey commented Oct 2, 2020

@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

@acagastya
Copy link
Contributor

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

@MichaelDeBoey
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ⚙️ Simplecast Issue or pull request regarding Simplecast
Projects
None yet
Development

No branches or pull requests

2 participants