微信公众号--上传图文消息素材api, iframe被过滤了

请问大家有没有遇到这种问题,content参数,如果包含iframe标签,该标签会被过滤了,有什么办法能不过滤iframe标签呢?
api如图所示
图片说明

这是微信的防盗链的功能,在非微信公众号平台的域名下就会这样;试试下面这个有木有用
https://www.cnblogs.com/xiaomingSun/p/6761708.html

谢谢 @子幽
我的content参数的内容是以下:

 <html>
<body>
<div>test.....</div>
<iframe class="video_iframe" data-vidtype="2" allowfullscreen="" frameborder="0" data-ratio="1.7666666666666666" data-w="848" data-src="https://v.qq.com/iframe/player.html?vid=l0517hz5pbk&amp;width=670&amp;height=376.875&amp;auto=0" width="670" height="376.875" data-vh="376.875" data-vw="670" style="display: block; width: 670px !important; height: 376.875px !important; overflow: hidden;" src="https://v.qq.com/iframe/player.html?vid=l0517hz5pbk&amp;width=670&amp;height=376.875&amp;auto=0" scrolling="no"></iframe>

</body>
</html>

上传到wx后,内容只剩下

 <html>
<body>
<div>test.....</div>
</body>
 </html>

整个iframe都被过滤了,有什么办法让iframe不被过滤掉呢?

iframe 被禁用了吧,有哪个网站会允许你加一个 iframe 上去。

你的iframe是QQ视频的把,好像微信可以引用QQ视频的内容,具体你看下文档。

或者你只复制视频地址,然后在微信里面添加试试。