Hello again everyone, me again. I have been trying to code some custom social media share buttons for my site iheartf1.co.uk and have got the below code; <b:if cond='data:blog.pageType == "item"'> <ul class='ABT-social' id='ABT-cssanimation'> <li><a expr:href='"http://www.webber7/facebofacebook.com/sharer.php?u=" + data:post.url; + "&t=" + data:post.title'; rel='external nofollow'; target='_blank'><img height='30' src='http://i283.photobucket.com/albums/kk300/rob_ok_zps5c9a7660.png' title='Add to Facebook' width='30'/></a></li> <li><a expr:href='"http://twitter.com/home?status=Check this Out: " + data:post.url; + " | " + data:post.title' rel='external nofollow' target='_blank'><img height='30' src='http://i283.photobucket.com/albums/kk300/rob_webber7/twitter_zps63496852.png' title='Tweet' width='30'/></a></li> <li><a expr:href='"https://plusone.google.com/_/+1/confirm?hl=en&url=;" + data:post.url'; onclick='window.open(this.href,'sharer','toolbar=0,status=0,width=626,height=436'); return false;' rel='nofollow' target='_blank'><img height='30' src='http://i283.photobucket.com/albums/kk300/rob_webber7/googleplus_zps5cfd907e.png' title='Plus' width='30'/></a></li> <li><a expr:href='"http://www.linkedin.com/shareArticle?mini=true&url=;" + data:post.url; + "&title="; + data:post.title; + "&summary=&source="'; rel='nofollow' target='_blank'><img height='30' src='http://i283.photobucket.com/albums/kk300/rob_webber7/linkedin_zpsa798ee73.png' title='LinkedIn' width='30'/></a></li> <li><a expr:href='"mailto:?subject=I wanted you to see this site&body=Check out this site http://www.iheartf1.co.uk." title="Share by Email" target='_blank'><img height='30' src='http://i283.photobucket.com/albums/kk300/rob_webber7/mail_zps9002e749.png' title='Email' width='30'/></a></li> <li><a expr:href='http://www.iheartf1.co.uk/feeds/posts/default' target='_blank'><img src='http://i283.photobucket.com/albums/kk300/rob_webber7/rss_zps564c3dc9.png' title='Add RSS Feed'/></a></li> </ul> </b:if> Code (markup): I thought it looked ok, the Facebook link worked to begin with but as I put the rest of the code in and tried to save it to blogger it wouldnt have it and I have racked my brains for a couple of days and cant seem to rectify it. could someone look at it and tell me where i'm going wrong, it is saying it has 21 warnings!!! if anyone would be so kind as to post the corrected code I would be wholey indebtted!! Thanks again Rob
Hello, thank everyone who viewed. I eventually used this code through AddThis <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style addthis_32x32_style"> <a class="addthis_button_preferred_1"><img src="http://i283.photobucket.com/albums/kk300/rob_webber7/linkedin_zpsa798ee73.png" width="16" height="16" border="0" alt="Share" /></a> <a class="addthis_button_preferred_2"><img src="http://i283.photobucket.com/albums/kk300/rob_webber7/facebook_zps5c9a7660.png" width="16" height="16" border="0" alt="Share" /></a> <a class="addthis_button_preferred_3"><img src="http://i283.photobucket.com/albums/kk300/rob_webber7/twitter_zps63496852.png" width="16" height="16" border="0" alt="Tweet" /></a> <a class="addthis_button_preferred_4"><img src="http://i283.photobucket.com/albums/kk300/rob_webber7/mail_zps9002e749.png" width="16" height="16" border="0" alt="Mail" /></a> <a class="addthis_button_compact"><img src="http://i283.photobucket.com/albums/kk300/rob_webber7/googleplus_zps5cfd907e.png" width="16" height="16" border="0" alt="+1" /></a> <a class="addthis_counter addthis_bubble_style"></a> </div> <script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-513dbb5144893996"></script> <!-- AddThis Button END -->[CODE] I then change the IMG section to reflect the buttons I wanted... Thanks!! Code (markup):