image_src
errors when sharing directly from your blog posts or pages -- even if you have included the meta tags with image_src
property values required by Pinterest platform.amp-social-share
used on AMP HTML blogs or websites provides the one click easy to share on most popular social media websites.amp-social-share
buttons includes sharing posts/pages from Blogger blogs to social media platform like:-- Google+
The sharing details is unique between one Blogger post/page to another as the shared data is retrieved dynamically using Blogger constructors.
To proceed, Backup your Blogger AMP HTML theme to your computer using the
Backup/Restore
button.
- Go to
Theme
>Edit HTML
> press Ctrl F - Enter
amp-social-share
inside the search box and pressEnter
Find below HTML codes or something similar...
<amp-social-share type='pinterest' />
Replace to below:-
<b:with value='data:blog.postImageUrl ? resizeImage(data:blog.postImageUrl, 900 , "4:3") : ""' var='image'>
<amp-social-share type='pinterest' expr:data-param-media='data:image'/>
</b:with>
There may be one or more instances or type='pinterest' used in your Blogger AMP HTML theme codes. Use the built in code editor search bar to find others.
- Click Save Theme
- Refresh and test your Pinterest AMP social share button
Working to get connected...
Ooops! We're having trouble connecting. Please refresh your page or contact us...