FB like text-align: right instead of left
Posted
by
senzacionale
on Stack Overflow
See other posts from Stack Overflow
or by senzacionale
Published on 2011-03-11T08:07:14Z
Indexed on
2011/03/11
8:10 UTC
Read the original article
Hit count: 171
http://www.facebook.com/plugins/like.php?href={0}&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80
I am using iframe.
whole code:
string iframe = string.Format("<iframe src=\"http://www.facebook.com/plugins/like.php?href={0}&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:450px; height:35px; text-align:right;\" allowTransparency=\"true\"></iframe>", fullUrl);
return iframe;
© Stack Overflow or respective owner