- Magento 2 Development Cookbook
- Bart Delvaux
- 254字
- 2021-07-30 09:46:23
Embedding an HTML object
In a product description, we can add HTML tags so that we can use the <object>
tag. With an <object>
tag, we can embed widgets, such as a YouTube video, social widgets, and more.
In this recipe, we will focus on how to add a YouTube video in a product description.
Getting ready
Go to http://www.youtube.com, and choose a video that you want to show on the product detail page.
How to do it
The next steps shows you how to embed a YouTube video on a product detail page.
- On the YouTube video page, click on the Embed button. When you click this button, the following screen shows up:
- Copy the HTML code and paste it in the description of the product.
- Save the product.
- Go to the product in the frontend. You will see the video on the Product page.
How it works
The ability to use HTML tags in product descriptions gives a lot of flexibility for this field. It is possible to use a WYSIWYG
editor for the content because this allows us to use widgets, such as a YouTube video or other third-party widgets.
On a YouTube video page, we opened the embed options where we can configure the code that we will include in our site. We can specify options such as width, height, color and more.
When everything is configured, we can paste the Embed code in the HTML of the product description, and the video will be visible in the description of the product.
- Maven Build Customization
- PHP程序設計(慕課版)
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- Functional Kotlin
- Bootstrap 4:Responsive Web Design
- Mastering Linux Network Administration
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- MySQL程序員面試筆試寶典
- Beginning C++ Game Programming
- Python Interviews
- 新印象:解構UI界面設計
- Serverless Web Applications with React and Firebase
- 深入淺出Python數據分析
- Vue.js 3.x高效前端開發(視頻教學版)