You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<iframe class="podigee-podcast-player" **loading="lazy" title="value of title here"** src="https://cdn.podigee.com/podcast-player/podigee-podcast-player.html?configuration=https://example.com/my-podcast-episode.json"></script>
The text was updated successfully, but these errors were encountered:
I recommend to update the example code below
https://github.com/podigee/podigee-podcast-player#inline-configuration
<script class="podigee-podcast-player" src="https://cdn.podigee.com/podcast-player/javascripts/podigee-podcast-player.js" data-configuration="playerConfiguration"></script>add an "async" attribute to the script to ensure player is not render blocking
current:
async added
<script class="podigee-podcast-player" **async** src="https://cdn.podigee.com/podcast-player/javascripts/podigee-podcast-player.js" data-configuration="playerConfiguration"></script>https://github.com/podigee/podigee-podcast-player#simple-iframe-with-external-configuration
current:
added title attribute and lazy load
<iframe class="podigee-podcast-player" **loading="lazy" title="value of title here"** src="https://cdn.podigee.com/podcast-player/podigee-podcast-player.html?configuration=https://example.com/my-podcast-episode.json"></script>The text was updated successfully, but these errors were encountered: