showcase/_includes/social.html
2023-11-02 20:11:53 +00:00

8 lines
No EOL
1.4 KiB
HTML

<div class="share-page">
Share this with friends and family! </br>
<a class="btn mt-2 text-white" style="background: rgb(3, 196, 255);font-weight:600" href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}&via=codeninjaslangley&related={{ site.twitter_username }}" rel="nofollow" target="_blank" title="Share on Twitter"> <i class="fab fa-twitter"></i> Twitter</a>
<a class="btn mt-2 text-white" style="background: rgb(0, 72, 173);font-weight:600" href="https://facebook.com/sharer.php?u={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Facebook"> <i class="fab fa-facebook"></i> Facebook</a>
<a class="btn mt-2 text-white" style="background: rgb(0, 194, 58);font-weight:600" href="whatsapp://send?text={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Whatsapp"><i class="fab fa-whatsapp"></i> WhatsApp</a>
<a class="btn mt-2 text-white" style="background: rgb(234, 0, 109);font-weight:600" href="https://www.instagram.com/?url={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Instagram"><i class="fab fa-instagram"></i> Instagram</a>
<button class="btn mt-2 text-white" style="background: #028b9b;font-weight:600" href="#" onclick="navigator.clipboard.writeText('{{ site.url }}{{ page.url }}');this.innerText='Copied Link!';"><i class="fa fa-link"></i> Copy Post Link</button>
</div>