Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Bug when combine Facebook like iFrame and Google Adsense

  • 9 个回答
  • 180 人有此问题
  • 1 次查看
  • 最后回复者为 Mazzz

more options

Work fine in IE8, Chrome, Safari, Opera. Not work on FF

When trying to combine in the same page google adsense code and facebook like button iframe code, the google adsense ads show inside (take the iframe of) the litle iFrame of facebook button like, and the space for google ads is blank.

It's a new bug!

''Work fine in IE8, Chrome, Safari, Opera. Not work on FF'' When trying to combine in the same page google adsense code and facebook like button iframe code, the google adsense ads show inside (take the iframe of) the litle iFrame of facebook button like, and the space for google ads is blank. It's a new bug!

所有回复 (9)

more options

Hi, same problem, except that the AdSense block is first and it is replaced with a copy of the Facebook iFrame. I have just tested in Windows and Linux, the bug occurs only in Firefox 3.6.x, Firefox 3.5.x is fine. This might be an iFrame or JS problem.

more options

The bug affects other websites too. Try this on firefox 3.6.10 (i tested it on 3.6.3 and its ok)

<iframe src="http://reader.google.com"></iframe>

result: blank screen

more options

No problems here:

data:text/html;charset=utf-8,<iframe%20src="http://reader.google.com"%20height="100%"%20width="100%"></iframe>
more options

I have the same problem (¬¬) So if you set network.http.use-cache option as value=false, then works fine (inside firefox about:config). But that is not the solution for the final user, only for devel environment.

more options

Same problem here! I've tried tons of things but no way, it just doesn't work. Terexa you are soooo Right!

more options

hi,

a solution that is working for me: just add a blank iframe (same size as the ads) UNDER the ads. Use a negative margin to put the ADS over the blank iframe.

exemple with 160x600 skyscraper:

< div id="conteiner">

< !-- BLANK IFRAME UNDER ADS -->

< div style="float: left;display:table-cell;padding:0px;margin:0px;">

<iframe id="blank_iframe" name="blank_iframe" src="" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:160px; height:600px;" allowTransparency="true"></iframe>

</div>

< !-- skyscraper 160x600 ADS -->

< div style="float: left;padding:0px;margin:0px;margin-left:-160px;">

<script type="text/javascript">
 ...google ads code
</script>
</div>

</div>

由cor-el于修改

more options

I have the same problem with iframes and only on Firefox.

Facebook widgets render in my iframes sometimes my iframes in theirs

Also one time I sow that www.addthis.com service was rendered in my iframe

really need some help with this.

more options

Same problem with FB and youtube... Works fine in IE8. There's somehow a cache issue because when I replace the embedded youtube video, the previous one still appears twice. Clearing the cache won't fix it though.

I've just seen on the bugtracker site the bug is over 4 years old. You can also fix it with ctrl-F5 but then again it's not what we need.

https://bugzilla.mozilla.org/show_bug.cgi?id=356558

由dagaz11于修改

more options

I was having all kinds of problems with the FB like button and various iframes in FF.

I solved it by adding an empty iframe <iframe></iframe> directly before my fb-like div.