Supply Theme - How to add social sharing buttons on pages, not just articles?

Supply theme - Whilst I have social sharing buttons enabled on my articles, I am hoping to also add social sharing icons to my pages, but there is currently no option to enable sharing for pages. I would like the buttons to be placed at the bottom of the page on the left hand side.

Additionally, I would like to exclude the sharing buttons from certain pages, such as the ‘contact’ and ‘legal information’ pages.

Thank you.

You may need to find a developer to custom develop this feature.

To exclude pages you can use the

{% unless page.handle == contact %}
your code
{% endunless %}