I have a facebook "like" button on my website, I'd like to make it fluid as the container it is in is fluid and when the container is smaller than the button there is an overflow. I'd like to keep the text and buttons the same size, id just like to have the overflowing text break off to the next line... there is plenty of results in a google search for customizing this, but I havent found anything that will do line breaks according to a fluid width. Thanks!
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.
|
|
|
Perhaps I'm not understanding what you're after, but text wrapping should happen automatically with something like this:
You can change the width of the wrapper div and the Like text will wrap as needed. The XFBML doesn't work the same way, but you can cut off the text by fixing a width:
|
|||||||
|