-
Notifications
You must be signed in to change notification settings - Fork 4
/
newsletter-social-links.html
38 lines (30 loc) · 1.64 KB
/
newsletter-social-links.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
26
27
28
29
30
31
32
33
34
35
36
37
38
<div id="share-buttons">
<!-- Twitter -->
<a href="https://twitter.com/share?url={{- .Page.Permalink }}&text=Latest%20IVOA%20Newsletter&hashtags=IVOA" title="See this newsletter in Twitter" target="_blank">
<img src="{{ .Site.Home.Permalink}}/images/twitter.png" alt="Twitter">
</a>
<!-- Facebook -->
<a href="http://www.facebook.com/sharer.php?u={{- .Page.Permalink }}" title="See this newsletter in Facebook" target="_blank">
<img src="{{ .Site.Home.Permalink}}/images/facebook.png" alt="Facebook">
</a>
<!-- Google+ -->
<a href="https://plus.google.com/share?url={{- .Page.Permalink }}" title="See this newsletter in Google+" target="_blank">
<img src="{{ .Site.Home.Permalink}}/images/google.png" alt="Google">
</a>
<!-- LinkedIn -->
<a href="http://www.linkedin.com/shareArticle?mini=true&url={{- .Page.Permalink }}" title="See this newsletter in LinkedIn" target="_blank">
<img src="{{ .Site.Home.Permalink}}/images/linkedin.png" alt="LinkedIn">
</a>
<!--Weibo-->
<a href="http://v.t.sina.com.cn/share/share.php?url={{- .Page.Permalink }}&title=Latest IVOA Newsletter" title="See this newsletter in Weibo" target="_blank">
<img src="{{ .Site.Home.Permalink}}/images/WeiboLOGO_64x64.png" alt="Weibo">
</a>
<!--WeChat-->
<a href="javascript:void();" onmouseover="toggle_QRCode()" onmouseout="toggle_QRCode()">
<img src="{{ .Site.Home.Permalink}}/images/icon64_wx_logo.png" alt="WeChat">
</a>
<div id="QRcode">
<p>Open WeChat to scan</p>
<img src="{{ .Site.Home.Permalink}}/images/QRCode.png" alt="Wechat_QRcode" />
</div>
</div>