2
edits
No edit summary |
|||
| Line 56: | Line 56: | ||
# thumbnail a full page, as in [https://hg.mozilla.org/users/pweitershausen_mozilla.com/fx-share/file/7734fdb3bea8/services/share/modules/panel.js#l939 this code] | # thumbnail a full page, as in [https://hg.mozilla.org/users/pweitershausen_mozilla.com/fx-share/file/7734fdb3bea8/services/share/modules/panel.js#l939 this code] | ||
# look for images which the content author wants to be used as the thumbnail in social networks for example, and thumbnail them (because they're likely more compelling and symbolic of the page than the full page thumbnailed). This is more subtle code, which should use page metadata (e.g. opengraph markup) to identify likely good images. See [https://hg.mozilla.org/users/pweitershausen_mozilla.com/fx-share/file/7734fdb3bea8/services/share/modules/panel.js#l975 the current code used in f1] for an example. | # look for images which the content author wants to be used as the thumbnail in social networks for example, and thumbnail them (because they're likely more compelling and symbolic of the page than the full page thumbnailed). This is more subtle code, which should use page metadata (e.g. opengraph markup) to identify likely good images. See [https://hg.mozilla.org/users/pweitershausen_mozilla.com/fx-share/file/7734fdb3bea8/services/share/modules/panel.js#l975 the current code used in f1] for an example. | ||
[https://github.com/abhinavsharma/speeddial Speed Dial] Based on F1: Very quickly hacked together using the F1 feature and caching it into moz_annos. | |||
== Legend (remove if you like) == | == Legend (remove if you like) == | ||
edits