blob: 6bd9d518cfef80a40e12b6825727eb1f04937915 (
plain)
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
39
40
41
42
43
44
45
46
|
<div id="social-buttons" class="hidden-print">
<div class="container">
<ul class="list-inline">
<li>
<input name="popup" id="overlay" class="overlay" type="radio">
<span class="share">
<label class="share-btn btn btn-xs diaspora" title="Share this page on Diaspora*" for="diaspora-share">
<i class="fa fa-diaspora" aria-hidden="true"></i> Spread
</label>
<input name="popup" id="diaspora-share" class="hidden" type="radio">
<span class="popup">
<label for="overlay"></label>
<input name="podurl" value="" placeholder="Diaspora URL (joindiaspora.con)" type="text"><button class="share-btn" type="submit" value="diaspora">OK</button>
</span>
</span>
</li>
<li>
<input name="popup" id="overlay" class="overlay" type="radio">
<span class="share">
<label class="share-btn btn btn-xs mastodon" title="Share this page on Mastodon" for="mastodon-share">
<i class="fa fa-mastodon" aria-hidden="true"></i> Toot
</label>
<input name="popup" id="mastodon-share" class="hidden" type="radio">
<span class="popup">
<label for="overlay"></label>
<input name="podurl" value="" placeholder="Mastodon URL (mastodon.social)" type="text"><button class="share-btn" type="submit" value="mastodon">OK</button>
</span>
</span>
</li>
<li>
<span class="share">
<a
class="btn btn-xs twitter"
href="https://twitter.com/intent/tweet?url={{ site.forkawesome.url | cgi_escape }}&text={{ site.forkawesome.name | cgi_escape }}%20{{ site.forkawesome.tagline | cgi_escape }}&hashtags=forkawesome,iconfont"
target="_blank"
>
<i class="fa fa-twitter" aria-hidden="true"></i> Tweet
</a>
</span>
</li>
<li class="github-btn">
<iframe src="https://ghbtns.com/github-btn.html?user=ForkAwesome&repo=Fork-Awesome&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
</li>
</ul>
</div>
</div>
|