We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Video does not play - Attachments | Forum

20 Hours a Day
20 Hours a Day Jun 6 '14
After using the add video link and searching for a video through the YouTube search bar, I choose my video, add then send.

The thumbnail shows up, as well as the title, but when I click the video to play it, the thumbnail disappears and nothing else happens.  When I visit the video page, and click on the thumbnail is disappears.
The Forum post is edited by 20 Hours a Day Jun 6 '14
20 Hours a Day
20 Hours a Day Jun 6 '14
Update:  Example Video

After uploading a video through your plugin's youtube search bar, I edit the post and I see this embed code that does not play the video after it is uploaded:

<iframe class="attp-yt-iframe" width="300" height="230" src="http://www.youtube.com/embed/N08_UW3yCRU?autoplay=1" frameborder="0" allowfullscreen="allowfullscreen"></iframe>

But if I change your embed code with this one, the video plays correctly:

<iframe width="560" height="315" src="//www.youtube.com/embed/N08_UW3yCRU" frameborder="0" allowfullscreen></iframe>

Can you please let me know when you have fixed this issue?  Between the known group problem and this issue with video, the plugin is of no use to my site - so deactivated for now :(
The Forum post is edited by 20 Hours a Day Jun 6 '14
20 Hours a Day
20 Hours a Day Jun 6 '14
Ok I have narrowed the embed code down to this:

Original Code from your plugin:

<iframe class="attp-yt-iframe" width="300" height="230" src="http://www.youtube.com/embed/N08_UW3yCRU?autoplay=1" frameborder="0" allowfullscreen="allowfullscreen"></iframe>

if the embed code is changed from http: to https: or just eliminate the http: all together then everything works.  Here is an example of 2 embed codes that work:

<iframe class="attp-yt-iframe" width="300" height="230" src="//www.youtube.com/embed/N08_UW3yCRU?autoplay=1" frameborder="0" allowfullscreen="allowfullscreen"></iframe>

<iframe class="attp-yt-iframe" width="300" height="230" src="https://www.youtube.com/embed/N08_UW3yCRU?autoplay=1" frameborder="0" allowfullscreen="allowfullscreen"></iframe>

Please let me know if I can fix this myself?
Sergey Kambalin
Sergey Kambalin Jun 9 '14
I tested YouTube search on my demo and everything works OK. I searched the video from the embed and added it without problems.
20 Hours a Day
20 Hours a Day Jun 11 '14
Sergey,

I visited your demo site and yes I agree it works on your site, but I also noticed that you just posted an update as well (thank you very professional).  I will give the update a try.
The Forum post is edited by 20 Hours a Day Jun 11 '14
You do not have permission to reply this topic