amp-addthis
Introduction
The amp-addthis component integrates AddThis Floating Bar and Inline Share Buttons.
Setup
Import the amp-addthis
component.
<script async custom-element="amp-addthis" src="https://cdn.ampproject.org/v0/amp-addthis-0.1.js"></script>
Floating share buttons
Placed on the side of your page, following your reader as they scroll. A great way to promote sharing without getting too in-your-face.
<amp-addthis width="320" height="92" layout="responsive" data-pub-id="ra-5c191331410932ff" data-widget-id="957l" data-widget-type="floating">
</amp-addthis>
Inline share buttons
Integrate share buttons into your content for a seamless sharing experience.
<amp-addthis width="320" height="92" data-pub-id="ra-5c191331410932ff" data-widget-id="mv93" data-widget-type="inline">
</amp-addthis>
Implementation
Visit the addthis homepage to learn to how to setup AddThis on AMP or check out this video for step-by-step instructions:
このページの説明でご質問のすべてを解消できない場合は、あなたの実際の使用事例について他の AMP ユーザーに問い合わせて話し合ってください。
Stack Overflow にアクセスする 説明されていない機能ですか?AMP プロジェクトでは皆さんの参加と貢献を強くお勧めしています!当社はオープンソースコミュニティに継続的にご参加いただくことを希望しますが、特に熱心に取り組んでいる問題があれば1回限りの貢献でも歓迎します。
GitHub でサンプルを編集する-
Written by @pjcunnin