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 have a page tab on a clients profile about a boxer that they sponser, sort of like a mini about-the-boxer website. One of the pages on this mini-site is a twitter profile widget feed, however the twitter API doesn't render when it is loaded into a FB iframe. I looked at the original url of the page (http://social.spiceboxwhisky.com/anthony/?page_id=10) and it works fine. Can anyone think of a way to get this twitter profile widget working?

Here's where you can view it on FB (must be 21+): https://www.facebook.com/spiceboxcanadianwhisky/app_253240968125508?app_data=page%3DTwitter

And on the host site: http://social.spiceboxwhisky.com/anthony/?page_id=10

share|improve this question
There’s lots of errors in my firebug console when I visit your Facebook page tab, mostly about referenced JS files which could not be found … I’d suggest fixing that first. – CBroe Aug 10 '12 at 15:02
I fixed the JS errors. What I just realized is that it works in Firefox, Safari & Opera but not in Chrome – Jordan Aug 10 '12 at 16:37
Chrome’s developer tools show a number of message saying things like “[blocked] The page at https;//social.spiceboxwhisky.com/anthony/ ran insecure content from http;//widgets.twimg.com/j/2/widget.js.” – so these protocol mismatches are probably to blame. Try to link to your external resources in the form of //example.com/foo instead of http://example.com/foo – the first notation lets the browser decide about the protocol to use requesting these resources, depending on whether the parent document was requested via HTTP or HTTPS. – CBroe Aug 13 '12 at 7:50

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.