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 am integrated facebook like bok on my page .. here i like to change the width of the box how can i do this

my config

<iframe scrolling="no" frameborder="0" style="border: medium none; overflow: hidden; width: 85px; height: 21px;" allowtransparency="true" src="http://www.facebook.com/plugins/like.php?href=http://optisolbusiness.com/gonzobidz/&amp;layout=button_count&amp;show_faces=true&amp;width=90&amp;action=like&amp;colorscheme=light&amp;height=21"></iframe>

switch width this enter image description here to like this enter code here

Thanks

share|improve this question
So you're trying to display the Like count without the button? – jhiro009 Jul 21 '11 at 20:30
@jhiro009: No i just want extent width of the count box like second screenshot. – gowri Jul 22 '11 at 5:56

1 Answer

You can't set the width of the counter. Review the Like Button documentation: you can only set the width of the container that holds the button and the counter.

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.