Logo
PodToo oEmbed: A better way to embed your podcast episodes

Are you a podcaster eager to seamlessly embed your latest episode onto your website? Look no further! PodToo is excited to introduce tools and APIs designed to streamline the embedding process, ensuring your content reaches your audience effortlessly.

WordPress Integration:

  1. Log in to your WordPress dashboard.
  2. Navigate to the page or post where you want to embed your episode.
  3. Switch to the HTML editor.
  4. Paste the following code snippet into the desired location:
<script src="https://embed.podtoo.com/oEmbed.js" type="text/javascript"></script>
<div class="podtoo-embed" data-src="YOUR_EPISODE_LINK_HERE" color="FF1493" compact>Loading...</div>
  1. Replace "YOUR_EPISODE_LINK_HERE" with the link to your podcast episode. You can copy the link from your PodToo Dashboard.
  2. Save or update your page or post.
  3. Voila! Your podcast episode is now seamlessly embedded for your audience to enjoy.
Loading...

Remove custom color & make it non-compact view

Then all you need to do is remove the word compact and you can remove the option for the custom color from the code above it will end up looking like this

<script src="https://embed.podtoo.com/oEmbed.js" type="text/javascript"></script> <div class="podtoo-embed" data-src="YOUR_EPISODE_LINK_HERE" >Loading...</div>

You will see a player like this:

Loading...

Drupal Integration:

For Drupal users, we have exciting news! The PodToo media entry plugin will be available by the end of the month, making it even easier to embed your podcast episodes on your Drupal website. Stay tuned for updates on this plugin release.

Example of PodToo HTML Player:

Here's an example of how your embedded podcast episode will look using the PodToo HTML player:

<script src="https://embed.podtoo.com/oEmbed.js" type="text/javascript"></script>
<div class="podtoo-embed" data-src="YOUR_EPISODE_LINK_HERE" color="FF1493" compact>Loading...</div>

Remember to replace "YOUR_EPISODE_LINK_HERE" with the link to your desired podcast episode from your PodToo Dashboard.

With PodToo, embedding your latest podcast episode is simple and efficient. Stay tuned for more updates and enhancements as we continue to empower podcasters with intuitive tools and APIs. Happy podcasting!