Now that my site switched over to SSL a lot of my older Youtube videos are not showing anymore due to them being http instead of https from Youtube.
Is there anyway to edit the embed/iframe code that was used on our sites.
Current status of the Ning Platform is always available on the Ning Status Blog.
Now that my site switched over to SSL a lot of my older Youtube videos are not showing anymore due to them being http instead of https from Youtube.
Is there anyway to edit the embed/iframe code that was used on our sites.
You need to be a member of Ning Creators Social Network to add comments!
Some interesting articles related to community management, digital marketing etc. could be found in our digest. Don't hesitate to leave a feedback so we would know that we should continue :-)
Replies
Hello!
Unfortunately, it is not possible to edit the code, but we have run a script on your site that should have changed all http videos into https. Please check your site and let us know if you have any questions.
Bets regards,
The NING Team
Cool! That certainly did it. :)
I have the same issue with my site.
Here is an example on this page:
https://epanews.fr/video/ce-court-metrage-ne-dure-qu-une-minute
The video doesn't appear and so I had to add it below
It's better than nothing, but it's not satisfactory.
Can you correct all the pages affected by this problem with a script?
Please note that the code of the original video is as follows:
<object width="720" height="405"><param name="movie" value="https://www.youtube.com/v/qhU5JEd-XRo?version=3&hl=fr_FR&rel=0&iv_load_policy=3&modestbranding=1&showinfo=0&title=epanews.fr – 1er réseau épanouissement, bien-être et spiritualité du monde francophone"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="never"></param><embed wmode="opaque" src="https://www.youtube.com/v/qhU5JEd-XRo?version=3&hl=fr_FR&rel=0&iv_load_policy=3&modestbranding=1&showinfo=0&title=epanews.fr%20%E2%80%93%201er%20r%C3%A9seau%20%C3%A9panouissement,%20bien-%C3%AAtre%20et%20spiritualit%C3%A9%20du%20monde%20francophone" type="application/x-shockwave-flash" width="720" height="405" allowscriptaccess="never" allowfullscreen="true"></embed> <param name="wmode" value="opaque"></param></object>
It is therefore the old integration code, via a <object> and not via a <iframe>
The new integration code is as follows:
<iframe width="720" height="405" src="https://www.youtube.com/embed/qhU5JEd-XRo?rel=0&showinfo=0&wmode=opaque" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
I hope you can do the same thing for me that you did for Scott Bishop
Thank you.
Hello!
We have run the script on your network, so please check the site and let us know if you have any questions.
Best regards,
The NING Team