繁体   English   中英

如何更改过滤的href链接?

[英]how to change filtered href link?

我有一个<iframe>嵌入链接:

<iframe src="https://mixlr.com/users/2229015/embed" width="100%" height="180px" scrolling="no" frameborder="no" marginheight="0" marginwidth="0">
</iframe>

<small>
    <a href="https://mixlr.com/radio-tooba" style="color:#1a1a1a;text-align:left; font-family:Helvetica, sans-serif; font-size:11px;">Radio Tooba is on Mixlr</a>
</small>

但是srchref在我的国家被屏蔽了!
我想避免过滤并在我的 web 站点上显示此嵌入代码。
谁能帮我?

You could pull the contents of the iframe on the backend, like with PHP with something like curl or file_get_contents() , and even utilize proxy within the backend to go around the blockage.. and once you have the content, render it on your website需要的地方。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM