- This topic has 1 reply, 2 voices, and was last updated 11 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Defining a YouTube Video with Playlist id Plays First Video in Playlist Only
WP Lightbox – v1.7.8
I have 2 videos links for lightbox popup. Today I changed the videoid of one video (which is in the same playlist), and now only the first video in the playlist is shown for both links. It doesn’t matter which videoid I use. If I include the playlist id along with a videoid, only the first video in the playlist is shown.
Note: I have not updated anything in wordpress. Everything worked until today when I tried to add a new videoid from the same playlist. Wondering if this problem is caused by new YouTube Changes?
Here is my code:
[wp_lightbox_ultimate_youtube_video_embed videoid=”N3MvdBkoLpA” playlist=”PL73A0A993A212CD16″ width=”853″ height=”480″ hd=”0″ autoplay=”1″ display_control=”1″ fullscreen=”1″ autohide=”2″ theme=”dark” use_https=”” enable_privacy=”” show_logo=”1″ showinfo=”1″ auto_popup=”” direct_embed=”” anchor_type=”text” text=”Deadlift: 635lb (Reverse band 95lbs lighter at start)” source=””]
[wp_lightbox_ultimate_youtube_video_embed videoid=”iaLl7Ed0JeU” playlist=”PL73A0A993A212CD16″ width=”853″ height=”480″ hd=”0″ autoplay=”1″ display_control=”1″ fullscreen=”1″ autohide=”2″ theme=”dark” use_https=”” enable_privacy=”” show_logo=”1″ showinfo=”1″ auto_popup=”” direct_embed=”” anchor_type=”text” text=”Squat: 545lb (Reverse band 95lbs lighter at bottom)” source=””]
Thanks for any help,
Travis
Hi, “videoid” parameter is only for single YouTube video. If you want to play a playlist you just need to specify the “playlist” parameter in the shortcode. For example:
[wp_lightbox_ultimate_youtube_video_embed playlist=”PL73A0A993A212CD16″ width=”853″ height=”480″ hd=”0″ autoplay=”1″ display_control=”1″ fullscreen=”1″ autohide=”2″ theme=”dark” use_https=”” enable_privacy=”” show_logo=”1″ showinfo=”1″ auto_popup=”” direct_embed=”” anchor_type=”text” text=”Deadlift: 635lb (Reverse band 95lbs lighter at start)” source=””]
Could you share the link to the page where you are using the YouTube shortcodes?