Skip Navigation

[Resolved] Dynamicly embed a youtube video

This support ticket is created 4 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 3 replies, has 2 voices.

Last updated by robertv-3 4 years, 4 months ago.

Assisted by: Shane.

Author
Posts
#1666889

I moved from Magento to WooCommerce.
In Magento I had instruction video's for a product.
I use Elementor to make the Product single template an made a view embed code for this.
In this view I have a basic iframe with the dynamic id in it

<iframe width="560" height="315" src="<em><u>hidden link</u></em> type="pa_video" format="name"]" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

A video is displayed, but not the right one, it is always displaying the same video, so not dynamic?

#1667141

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Robert,

Thank you for getting in touch.

Where is the instructional video stored for the product? Meaning did you add the link to the video on the product itself?

Please let me know.

Thanks,
Shane

#1667191

Yes in the product.
And I found out what the problem was, I needed to set the taxonomy and to this Taxonomy is set by the page where this View is inserted
Now it works!

#1667193

My issue is resolved now. Thank you!