Wordpress Firefox多个iFrame

Wordpress Firefox多个iFrame,wordpress,firefox,iframe,twitter,facebook-like,Wordpress,Firefox,Iframe,Twitter,Facebook Like,我的wordpress站点上的firefox中存在多个iframe问题。 我有一个twitter“tweet”按钮和一个facebook“like”按钮。它们都是我在我的网站上嵌入的iFrame。到目前为止没有问题。但是,当我制作一篇文章,其中嵌入了iframe的Vimeo剪辑时,Vimeo剪辑被“like”按钮取代,“tweet”按钮占据了“like”按钮的原始位置 我已经在Firefox和Chrome上测试过了。在铬合金中,这一切看起来都不错,但在FF中则不然 facebook嵌入代码: &

我的wordpress站点上的firefox中存在多个iframe问题。 我有一个twitter“tweet”按钮和一个facebook“like”按钮。它们都是我在我的网站上嵌入的iFrame。到目前为止没有问题。但是,当我制作一篇文章,其中嵌入了iframe的Vimeo剪辑时,Vimeo剪辑被“like”按钮取代,“tweet”按钮占据了“like”按钮的原始位置

我已经在Firefox和Chrome上测试过了。在铬合金中,这一切看起来都不错,但在FF中则不然

facebook嵌入代码:

<iframe id="facebook" name="facebook" src="http://www.facebook.com/plugins/like.php?href=<?php echo($url); ?>&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;font&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
<a href="http://twitter.com/share" class="twitter-share-button">Tweet</a>

我遇到了类似的问题,并通过清除缓存修复了它

单击
Firefox
按钮>
选项
选项
高级

Cached Web Content
部分,单击
Clear Now

当我检查Firefox 3.5和最新的Chrome浏览器时,它没有任何区别。Ok。嗯,我有FF 3.6和Mac OSX 10.6
<iframe src="http://player.vimeo.com/video/22382565?color=17bcda" width="400" height="225" frameborder="0"></iframe>