Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm using the Facebook recommendation box in my site www.letralia.com. It worked correctly until a few weeks ago. Now, the box is displaying over other items in the page.

What is wrong?

Thanks in advance,

J

share|improve this question

2 Answers

Just to let you know that this is happening in other places. My site (thisisxbox.com) is also having the problem of the recommendations box overlapping (despite being inside a div css inlne-block etc) and also randomly vanishing. It has been reported on the facebook developers site as a bug because the issue is coming from them and not anything you're doing with styling.

It's been picked up as a moderate issue and facebook are looking into the error...

share|improve this answer
Can you give a link to the report on developer site? – Haatschii Jan 13 at 22:25

try insert some content before the end of 'div' where the facebook plugin is inserted.. or maybe clear can help.

<div class="avisoderecha"><INSERTED FB PLUGIN CODE><span>&nbsp;</span></div>

or

<div class="avisoderecha"><INSERTED FB PLUGIN CODE><div style="clear:left;"></div></div>

or set fixed height for that box

<div class="avisoderecha" style="height:460px;"><INSERTED FB PLUGIN CODE></div>
share|improve this answer
Thank you! I added the height and it solved the problem. – Jorge Gómez Jiménez Jan 13 at 16:24
:( Another problem... The recommendation box disappear after a 20 seconds. :( – Jorge Gómez Jiménez Jan 13 at 16:27
Yeah, I can see. Mhm, my firefox firebug plugin console says: 'fb:recommendations failed to resize in 45s' all.js...9378414 (row 49) – DnD Jan 13 at 16:55
Sorry, no idea to solve – DnD Jan 13 at 17:35
:( Thanks, anyway. I'll keep trying before delete it. – Jorge Gómez Jiménez Jan 13 at 18:23
show 1 more comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.