They could advise me on where to get these types of buttons to share on social networks and how to program them to share different content ..
You can:
1) Make your own button
2) You can search for online button generators
3) You can google also, with something like "Boton de facebook para web"
input {
border: 2px solid #324a7c;
width: 200px;
height: 50px;
font-family: monospace;
font-size: 25px;
color: white;
background-color: #3B5998;
font-weight: 750;
border-radius: 12px;
position: absolute;
top: 50%; right: 0; left: 0; margin: 0 auto;
}
input:hover {
transform: scale(1.1);
transition: all .9s;
}
<input type="button" value="Facebook">