我正在尝试更改Facebook之类的“喜欢”文字按钮。有可能吗?
这是我用于按钮的代码。
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&width&layout=standard&action=like&show_faces=false&share=false&height=35&appId=187194041405509" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:35px;" allowTransparency="true"></iframe>
答案 0 :(得分:0)
这是不可能的,因为您只能访问iframe的内容,如果您正在访问的iframe和iframe的域名相同,并且因为Facebook与您的网站不同,则无法访问iframe的内容。