Social Sharing Button in Wordpress AMP

                  <!-- #### Social Sharing Script Goes before </head> -->

<script async custom-element=”amp-social-share” src=”https://cdn.ampproject.org/v0/amp-social-share-0.1.js”></script >

<!-- #### Social Sharing Script Ends -->


<!-- #### Social Sharing Script Goes after </header> -->
    
<div id="social-sharing-amp">
<amp-social-share type="twitter" layout="fixed" width="30" height="30"> </amp-social-share>
    <amp-social-share type="gplus" layout="fixed" width="30" height="30"></amp-social-share>
    <amp-social-share type="email" layout="fixed" width="30" height="30"></amp-social-share>
    <amp-social-share type="linkedin" layout="fixed" width="30" height="30"></amp-social-share>
    <amp-social-share type="facebook" layout="fixed" width="30" height="30" data-param-app_id="104818423010055"></amp-social-share>
</div>

<!-- #### Social sharing script ends -->