get_field 内的超链接不会 return 字段

get_field within hyperlink wont return field

我正在尝试显示一个弹出窗口视频,其中部分超链接包含在字段 single_video_url 中。

我的代码:

 <a href="http://fast.wistia.net/embed/iframe/"-?php $video = get_field (' single_video_url '); ?>" ?popover=true" class="wistia-popover[height=360,playerColor=F36F36,width=640]">

不确定我做错了什么?如果我用实际的超链接替换 ​​get 字段部分,它就会工作。

<a href="http://fast.wistia.net/embed/iframe/<?php $video = get_field (' single_video_url '); ?>popover=true" class="wistia-popover[height=360,playerColor=F36F36,width=640]">sample text</a>

使用此代码