- This topic has 6 replies, 2 voices, and was last updated 10 years ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 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 › Lightbox Ultimate – 360 Video Not Showing
Not able to use my video with any of the codes. Here’s a link to our 360 video:
[http://im360.immersivemedia.com/watch/?s=2682]
I would ideally like to get this working using an image link. Any help would be greatly appreciated.
Hi, which shortcode are you using? please provide a link to the page in question so I can take a look.
I’ve tried the shortcode for flash, .mp4 and HTML5. My website is [www.INTREPID360.com].
Using this code: [wp_lightbox_anchor_text_mp4_video link="http://im360.immersivemedia.com/watch/?s=2682" width="640" height="480" text="click here to open the video"]
, or a version of that code for flash/html5 (from the shortcodes list).
The video is hosted elsewhere, on a website that does all of the encoding for me. Video files are .mp4. I’ve also tried linking to another site where I’m hosting and it’s not working either way. Here’s the link to that alternate video:
[http://eyes.kolor.com/en/v/d8ba38e3c7510f8fa530dcd0f674cd97]
Thank you for your help.
The link parameter in the shortcode is not correct. It’s just a URL to the page where the video is embedded. You will need to specify the actual location of the video file (download link). For example:
[http://im360.immersivemedia.com/wp-content/uploads/video.mp4]
I’ve tried but haven’t been able to get the link to make this work. Unfortunately it doesn’t seem like this is going to work.
Can you please provide a link to the page in question so I can take look? I could not find any Lightbox Ultimate shortcode on your homepage.
This issue was resolved by embedding the video code using inline popup method.
[wp_lightbox_ultimate_inline_content_embed div_id="custom_1234" anchor_type="image" title="Title goes
here" source="http://http://www.intrepid360.com/wp-content/uploads/2014/10/Big-East-VistaBig-Poster.jpg"
auto_popup="false"]
<div id="custom_1234" style="display: none;">
<iframe width="960" height="480" src="http://im360.immersivemedia.com/watch/embed/?s=2682&userWait=true" frameborder="0" allowfullscreen></iframe>
</div>