New Start Page Images, how do I change my sites one?
-
verringer last edited by
Hi there,
I recently changed my start page to the new one, how can I change my websites so it doesn't display the default?
Example: http://i.verringer.com/232415.png (my site is mc-market). Thanks.
-
gustavwiz last edited by
Right now, you can't. But the speed dial that you use is only an experimental one, and that one seem to has been discontinued, because the latest developer edition comes with another experimental speed dial. In that one you can't do it either, but as you can change the picture in bookmarks, it feels reasonable that one should be able to change it in speed dial too, so I think that the feature will be added.
-
verringer last edited by
If it is his page, he can. He needs a link in his page headers like this:
<link rel="shortcut icon" type="image/x-icon" href="http://wp.traceyroad.com/wp-content/uploads/2014/07/design8-3_plain-gray-01-150x150.png">(to your own image, of course)
Thanks, that's changing the favicon - how can I do it without changing the favicon?
Example: Twitter's favicon is a bird (http://i.verringer.com/185653.png) but their start page icon is http://i.verringer.com/185705.png
-
0mickey0 last edited by
On my small website I have two lines in my head tag:
<link rel="icon" href="http://website.com/favicon.png
<link rel="icon" href="http://website.com/favicon.ico
That way I have a normal favicon and a speed dial image. I don't remember the recommended size for the .png, but mine is 256x160.
I do sometimes see the image gone from my speed dial, but because I normally use Opera Beta I can't really complain
-
Deleted User last edited by
@0mieckey0
The HTML markup for icons is like this (Apple-touch-icon for SpeedDial, favicon for tab and bookmark list):
<link href="http://website.com/favicon.ico" rel="icon" type="image/vnd.microsoft.icon"> <link href="http://website.com/apple-touch-icon.png" rel="apple-touch-icon-precomposed" type="image/png">
Please read:
https://mathiasbynens.be/notes/touch-icons
http://www.hongkiat.com/blog/ios-touch-icon/