我想嵌入一个vimeo链接into a site using ACF custom fields 我在前端没有得到任何东西,只是一个空白区域,如下所示。
我尝试了多种方法,包括vimeo iframe以及粘贴链接,但似乎没有任何效果。
嵌入代码如下所示
<h3>Watch a Video</h3>
<iframe src="//player.vimeo.com/video/75791532?title=0&byline=0&portrait=0" width="500" height="375" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
我检查了多个网站,他们都说我应该能够使用iframe或只是链接进行嵌入,所以我不确定这里发生了什么。