Why won't all my social media icons show up in the sidebar?

  • Unknown's avatar

    I’m trying to embed social media icons in a sidebar on my site, but although I’m trying to insert multiple icons, only one is showing up in the sidebar at any given time.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Well, how are you embedding them? What code are you using? Is the one that always shows the same or does it randomly change?

  • Unknown's avatar

    I made a text widget for the sidebar, and am using the following code. The one that always shows up stays the same.

    <div>
    <a href="http://twitter.com/worcuga"><img title="Twitter" src="http://worcuga.com/wp-content/uploads/2014/10/twitter-32.png" alt="Twitter" width="35" height="35" /></a>
    
    <a href="http://instagram.com/worcuga"><img title="Pinterest" src="http://worcuga.com/wp-content/uploads/2014/10/instagram-32.png" alt="Instagram" width="35" height="35" /></a>
    
     <a href="http://facebook.com/worcuga"><img title="Facebook" src="http://worcuga.com/wp-content/uploads/2014/10/facebook-32.png" alt="Facebook" width="35" height="35" /></a>
    
    <a href="mailto:(email visible only to moderators and staff)"><img title="Email" src="http://worcuga.com/wp-content/uploads/2014/10/email-32.png" alt="Email" width="35" height="35" /></a>
    
    </div>
  • The topic ‘Why won't all my social media icons show up in the sidebar?’ is closed to new replies.