Skip to content

Commit

Permalink
[ADD] Share on Telgram button
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhdz committed May 1, 2023
1 parent 3dd8242 commit b9dbb28
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion _includes/share.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,25 @@ <h6>Share this post</h6>
</a>
</li>

<li>
<!-- <li>
<a href="http://pinterest.com/pin/create/button/?url={{ site.url }}{{ page.url }}&media={{page.image.feature}}&description=&quot;{{ page.title }}&quot;" data-pin-do="buttonBookmark" data-pin-description="{{ page.title }}" target="_blank" data-toggle="tooltip" title="Save on Pinterest" itemprop="Pinterest">
<span class="fa-stack fa-lg" style="
color: #223333;font-size:1em;">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-pinterest fa-stack-1x fa-inverse"></i>
</span>
</a>
</li> -->

<li>
<a href="tg://msg_url?text={{ page.title }}&url={{ site.url }}{{ page.url }}" target="_blank" title="Share on Telegram" itemprop="Telegram">
<span class="fa-stack fa-lg" style="
color: #223333;font-size:1em;">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa fa-paper-plane fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>

</ul>
</div>

0 comments on commit b9dbb28

Please sign in to comment.