Hi guys!
If I want to use a youtube link in my contents I have this error:
Image cannot be loaded!
How can I resolve this problem?
Hi dmiklus!
Can you post the youtube link code here? Add rel=”noLightbox” on the anchor tag to avoid opening the link as lightbox.
<a rel="noLightbox" href="YOUTUBE LINK HERE">YOUTUBE LINK</a>
Cheers!
Ismael
Thank you Ismael!
And if I want to use a CSS button?
I am trying to use an image for the link but doesn’t work! Here is the code:
<a rel="noLightbox" href="http://www.youtube.com/user/justintimberlakeVEVO"><img src="path/youtube_icon_2.jpg" width="80" height="80" alt="Facebook Channel" /></a>
What’s wrong??
I had the same problem I just shortened the the url using Google url shortener and it works fine now http://goo.gl/ hope this helps
Yo! I resolved already in the same way!!!