embed icon indicating copy to clipboard operation
embed copied to clipboard

Imgur embed link leads to 404

Open gopumon opened this issue 5 years ago • 2 comments

The generated embed link is like http://imgur.com/{id}/embed

but the actual embed link should look like https://imgur.com/a/{id}/embed?pub=true&;w=540

Kindly look into this issue soon.

gopumon avatar Nov 16 '19 22:11 gopumon

The imgur.com has changed the way to embed the images they don't use this approach anymore. You can visit their website to watch the proper method of implementation for it.

veermetri05 avatar Jul 02 '20 08:07 veermetri05

@gopumon Actually, /a/.../embed?pub=true URLs are for albums. For simple posts, it is still /.../embed.

brc-dd avatar Dec 25 '20 18:12 brc-dd