Do you provide a pre-built embedded podcast player that I can put on my website?
Yes. You can derive an embedded player url from the "listennotes_url" field from our API response, then embed the url in an iframe tag.
For example, you find the "listennotes_url":
https://www.listennotes.com/e/63405e9de44c49fda392918584c236c8/
Then the embedded player's url would be:
https://www.listennotes.com/e/63405e9de44c49fda392918584c236c8/embed/
Here's the complete code snippet to embed a player with iframe:
<iframe src="https://www.listennotes.com/e/63405e9de44c49fda392918584c236c8/embed/" height="180px" width="100%" style="width: 1px; min-width: 100%;" frameborder="0" scrolling="no" loading="lazy"></iframe>
Or you can simply go to the EMBED tab on our website's podcast/episode page to copy the code snippet (Example).
If you haven't used Listen Notes Podcast API yet, get API keys here - Get API keys