Welcome to mirror list, hosted at ThFree Co, Russian Federation.

social-share.html « _includes - gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 23318a5ab3ef877834b8c8ef952634d0721c0c05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<section class="page__share">
  {% if site.data.ui-text[site.locale].share_on_label %}
    <h4 class="page__share-title">{{ site.data.ui-text[site.locale].share_on_label | default: "Share on" }}</h4>
  {% endif %}

  <a href="https://twitter.com/intent/tweet?{% if site.twitter.username %}via={{ site.twitter.username | url_encode }}&{% endif %}text={{ page.title | url_encode }}%20{{ page.url | absolute_url | url_encode }}" class="btn btn--twitter" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} Twitter"><i class="fa fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a>

  <a href="https://www.facebook.com/sharer/sharer.php?u={{ page.url | absolute_url | url_encode }}" class="btn btn--facebook" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} Facebook"><i class="fa fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a>

  <a href="https://www.reddit.com/submit?url={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} Reddit"><i class="fa fa-fw fa-reddit" aria-hidden="true"></i><span> Reddit</span></a>

  <a href="https://www.linkedin.com/shareArticle?mini=true&url={{ page.url | absolute_url | url_encode }}" class="btn btn--linkedin" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} LinkedIn"><i class="fa fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a>

  <a href="https://gitlab.com/Remmina/Remmina/wikis/home={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} Our Wiki"><i class="fa fa-fw fa-wikipedia-w" aria-hidden="true"></i><span> Our Wiki</span></a>

  <a href="https://matrix.to/#/+remmina:matrix.org={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} Matrix"><i class="fa fa-fw fa-matrix-org" aria-hidden="true"></i><span> Matrix</span></a>

  <a href="https://matrix.to/#/+remmina-room:matrix.org={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} Reddit"><i class="fa fa-fw fa-matrix-org" aria-hidden="true"></i><span> Room</span></a>

  <a href="https://lists.remmina.org/listinfo/users={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} Mailing list"><i class="fa fa-fw fa-envelope-open" aria-hidden="true"></i><span> Mailing list</span></a>

  <a href="https://kiwiirc.com/client/irc.freenode.net/?nick=remminer|?#remmina/={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} IRC #remmina @ freenode"><i class="fa fa-fw fa-commenting" aria-hidden="true"></i><span> IRC #remmina @ freenode</span></a>
</section>