Skip to content

Instantly share code, notes, and snippets.

@webloglife
Created December 2, 2016 12:55
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/38cd88a59f5fd4e05e2c5e051ed95272 to your computer and use it in GitHub Desktop.
Save webloglife/38cd88a59f5fd4e05e2c5e051ed95272 to your computer and use it in GitHub Desktop.
amp-social-share
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<script async custom-element="amp-social-share" src="https://cdn.ampproject.org/v0/amp-social-share-0.1.js"></script>
<?php do_action( 'amp_post_template_head', $this ); ?>
<style amp-custom>
<?php $this->load_parts( array( 'style' ) ); ?>
<?php do_action( 'amp_post_template_css', $this ); ?>
</style>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment