Skip to content

Instantly share code, notes, and snippets.

View yeltsx's full-sized avatar
🌈
Working from home

Yeltsin Lima yeltsx

🌈
Working from home
View GitHub Profile
@yeltsx
yeltsx / sharing.php
Created November 4, 2024 15:31
Botões de compartilhamento feitos no Tailwind
<div class="sharing-buttons flex flex-wrap">
<a class="border-2 duration-200 ease inline-flex items-center mb-1 mr-1 transition p-3 rounded-full text-white border-purple-600 bg-purple-600 hover:bg-purple-700 hover:border-purple-700"
target="_blank" rel="noopener" href="https://facebook.com/sharer/sharer.php?u=<?php the_permalink(); ?>"
aria-label="Share on Facebook">
<svg aria-hidden="true" fill="currentColor" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512" class="w-6 h-6">
<title>Facebook</title>
<path
d="M379 22v75h-44c-36 0-42 17-42 41v54h84l-12 85h-72v217h-88V277h-72v-85h72v-62c0-72 45-112 109-112 31 0 58 3 65 4z">
</path>