Quote:
Originally Posted by silverD16y71996
question how do i go about adding my own links in there with web favacons, the same way youtube was there but using my own favorite sites.
|
If all you want is a site, just start bookmarking things in Opera. They won't use the favicons, however.
If you want to replace or add links to net-based programs and sites, you need this section of code duplicated and edited:
Code:
<Link
Text="YouTube"
Executable="\windows\youtube.exe"
ImagePath="\Windows\HTC\Assets\Images\InternetPortal\youtube.qtc" />
For example, let's say you wanted to add a link for Google Maps:
Code:
<Link
Text="Google Maps"
Executable="\Program Files\GoogleMaps\GoogleMaps.exe"
ImagePath="\Path to Image Here\Image.png" />
I'm not sure if this works for web sites, however, I'm not sure why it shouldn't work (in theory). You'll need to supply your own images.