簡體   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