How do I add social media follow icons to my side bar
-
Hello,
I’m trying to add a “Connect with Me” widget to my side bar with four buttons for facebook, twitter, linkedin, and youtube. I added a text widget to my side bar. Uploaded four icon images and pasted the html code (see below) into the window. However, the buttons are not showing up on my blog. Can you help? Thanks!<div>
<table border=”0″ width=”300″ style=”padding-left:20px;”>
<tr>
<td>
<img src=”/wp-content/uploads/2011/07/facebook-48×48.png” /></td>
<td>
<img src=”/wp-content/uploads/2011/07/twitter-48×48.png” /></td>
<td>
<img src=”/wp-content/uploads/2011/07/youtube-48×48.png” /></td>
<td>
<img src=”/wp-content/uploads/2011/07/linkedin-48×48.png” /></td>
</tr>
</table>
</div>
Blog url: http://davidtauchen.wordpress.com/ -
That code doesn’t look quite right to me. Can you try pasting the code here between backtick marks like ` ?
Note that some types of code such as JavaScript, iframes, and Flash embeds are restricted at WordPress.com. See http://en.support.wordpress.com/code/#javascript for details.
- The topic ‘How do I add social media follow icons to my side bar’ is closed to new replies.