I am able to put a Facebook like button on my website, but how do I make it to be right-aligned within the div/iframe it is in?
div
iframe
I tried app
Thanks for everyone's input. The position relative trick doesn't always do it for me:
div.around-fb-like{ position:relative; float:right; }
So far this has been more dependable:
#fb-root{ position:absolute; left:-1000%; }