<em>@suzanna 461938 wrote:</em><blockquote>I need to add an icon for website in class=”social-links”. there is fa fa-rss/fa-envelope/fa-facebook but I can’t find one for a website link.</blockquote>
Hello Suzanna
Here is Full code of social links
that you can see in the source
<!-- AddThis Follow BEGIN -->
<div class="social-list addthis_toolbox">
<a class="addthis_button_facebook_follow at300b" addthis:userid="joomlart" href="http://www.facebook.com/joomlart" target="_blank" title="Follow on Facebook"><i class="fa fa-facebook"></i><span class="addthis_follow_label">Facebook</span></a>
<a class="addthis_button_twitter_follow at300b" addthis:userid="JoomlArt" href="//twitter.com/JoomlArt" target="_blank" title="Follow on Twitter"><i class="fa fa-twitter"></i><span class="addthis_follow_label">Twitter</span></a>
<a class="addthis_button_google_follow at300b" addthis:userid="joomla.org/rss.html" title="Follow on Google" href="https://plus.google.com/joomla.org/rss.html" target="_blank"><i class="fa fa-google-plus"></i><span class="addthis_follow_label">Google</span></a>
<a class="addthis_button_rss_follow at300b" addthis:userid="joomla.org/rss.html" href="joomla.org/rss.html" target="_blank" title="Subscribe"><i class="fa fa-rss"></i><span class="addthis_follow_label">RSS</span></a>
<a class="addthis_button_linkedin_follow at300b" addthis:userid="joomla" href="http://www.linkedin.com/in/joomla" target="_blank" title="Follow on LinkedIn"><i class="fa fa-linkedin"></i><span class="addthis_follow_label">LinkedIn</span></a>
<div class="atclear"></div></div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-523d4894767843b5"></script>
<!-- AddThis Follow END -->
Replace the user ID with your social links as per your need .
Hope it helps.