conceptualspace / yet-another-speed-dial

a modern speed dial for chrome, edge and firefox
Other
184 stars 33 forks source link

Favicons not showing on speed dial? #1

Closed The-Phantom-Phreak closed 5 years ago

The-Phantom-Phreak commented 5 years ago

Hi there, Some websites' icons are blank in my new tabs. See my image below:

image

conceptualspace commented 5 years ago

the extension does its best to find a suitable image from the page in addition to a screenshot, but if it cannot it shows the semi-transparent image on the right. the white and blank images are unusual though -- would you mind sharing the URLs for those sites so i can look into it further?

also screenshots are currently only generated when you bookmark a site or right-click and select "add to speed dial"; they are not generated if you copy a bookmark from another folder into the speed dial folder (since the site has to be open so we can capture the screen). this should be resolved in the next version or so as i refine the technique to grab the image in the background :)

conceptualspace commented 5 years ago

i've confirmed the issue with both of those icons are on the sites themselves -- specifically the following code on the literary hub website instructs us to use the blank icon:

<meta property="og:image" content="https://s0.wp.com/i/blank.jpg" />

and similarily, the boston globe references an image that is corrupt:

https://www.bostonglobe.com/pf/resources/images/logo-bg.jpg

so if you were to, for example, share a link to either site on facebook or twitter, it would use the same blank or broken images.

what you can do is right-click the speed dial, select edit, and then choose the screenshot as your icon instead. if you don't have screenshots as options, just remove them from your bookmarks and re-add them.

The-Phantom-Phreak commented 5 years ago

Thanks for this, you cleared things up for me! Follow up question / enhancement: could we select an outside image? Or a portion of a screenshot? (Or even the favicon, but I assume that's too lowrez..?)

conceptualspace commented 5 years ago

on the todo list :)

conceptualspace commented 5 years ago

FYI you can add your own images to tiles now 🍻