How to add Facebook button next to Contact/RSS/Twitter?
Thanks
How to add Facebook button next to Contact/RSS/Twitter?
Thanks
In header.php replace following code:
<!-- there is room for 3 icons, below are predefined classes for others if you want to use them instead -->
<!--
<li class='flickr'><a class='ie6fix' href="#">flickr</a></li>
<li class='facebook'><a class='ie6fix' href="#">Facebook</a></li>
-->
with:
<!-- there is room for 3 icons, below are predefined classes for others if you want to use them instead -->
<!-- <li class='flickr'><a class='ie6fix' href="#">flickr</a></li> -->
<li class='facebook'><a class='ie6fix' href="#">Facebook</a></li>
and instead of "#" fill in the url to your facebook profile.
Fantastic, thanks.
Glad that I could help you :)
You must log in to post.