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.

having a bit of difficulty with my first responsive site and the facebook like button. I have set the button to Recommend using the xfbml code and when it is clicked a confirmation / add personal message box appears as normal. Except it doesn't fit into my tablet nor mobile width. With sharer.php being withdrawn, I have to use this method for Liking, but I'm struggling to get things to work at the sizes I need.

I'm surprised Facebook hasn't looked into making Responsive=true a parameter of the Like button.

I read that this part cannot be bypassed until Facebook trusts the site, so I looked into finding the styling of the box with firebug so see if my responsive site can edit it but a whole bundle of code is loaded so I was wondering if anyone knew a list of the main styles to edit so I can apply some local responsive styling to the popup?

thanks

frank

share|improve this question

1 Answer

You need to keep in mind that the FB like button dialog loads inside an iFrame (even if you use XFBML) in order to style it.

Or, you could easily change the width property to 320px, which should be ok for most phones.

share|improve this answer

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.