I am looking to achieve something like this
However, my current setup looks like this
I have attempted various solutions but haven't made any progress. What steps should I take?
View the code on this JSFiddle link
Some definitions in my code include:
#footer {
padding: 20px;
background-color: #000;
color: #fff;
font-size: 12px;
}
As well as this iframe element:
<iframe src="FACEBOOKURL&layout=button_count&show_faces=false&width=450&action=like&colorscheme=light&height=20" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100%; height:20px;" allowTransparency="true">
</iframe>