I've followed the install instructions, using the iframe script from youtube pulling the embed url out and placing it in the href.

<a href="http://www.youtube.com/embed/9WztACviAZI?rel=0?width=640&height=390&iframe=true" class="colorbox-load">Watch Video</a>

It will work in FF4 however in just about every other browser it will place the href into the url and load the video full screen.

The browsers I've tested this on are:
Safari/Chrome & IE8

I'm also using a child theme of zen framework. I'm hoping I just missed something.

The actual page is located at
http://stopbuggingme.com/products/stop-bugging-me-max/instructional-vide...

Comments

hutch’s picture

I pasted the above youtube link as-is into a page and it worked, opened in colorbox
But when I visit your stopbuggingme site it opens full. Using ff3.6 and tried in chrome as well.
You might want to check css classes 'video' and 'video-container', they might be interfering.

chrislabeard’s picture

It doesn't seem that its the css classes, its almost like the video tries to load and it just gives up and follows the link.

I removed the video classes and even tried just the link by itself and same issue.

I even tried the default theme, still same result. Something is funky.

chrislabeard’s picture

So figured out whats going on.

When your logged in it works fine, when your logged out it will do what its been doing. Any ideas?

Rob Sears-1’s picture

I clicked that link and noticed everything seems to be working correctly. How did you end up resolving the issue?

valderama’s picture

how it worked over here:
* add those classes to the link: class="colorbox-load cboxElement"
* add those link fragment to the href: ?rel=0&width=640&height=390&iframe=true

frjo’s picture

Category: bug » support
jim22’s picture

Adding ?rel=0&amp;wmode=transparent to my YouTube video url worked for me.
For example
http://www.youtube.com/embed/xxx?rel=0&amp;wmode=transparent
where xxx is your video url #.

bryancasler’s picture

Checkout my recent post regarding embedding youtube videos. Feedback welcome.
#1368274: Solved: How to embed Youtube videos

lsolesen’s picture

Status: Active » Closed (fixed)

There is an answer, so marking as fixed.