I notice some people have a Facebook icon as well as other social buttons to the left of the search bar. In the Dashboard I only see an option for Twitter and RSS. How do I add other buttons?
Adding Social Link Buttons to Search Bar
2 posts from 2 voices-
Posted 1 year ago #
-
Hey,
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.
Posted 1 year ago #
Reply
You must log in to post.














