Twitter的鳴叫按鈕,我同時使用Twitter的鳴叫按鈕,像按鈕Facebook的喜歡並引起跨域問題
<a href="http://twitter.com/share"
class="twitter-share-button"
data-url="http://example.com"
data-text="some text"
data-count="horizontal"
data-via="someone">Tweet
</a>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<fb:like
class="fbShare"
href="http://example.com"
font="" send="true"
layout="button_count"
show_faces="false">
</fb:like>
但他們兩人都吐出跨域錯誤,而不是一個或兩個臉譜,但不斷。
實際誤差(與替代)是
不安全的JavaScript嘗試訪問 框架與URL https://www.facebook.com/plugins/like.php?channel_url=http%3A%2F%2Fstatic.ak.fbcdn.net%2Fconnect%2Fxd_proxy.php%3Fversion%3D3%23cb%3Df3cde04b84%26origin%3Dhttp%253A%252F%252Fexample.com%252Ff20b9fb1fc%26relation%3Dparent.parent%26transport%3Dpostmessage&href=http%253A%252F%252Fexample.com%252F&layout=button_count&locale=en_US&node_type=link&sdk=joey&send=true&show_faces=false&width=150 從框架與URL http://example.com/。域, 協議和端口必須匹配。
不安全JavaScript嘗試訪問 幀與URL http://platform0.twitter.com/widgets/tweet_button.html?_=1308700896075&count=horizontal&id=twitter_tweet_button_0&lang=en&original_referer=http%3A%2F%2Fexample.com%2F&text=some文本& URL = HTTP%3A%2F%2Fexample.com%2F &經由=有人 從幀與URL http://example.com/。域, 協議和端口必須匹配。
你試過只具有頁面上其中一個,看它是否可能只導致此的人嗎? –
是的,這不是:/ – Hailwood
確定你沒有在頁面上嘗試枚舉所有iframe並訪問它們的其他插件?我以前見過這種情況。 –