Hello,
You can find details about the FB button in this link: https://stackoverflow.com/questions/8696026/is-it-possible-to-validate-the-xmlnsfb-facebook-attribute/13913908
Get the AddThis share buttons in this link: https://www.addthis.com/
Another changes to do:
FROM:
<p><button type="button" class="btn btn-sm btn-primary text-4 p-2"><a class="text-color-light" href="blog.html"> Volver a "Blog"</a></button></p>
TO:
<p><a class="btn btn-sm btn-primary text-4 p-2" href="blog.html">Volver a "Blog"</a></p>
Also.
The type attribute is unnecessary for JavaScript resources. – Remove the type attribute.
Hope that helps.
Jonas