要将视频添加到您的产品中,您可以在"description"字区分中使用嵌入链接(HTML格式)包含视频链接。
无效URL的示例:
https://www.youtube.com/watch?v=HlyPuDq-_XU
有效URL的示例:
<iframe width="560" height="315" src="https://www.youtube.com/embed/HlyPuDq-_XU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
要获取有效的URL,请按照以下步骤操作:
- 转到YouTube视频页面。
- 点击"share"链接。
- 然后点击"embed"。
- 复制提供的嵌入链接,并将其粘贴到您的产品描述的末尾。