Skip to content

Instantly share code, notes, and snippets.

@webloglife
Created December 2, 2016 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webloglife/c9c484cb38cb953afe7a927099b92f3d to your computer and use it in GitHub Desktop.
Save webloglife/c9c484cb38cb953afe7a927099b92f3d to your computer and use it in GitHub Desktop.
amp-social-share3
<div class="amp-wp-article-content">
<?php echo $this->get( 'post_amp_content' ); // amphtml content; no kses ?>
<div>
<amp-social-share type="twitter"></amp-social-share>
<amp-social-share type="gplus"></amp-social-share>
<amp-social-share type="facebook"
data-param-app_id="(FacebookのAPP ID)"></amp-social-share>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment