My social sharing icons do not work - can you offer insights?

by toivo
5 replies
  • WEB DESIGN
  • |
Go to upper right corner of my homepage: https://danscartoons.com and the FB, Twitter & RSS icons won't open to the required URL. I have accessed this below, in my "header.php" and wonder what I am doing wrong (note: haven't set RSS feed yet)
__________________________________________________ _________
</div>
<div id="social">
<ul class="footer-social">
<li class="facebook"><a href="http://www.facebook.com/CartoonsForLicensing/"class="notext">Facebook</a></li>
<li class="twitter"><a href="http://www.twitter.com/cartoon_picture/" class="notext">Twitter</a></li>
<li class="rss"><a href="#" class="notext">RSS</a></li>
</ul>
</div>
__________________________________________________ _________
#icons #insights #offer #sharing #social #work
  • Profile picture of the author Nabaleka
    Why are you adding class="notext"?
    Seems like you have not set the any link rather than #

    Here is how I see your code rendering:

    <ul class="footer-social">
    <li class="facebook"><a href="#" class="notext">Facebook</a></li>
    <li class="twitter"><a href="" class="notext">Twitter</a></li>
    <li class="rss"><a href="#" class="notext">RSS</a></li>
    </ul>
    {{ DiscussionBoard.errors[10828889].message }}
  • Profile picture of the author toivo
    Appreciate your feedback. See my attached screenshot how it currently is set up in my "heder.php" and tell me what to change or delete from that code. It would be appreciated. No, I realize I don't have my RSS in there....I'll get to that later. Your feedback will be appreciated.
    {{ DiscussionBoard.errors[10828979].message }}

Trending Topics