Skip to content

Instantly share code, notes, and snippets.

@lindsoe
Last active July 14, 2019 16:09
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 lindsoe/0cb6d1c2ab82171c5b88aea576d0463c to your computer and use it in GitHub Desktop.
Save lindsoe/0cb6d1c2ab82171c5b88aea576d0463c to your computer and use it in GitHub Desktop.
AMP Social i Codepen
<amp-list height="200"
src= "https://gist.githubusercontent.com/lindsoe/0cb6d1c2ab82171c5b88aea576d0463c/raw/script.js">
<template type="amp-mustache">
<amp-social-share class="rounded"
type="{{type}}" width="50" height="50">
</template>
</amp-list>
{
"items": [
{
"type": "email",
"id": "",
"param": ""
},
{
"type": "facebook",
"id": "254325784911610",
"param": ""
},
{
"type": "gplus",
"id": "",
"param": ""
},
{
"type": "linkedin",
"id": "",
"param": ""
},
{
"type": "pinterest",
"id": "",
"param": "https://ampbyexample.com/img/amp.jpg"
},
{
"type": "tumblr",
"id": "",
"param": ""
},
{
"type": "twitter",
"id": "",
"param": ""
},
{
"type": "whatsapp",
"id": "",
"param": ""
}
]
}
<script src="https://cdn.ampproject.org/v0/amp-carousel-0.1.js"></script>
<script src="https://cdn.ampproject.org/v0/amp-story-1.0.js"></script>
<script src="https://cdn.ampproject.org/v0/amp-video-0.1.js"></script>
<script src="https://cdn.ampproject.org/v0/amp-mustache-0.2.js"></script>
<script src="https://cdn.ampproject.org/v0/amp-list-0.1.js"></script>
<script src="https://cdn.ampproject.org/v0/amp-bind-0.1.js"></script>
<script src="https://cdn.ampproject.org/v0/amp-social-share-0.1.js"></script>
amp-social-share.rounded {
border-radius: 50%;
background-size: 70%;
margin:5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment