Bruno Barbosa
Bruno Barbosa

Reputation: 165

Support to share button in amp-html

Does AMP have support to facebook, twiiter and google plus share buttons? There's no clear information about this issue here or on github.

Upvotes: 5

Views: 1472

Answers (1)

Barry Pollard
Barry Pollard

Reputation: 46080

It's been proposed but not implemented yet: https://github.com/ampproject/amphtml/issues/1201

In meantime you can just create standard HTML links for these - which are much quicker to load than the bloated JavaScript official versions (though without interactive stuff like counters). For example see this page: https://web-design-weekly.com/2015/06/18/basic-performant-sharing-buttons/

Upvotes: 2

Related Questions