Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hi @stevecohenfr, sorry for the delayed reply here – for some reason we didn’t receive an email notification about this thread. I’m very sorry about that! Someone will get back to you ASAP to help you with this.

    John

    Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Sorry again for the delay! It seems that the plugin is not recognizing that the YouTube Player API that plays the videos on your site is ready. You can force it to be ready by adding this to the “Custom JavaScript” area found on the “Customize” tab:

    sby.feeds[0].playerAPIReady = true;

    Let me know if this doesn’t seem to work.

    – Craig

    Thread Starter stevecohenfr

    (@stevecohenfr)

    Hi,

    No problem for delay ! Thanks for your answer ??
    I fixed it with this code :

    
    jQuery(document).ready(function() {
        sby.feeds[0].playerAPIReady = true;
    });
    
    • This reply was modified 4 years, 6 months ago by stevecohenfr.
    • This reply was modified 4 years, 6 months ago by stevecohenfr.
    Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Thanks for letting us know!

    Have a good rest of your week.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Videos not opening’ is closed to new replies.