Open
Description
Steps to reproduce the issue
- Go to https://thepostmansknock.com/incredible-bullet-journal-ideas-examples/
- Click on the AMP Pinterest sharing button under the title and excerpt.
- See that the Pinterest pop-up window does not pull up an image to share.
What I expected
I expected an image to be pulled up to share.
What happened instead
No image is displayed for the user to pin.
The Pinterest AMP button needs a data-param-media
attribute to pull up an image (see https://amp.dev/documentation/components/amp-social-share/#pre-configured-providers). I think the plugin should offer a filter in the function render_sharing_html
in jetpack/3rd-party/class.jetpack-amp-support.php
for users to be able to add more parameters to the social share buttons.
Activity