coding for social icons
-
Hi there, i am looking to work out the right code to add custom social icons to the footer of my site: http://www.absolutepartycruises.com – the images are currently missing and i am unsure where and what to add into the code…
Currently the code is;
<ul class=”social social__list unstyled”>
<li class=”social_li”>
<span class=”social_ico”>
<img alt=”” src=” http://absolutepartycruises.com/wp-content/uploads/2015/02/mail.png”>
</span>
<span class=”social_label”>google+</span>
<li class=”social_li”>
<span class=”social_ico”>
</span>
<span class=”social_label”>+44 208 306 5333 </span>
<li class=”social_li”>
<li class=”social_li”>
<span class=”social_ico”>
<img alt=”” src=” http://absolutepartycruises.com/wp-content/uploads/2015/02/cell.png
“>
</span>
<span class=”social_label”>Email US</span>
Where am I going wrong?!
-
I am using something like this
<div> <a href="http://www.facebook.com/share.php?u=<?php get_permalink();?>&title=<?php get_the_title(); ?>"><img src="/facebook.png"></a> </div>I now have the correct code – i believe… but the images aren’t showing up in the widget! Any ideas?
<ul class=”social social__list unstyled”>
<li class=”social_li”>
<span class=”social_ico”>
<img alt=”” src=”http://absolutepartycruises.com/wp-content/uploads/2015/02/google-.jpg”>
</span>
<span class=”social_label”>google+</span>
<li class=”social_li”>
<span class=”social_ico”>
<img alt=”” src=”http://absolutepartycruises.com/wp-content/uploads/2015/02/cell.png”>
</span>
<span class=”social_label”>+44 208 306 5333 </span>
<li class=”social_li”>
<span class=”social_ico”>
<img alt=”” src=”http://absolutepartycruises.com/wp-content/uploads/2015/02/mail.png”>
</span>
<span class=”social_label”>Email US</span>
The topic ‘coding for social icons’ is closed to new replies.