[video_lightbox_youtube video_id=FFTkZX4y width=640 height=480 anchor=##]
no i know that. i need the code for when i am calling the video from html (see code snippet above). i tried putting it inside that link and it doesnt work (showing two versions i tried):
<a href="http://www.youtube.com/watch?v=9_nBrNqH4Tk" rel="wp-video-lightbox" width="840" height="880"> <span style="text-decoration: underline;">Watch SEO Scholars on WABC-TV Eyewitness News!</span></a>
or
<a href="http://www.youtube.com/watch?v=9_nBrNqH4Tk" rel="wp-video-lightbox" width=840 height=880> <span style="text-decoration: underline;">Watch SEO Scholars on WABC-TV Eyewitness News!</span></a>
Hi Judy,
Try this:
<a href="http://www.youtube.com/watch?v=9_nBrNqH4Tk?width=840&height=880" rel="wp-video-lightbox"><span style="text-decoration: underline;">Watch SEO Scholars on WABC-TV Eyewitness News!</span></a>
I’m entering the HTML as follows, but when clicked, it just takes me to the youtube video page.
Any ideas on what to tweak ?
<a href="http://www.youtube.com/watch?v=N57jycozhfM?width=640&height=360" rel="wp-video-lightbox">imperfect action</a>
Hi Zingseven,
If you have WP Video Lightbox installed I believe you need to call it with a shortcode like this: [video_lightbox_youtube video_id=XX width=640 height=480 anchor=YY]
Plugin Author
mra13
(@mra13)
Please correct the shortcode and try it again.