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
What is described in Embed Facebook Like button – Right align with CSS and settings works. However, in my website, I had to change the style to
position:relative; right:-130px;