The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › Add Facebook Like Button To Header
How can I get this Facebook “like” button up in the top right corner of my header just below my phone number?
<div class=”fb-like” data-href=”https://www.facebook.com/Carolinaschoolofsurf” data-send=”false” data-width=”80″ data-show-faces=”false” data-font=”arial”></div>
http://www.carolinaschoolofsurf.com
Hi carolinaschoolofsurf,
it seems that div you are describing above isnt in your markup at the moment.
but when its there you could use:
div#header div.col-full {position: relative;}
.fb-like {position: absolute: right:0; bottom: 25px;}
wbr leo
<div class=”fb-like” data-href=”https://www.facebook.com/Carolinaschoolofsurf” data-send=”false” data-width=”80″ data-show-faces=”false” data-font=”arial”></div>
Where would i put this? Any specific page in the wordpress editor? Thanks for your help!