Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Berridge committed Jul 31, 2012
1 parent 5242761 commit 5e4f0d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ <h1>Simple Social Sharing Buttons</h1>

<ul class="ss-share">
<li class="ss-share-item">
<a class="ss-share-link ico-facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fbuiltbyboon.com%2Fposed%2FSimple-Social-Sharing-Buttons&amp;t=built%20by%20Boon" rel="nofollow">Share on Facebook</a>
<a class="ss-share-link ico-facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fbuiltbyboon.com%2Fposed%2FSimple-Social-Sharing-Buttons&amp;t=built%20by%20Boon" rel="nofollow" target="_blank">Share on Facebook</a>
</li>
<li class="ss-share-item">
<a class="ss-share-link ico-twitter" href="http://twitter.com/share?text=Simple%20Social%20Sharing%20Buttons&amp;url=http%3A%2F%2Fbuiltbyboon.com%2Fposed%2FSimple-Social-Sharing-Buttons&amp;via=mattberridge" rel="nofollow">Share on Twitter</a>
<a class="ss-share-link ico-twitter" href="http://twitter.com/share?text=Simple%20Social%20Sharing%20Buttons&amp;url=http%3A%2F%2Fbuiltbyboon.com%2Fposed%2FSimple-Social-Sharing-Buttons&amp;via=mattberridge" rel="nofollow" target="_blank">Share on Twitter</a>
</li>
<li class="ss-share-item">
<a class="ss-share-link ico-google" href="http://plus.google.com/share?url=http%3A%2F%2Fbuiltbyboon.com%2Fposed%2FSimple-Social-Sharing-Buttons" rel="nofollow">Share on Google+</a>
<a class="ss-share-link ico-google" href="http://plus.google.com/share?url=http%3A%2F%2Fbuiltbyboon.com%2Fposed%2FSimple-Social-Sharing-Buttons" rel="nofollow" target="_blank">Share on Google+</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 5e4f0d7

Please sign in to comment.