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.