
If you are anything like me, your trying to work Responsive Design into all of your designs. Fairly simple CSS trick allows a website to scale nicely no matter the device that is viewing it. But one of the more challenging obstacles is external widgets served as an iFrame. This is the case with Facebook Comments. The standard implementation of the Facebook Comments code includes calling the Facebook JavaScript SDK and a single line of html for the DIV container. This installation sets a ‘data-width’ parameter that tells Facebook how wide Facebook Comment widget should be. In a responsive design, you want to avoid setting width. Set widths do not…