Re: Add Twitter and Facebook Icons in Wordpress
Hi Christina,
First you'll need some images. Just google "icon for facebook" & "icon for twitter" and choose a pic for each around 48x48.
Upload these to your media library and take note of the url to each image. )I leave the upload screen open in another tab and and click "show" for each image -the url is at the bottom of the properties area.)
Next, in a "text" widget you'll enter the following in whatever order you want them to show in (CAPS are things you need to replace with correct URL):
<a href="http://facebook.com/YOURFACEBOOKURL"><img src="http://URLTOFBIMAGE"></a>
<a href="http://twitter.com/YOURTWITTERURL"><img src="http://URLTOTWITTERIMAGE"></a>
Have Fun!
~C
|