Woocommerce - insert video into product gallery slider

I am trying to insert an embedded video (youtube) into the product gallery slider that appears on the product page.

So far I am working with

add_filter('woocommerce_single_product_image_thumbnail_html','my function');

      

to add a thumb video, but I don't know what filters to add new content to the div-woocommerce-product-gallery (where the big images are) or the lightbox.

Also, the woocommerce_single_product_image_thumbnail_html hook fires after every thumb, so it would be nice if I use a filter that fires before / after the thumbs are displayed. I am trying to use

add_action( 'woocommerce_product_thumbnails', 'my_function', 20 );

      

but that won't work.

So the question is, what hooks do I need to use to add new thumbs and new slides to the woocommerce product slider. Thank.

+3
wordpress woocommerce hook-woocommerce


source to share


No one has answered this question yet

Check out similar questions:

2
Add Product ID after your cart name in your Woocommerce cart page.
2
Display the full product description on the product lightbox
2
woocommerce show / get product thumbnails
1
Add custom field to shipping area zone - Woocommerce
1
Update Woocommerce Product Gallery with Ajax
1
How to add Youtube video to Woocommerce product photo gallery?
0
Woocommerce shows with thumbs elsewhere
0
Paste after changes via WooCommerce hook / filter
0
Move product gallery to another woocommerce section
0
filter range slider for woocommerce product



All Articles
Loading...
X
Show
Funny
Dev
Pics