HTML5 Youtube wrapper works in jsfiddle but not in WP?

I’ve included few file src’s and html into my webpage just as shown in jsfiddle.
I put the stuff into php file, since wordpress texteditor tends to ruin code.

The video doesn’t work even in separate page template.
Help? :/

Read More

Code on my website

jsFiddle

Related posts

1 comment

  1. If you are talking about this, I can see it’s working.

    However, taking a look at the source code, I found you have two instances of jQuery. You might want to remove the first one found just below the opening <html> tag. It’s not only the improper way to enqueue jQuery, but may also conflict with the other one.

Comments are closed.