Imgur post embed gives 404 error #4697
Labels
Bug
Something isn't working
Changelogged
Whether the issue/PR has been added to release notes.
Embeds
WS:Core
Work stream for Plugin core
Milestone
Bug Description
The Imgur post embed generates AMP tag, it uses post id as data-imgur-id, and it creates incorrect embed URL:
https://imgur.com/2q6AS6i/embed?pub
so it’s not displayed on the AMP page.In the official AMP documentation, there is no information available for Imgur post embed.
https://amp.dev/documentation/components/amp-imgur/
And there is a merged PR to add the support for Imgur posts:
ampproject/amphtml#23829
Expected Behaviour
The Imgur post embed should generate
data-imgur-id
asa/<post_id>
. It generates the correct embed URLhttps://imgur.com/a/2q6AS6i/embed?pub
.Steps to reproduce
Screenshots
Additional context
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation brief
QA testing instructions
Demo
Changelog entry
The text was updated successfully, but these errors were encountered: