How to make your own Browser widget shortcut.
1) Url of website you want the widget to take you to. (Test in medianet browser to make sure it works)
2) A good quality png image 48 x 48 or 60 x 60 ( This the image you will see on your phone)
3) Dowload the attachment below widget template zip. extract the contents
4) Open the widget template folder then open js folder you will see shortcut.js right click on it the click open with notepad or wordpad you
will see a line that says var url = "
www.myshortcut.com"; place your Url address between the " "
click file at the top and save exit out of it.
5) Right click on config.xml then click open with notepad or wordpad. you will see <widget id="
Mywidgetname00000001"
type in name of widget leave the 00000001 again between the " " Should be 24 total characters in length so either subtract or add a few 0's.
6) Next look for the line that says <title>
My widget shortcut</title> put the name of your widget between <title> <title>
7) Next find the line that says width="
52" height="
52" this is important if you are using a 48 x 48 then you will enter 52 x 52 if
you are using a 60 x 60 then you enter 64 x 64
8) If you ever need to update the widget on your phone find this line <widget id="Mywidgetname00000001" version="
1.0" and change the 1.0 to 1.1 and so on every time
you need to update the widget
When updating your widget through the innovator site delete the previous version from there first. If you don't it will corrupt the widget.
9) Click file at the top of your note pad and click save. and exit out.
10) Delete the icon.png in the folder and paste yours in its place make sure to name it icon.png
11) Click Edit at the top of your folder and click select all then click File send to and then compressed zip folder.
12) Right click on the zip folder and choose rename change it your widget name or what ever you want to call it
and change the file extension from .zip to .wgt a box is going to pop up with a warning asking if you want change the name click yes
13) Your widget is now complete and ready to go.
Widgets are not officially supported on our phone. You add them at your own risk. I nor the forum or anyone associated to the forum will be held responsible for the mods or the downloads you use on your phone. Thanks goes to Bantam Bytes for making the original browser widget template.