To manually add the Pinterest tag to Shopify you will need to follow all the steps in this article
Also you will need to add the following code to the theme.liquid file to get our app working with the Pinterest tag.
<script>
function bcpoDone() {
$(document).on('bcpo:add', function () {
pintrk('track', 'addtocart');
});
}
</script>