Reputation: 433
I'm trying to implement a Facebook like button within an iframe of a constrained width and height. The button works, but after submitting the like and incrementing the count, it then displays a large textarea field to post something about the page to your Facebook feed. Unfortunately the iframe is too small to display this and thus . I looked through the attribute values and it looks like there is no way to do this, but is there any way of preventing this or am I at the mercy of Facebook's plugin?
Upvotes: 1
Views: 328
Reputation: 2571
I actually had the same problem but at this point, there is no other way than clipping it
Upvotes: 1