Closed
Bug 819508
Opened 12 years ago
Closed 12 years ago
When sharing a Bugzilla bug on Facebook, the default thumbnail is the Persona login button
Categories
(bugzilla.mozilla.org :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: justdave, Assigned: glob)
Details
Attachments
(3 files)
See screenshot (it was imported from Twitter, so I think the personal information displayed is safe since it's all publicly viewable on Twitter already at https://twitter.com/TedMielczarek/status/277059871659134976 )
A Google search tells me we can specify what thumbnail we want them to use with:
<link rel="image_src" href="{link to image}">
Reporter | ||
Comment 1•12 years ago
|
||
Actually, looking at the title and the link, that's a buglist, not a bug. :)
Reporter | ||
Comment 2•12 years ago
|
||
Facebook has a tool at https://developers.facebook.com/tools/debug that can be used to tell you what image it'll pick (among other things) for a page.
i think we're better off using open graph metatags: http://ogp.me/
Reporter | ||
Comment 4•12 years ago
|
||
Sounds like a plan. :)
not sure if this should be rolled into the BMO extension, or in its own.
this patch adds it as a separate extension, in case other installations want it.
the image used is https://bugzilla.mozilla.org/extensions/BMO/web/images/bugzilla.png
Attachment #689944 -
Flags: review?(dkl)
Reporter | ||
Comment 6•12 years ago
|
||
Wow, that's a tiny image. That'll look... interesting when blown up to 100x100 or 250x250 on indexing and sharing sites :)
(In reply to Dave Miller from comment #6)
> Wow, that's a tiny image. That'll look... interesting when blown up to
> 100x100 or 250x250 on indexing and sharing sites :)
alternative image: http://www.mediawiki.org/wiki/File:Buggie.svg
Reporter | ||
Comment 8•12 years ago
|
||
That might be a good one for upstream. We probably want something with a Firefox or Mozilla logo or something for bmo. Hmmm... (far better than nothing though - should run with this for now and get Martell to cook us up something for the long run). Probably need to convert it to png or somesuch.
Comment 9•12 years ago
|
||
(In reply to Dave Miller from comment #8)
> That might be a good one for upstream. We probably want something with a
> Firefox or Mozilla logo or something for bmo. Hmmm... (far better than
> nothing though - should run with this for now and get Martell to cook us up
> something for the long run). Probably need to convert it to png or somesuch.
Open Graph Warnings That Should Be Fixed
Small og:image: All the images referenced by og:image should be at least 200px in both dimensions. Please check all the images with tag og:image in the given url and ensure that it meets the recommended specification.
Assignee | ||
Comment 10•12 years ago
|
||
(In reply to David Lawrence [:dkl] from comment #9)
> Open Graph Warnings That Should Be Fixed
> Small og:image: All the images referenced by og:image should be at least
> 200px in both dimensions.
as per comments 7 and 8, we'll use a png version of the buggie.svg. as it's a vector format, we can make it any size.
here's the image i intend on using.
Comment 11•12 years ago
|
||
Comment on attachment 689944 [details] [diff] [review]
patch v1
Review of attachment 689944 [details] [diff] [review]:
-----------------------------------------------------------------
Things to fix on checkin:
1. Still getting warning from debug site that png is not acceptable size of > 200x200
[dkl@localhost 819508]$ file extensions/OpenGraph/web/bugzilla.png
extensions/OpenGraph/web/bugzilla.png: PNG image data, 152 x 200, 8-bit/color RGBA, non-interlaced
2. Nit: Would be better if the image was in extensions/OpenGraph/web/images/
r=dkl
Attachment #689944 -
Flags: review?(dkl) → review+
Assignee | ||
Comment 12•12 years ago
|
||
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.0/
added extensions/OpenGraph
added extensions/OpenGraph/Config.pm
added extensions/OpenGraph/Extension.pm
added extensions/OpenGraph/template
added extensions/OpenGraph/web
added extensions/OpenGraph/template/en
added extensions/OpenGraph/template/en/default
added extensions/OpenGraph/template/en/default/hook
added extensions/OpenGraph/template/en/default/hook/global
added extensions/OpenGraph/template/en/default/hook/global/header-start.html.tmpl
added extensions/OpenGraph/web/bugzilla.png
Committed revision 8422.
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.2/
added extensions/OpenGraph
added extensions/OpenGraph/Config.pm
added extensions/OpenGraph/Extension.pm
added extensions/OpenGraph/template
added extensions/OpenGraph/web
added extensions/OpenGraph/template/en
added extensions/OpenGraph/template/en/default
added extensions/OpenGraph/template/en/default/hook
added extensions/OpenGraph/template/en/default/hook/global
added extensions/OpenGraph/template/en/default/hook/global/header-start.html.tmpl
added extensions/OpenGraph/web/bugzilla.png
Committed revision 8462.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•