Closed
Bug 1087985
Opened 11 years ago
Closed 2 years ago
Add-on's page og:image meta property will not be used by facebook for being too small
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: quicksaver, Unassigned)
Details
Attachments
(1 file)
|
95.48 KB,
image/jpeg
|
Details |
If I share an add-on on facebook by posting its link, it will not use its icon, but rather the author's image. Example: https://addons.mozilla.org/firefox/addon/the-fox-only-better/, see screenshot for what it looks like when sharing that link.
By using facebook's object debugger (https://developers.facebook.com/tools/debug/og/object) I see this warning:
> og:image was not defined, could not be downloaded or was not big enough.
> Please define a chosen image using the og:image metatag, and use an image
> that's at least 200x200px and is accessible from Facebook. Image
> 'https://addons.cdn.mozilla.net/user-media/userpics/2/2392
> /2392246.png?modified=1401438714' will be used instead.
Since AMO resizes the uploaded icon to 64x64, I assume this is the problem. Is there a way to upload bigger versions of the icon? Or would you be willing to integrate this functionality into AMO in some way, so that the actual add-on icon can be used in this case?
Or another way could be, for example, I already include a 200x200 icon in the add-on package itself (for other purposes), could that be used in the og:image, by copying/caching it automatically if the em:iconURL exists in install.rdf?
| Assignee | ||
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•