Can I defer/async my PodSnack player that is embedded into my website?

Hi,

I’v embedded this code into my website using the “Paste HTML code” box:

object width=“460” height=“60” data=“http://files.podsnack.com/iframe/embed.html?hash=a13qol85&t=1439414325”>

It works fine, but it slows down my website. Can I defer or async it so that my website can load first and then load it after?

It’s way at the bottom of my website so I don’t need it to load until later.

Hi @AdvanceEar, you can try to put an interaction on the embed widget, so that the intial appearance is display none, and then you create a Load interaction that sets the class for the embed to display block. You can set the “Wait for page assets to load” in the interaction settings.

Try that and see if it helps.

Cheers,
Dave

You rock @cyberdave!

I did what you said a while back, but didn’t set the initial appearance to “display none” and once I did that, it works great! It raised my scores to all A’s on webpagetest.org. Thank you for your quick reply and help!

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.