How do I add a facebook page icon/link?
-
Hello, I was wondering if someone could help me incorporate a small facebook logo on my blog http://www.stuttgenstudios.com so it can link to the business’s facebook page. I’m sure there are multiple ways to do this but I would love if there was a way for it to be up by the search bar. I just want to keep it really simple and clean. I have custom CSS if that helps any. Thanks in advance :)
The blog I need help with is: (visible only to logged in users)
-
-
-
You cannot modify the html for WordPress.com themes, so there is not a way to add a new image and link next to the search bar on the Twenty Eleven theme header.
You could add something to the footer in a widget though. Perhaps try something like this in a text widget:
<a href="FB_URL"><img src="IMAGE_URL" />Find us on Facebook</a>* Replace FB_URL with your Facebook link and replace IMAGE_URL with a Facebook logo image link. If you don’t have an icon image link, you should find a logo and upload it to your media library first and then copy the Image URL field from there.
- The topic ‘How do I add a facebook page icon/link?’ is closed to new replies.