1

我已经尝试了各种插件,这些都不起作用...请帮助,谢谢

能够显示 Youtube 视频的代码是这样的:(用优酷替换 youtube 链接显然不起作用)

[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width="1/4"][/vc_column_inner][vc_column_inner width="1/2"][vc_video link="https://youtu. be/CC0oCjTJAMg"][/vc_column_inner][vc_column_inner width="1/4"][/vc_column_inner][/vc_row_inner][vc_row_inner css=".vc_custom_1529069482532{margin-top: 20px !important;border-top-width: 20px !important;padding-top: 20px !important;}"][vc_column_inner width="1/2"][vc_single_image image="19894" img_size="full" css_animation="left-to-right"][/vc_column_inner] [vc_column_inner width="1/2"][vc_column_text css_animation="从右到左"]

4

1 回答 1

-1

首先,您要从优酷的分享功能中复制 html 代码:

<embed src="http://player.youku.com/player.php/sid/XNDYwMTEzMTY0/v.swf" allowFullScreen="true" quality="high" width="480" height="400" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash"></embed>

然后,获取 url 并转换为以下内容:

[gigya src="http://player.youku.com/player.php/sid/XNDYwMTEzMTY0/v.swf" allowFullScreen="true" quality="high" width="480" height="400" allowScriptAccess="always" ]

您可以更改宽度和高度以及其他属性

于 2018-10-24T15:33:14.490 回答