I want to play vimeo video with woocommerce gallery. When user click on thumbnail vimeo video autoplay in popup.Is there any solution for it?
Thanks
You can use 'WooCommerce - Embed Videos To Product Image Gallery' to show videos in product gallery.
https://wordpress.org/plugins/woocommerce-embed-videos-to-product-image-gallery/
Related
I want use full screen background video.
I uploaded to wordpress media and copied link and used link on section background video. There is not selection option is it youtube or vimeo or self-hosted video. It says "YouTube/Vimeo link, or link to video file (mp4 is recommended)." so I assume it should work with my video. But my video plays only once.
I can't use youtube link because it shows youtube icon and text.
So I want to make my videos form Vimeo autoplay in a lightbox immediately after user clicks the "preview".
One click on a preview should open a lightbox and start a video autoplay like it's done in a clickfunnels page: https://www.clickfunnels.com/
Right now I need to make two clicks - one to open a lightbox and second to play video.
I try to add ?autoplay=1&loop=1&autopause=0 to Vimeo videos but it doesn't work.
I'm making a website on a Wordpress using Elementor builder:
http://biznesprzezrekomendacje.pl/
Would appreciate any help!
i want any code works like this you have static thumbnail as featured image, on hover it will automatically play HTML5 video which is pre-defined for each post (like youtube site)
Try this
if you want to go with WordPress plugin
1 - Easy Video Player - Free
2 - Media Hovers Wordpress Plugin - Paid
OR
If you want to go with coding -
You can add a poster by adding poster="Thumbnail-image.jpg" to the tag
.
<video poster="Thumbnail-image.jpg"
src="yourvideo.mp4"
id="id0" width="300" onMouseOver="id0.play()"
onMouseOut="id0.pause()"
onclick="window.location='yourvideo.mp4';id0.pause()"
loop title="yourvideo.mp4" >
</video>
here Thumbnail-image.jpg is your thumbnail image and yourvideo.mp4 is
video to play on hover.
If the uploader of WordPress does not support .webm, .ogg or .mp4 files
(I haven’t checked that), you can always use an ftp (like Filezilla) program to upload the video’s.
I am using the Kaltura's All i One Video Plugin in WordPress. Whenver, I post a video using Kaltura, whether it is embeded or through the Plug-in Content, The Post doesn't fetch it's thumbnail. If i use youtube or any other video link the thumbnail load corrctly.
Is the thumb generate properly on Kaltura? Can you see it in the kmc?
When I published Youtube video post, that video not showing on page. I am using genesis sample theme to create my website. Is there any other way to show youtube video for genesis sample theme?
I tried with my blog (http://zlelik2000.wordpress.com/) and I used "Add Media" button and later I chose "Insert Youtube". You need to use link like this
https://www.youtube.com/watch?v=HMZ28e6IQDE