I am using Facebook's "Like" button (http://developers.facebook.com/docs/reference/plugins/like/) on my site (standard iframe version, not XFBML) and want it to float in the page text (inline). The problem is that the button can have various states, depending on whether you "liked" yourself, how many likes there are, language etc., and each of those states has a different width. I want the size of the button's iframe to be only as big as the iframe's contents, allowing the button to float inline with no ugly spacing around. Every solution I have found involves fixing the width of the iframe or surrounding DIV.
Note: This question is NOT a duplicate of How can I make the Facebook Like button's width automatically resize?. I want not fixed but dynamic width.