我的wordpress网站上的firefox中存在多个iframe的问题。 我有一个推特“推特”按钮和一个Facebook“喜欢”按钮。它们都是我嵌入我网站的iframe。到目前为止没问题。但是当我发布一个内嵌了iframe嵌入式Vimeo剪辑的帖子时,Vimeo剪辑被“喜欢”按钮取代,“推特”按钮取得了“喜欢”按钮的原始位置。
我在Firefox和Chrome中对此进行了测试。在Chrome中,它看起来都不错,但不是FF。
facebook嵌入代码:
<iframe id="facebook" name="facebook" src="http://www.facebook.com/plugins/like.php?href=<?php echo($url); ?>&layout=button_count&show_faces=false&width=90&action=like&font&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>
Twitter嵌入代码:
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
<a href="http://twitter.com/share" class="twitter-share-button">Tweet</a>
帖子中嵌入的Vimeo代码:
<iframe src="http://player.vimeo.com/video/22382565?color=17bcda" width="400" height="225" frameborder="0"></iframe>
如果你看一下顶部帖子,应该在“测试测试测试......”下方有一个Vimeo剪辑。在左侧边栏上你可以看到两个推文按钮,它们应该是一条推文,一条是喜欢的。我想指出,虽然所有这些都在我的localhost工作正常。 http://www.bentrovato.se/index_wp.php/
知道问题可能是什么?
答案 0 :(得分:0)
我遇到了类似的问题并通过清除缓存
来修复它点击Firefox
按钮&gt; Options
&gt; Options
&gt; Advanced
。
在Cached Web Content
部分,点击Clear Now
。