forked from andiio/fast-load-social-buttons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (25 loc) · 1.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Fast Load Social Buttons</title>
<style>a{cursor:pointer;text-decoration:none}</style>
</head>
<body>
<a onclick="window.open('https://twitter.com/share?text=;url=yourURLHere;via=YourSite', 'sharer', 'toolbar=0,status=0,width=548,height=325');" title="Twitter" class="circle">
<img src="twittericon.png">
</a>
<a onclick="window.open('http://www.facebook.com/sharer.php?s=100&p[title]=;p[summary]=;p[url]=;p[images][0]=', 'sharer', 'toolbar=0,status=0,width=548,height=325');" href="javascript: void(0)" title="Share">
<img src="facebookicon.png">
</a>
<a onclick="window.open('http://pinterest.com/pin/create/button/?url=;media=http://upload.wikimedia.org/wikipedia/commons/3/38/Martha%27s_Vineyard_map.png;description=','','width=600,height=300');">
<img src="pinteresticon.png">
</a>
<a onclick="window.open('https://plus.google.com/share?url=http://www.google.com','','width=415,height=450');">
<img src="googleplusicon.png">
</a>
</body>
</html>