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 am using fancybox with inline content. One thing that I use is just some text.

<a id="inline" href="#data"><p>CLICKY</p></a>
<div style="display:none"><div id="data"><h2>Some Text</h2></div>

When I have some other content with a like button and a tweet button inside that hidden content, they make it so that you have to click back for each one to go back to the previous page. So once the inline content is loaded and closed, if the user wants to go to the previous page, they have to click back three times. I am using the basic links you get off of FB(iframe) and Twitter so nothing fancy there. Is there a way around this? Is it something to do with it being an iframe?

-edit- forgot to mention I did verify that this is what was causing it.

share|improve this question
1  
what version of fancybox? could you post your code including facebook and twitter buttons? – JFK Mar 20 '12 at 17:46
@JFK I thought I had the latest version but I looked and didn't. got the latest version and it doesn't do it any more. Thanks for getting me to check that. – qitch Mar 20 '12 at 19:55

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.