is it possible to insert the facebook button/icon near the twitter icon? if yes .. what is the code?
Facebook Button
2 posts from 2 voices-
Posted 2 years ago #
-
Hey,
You can easily add a button by opening header.php, finding this code:
</ul><!-- end social_bookmarks-->and add this code just before:
<li class='facebook'><a class='ie6fix' href="http://www.facebook.com">Facebook</a></li>You also need to choose an image to display here and save it in your themes image's folder as facebook.png or Facebook.jpg then add this CSS to the end of style.css:
.social_bookmarks .facebook a { background:url(images/twitter.png"); }James
Posted 2 years ago #
Reply
You must log in to post.














