changing the appearence of an facebook like button (XFBML)
I'm interested if anyone knows how to alter a FB like button that's created with a code like
<fb:like href="ttt" send="false" width="450" show_faces="true" font=""></fb:like> that STILL SHOWS FACES, but can move it's actual literals elsewhere (like more the "reccomend to 开发者_Go百科your friends" to left or right etc. Has anyone so far been able to manipulate these things, the row breaks, the side of the string, etc?
This relates to this question: facebook like box stream height
In short: No, you cannot style social plugins because they are contained in an iframe when rendered. See the above answer for more details. Sorry.
精彩评论