
12-07-2011, 01:23 PM
|
| CrackBerry Master Device(s): 9800 (Torch) Carrier: Telus Pin: cushion | | Join Date: Oct 2009 Posts: 1,294 Likes Received: 442
Thanked 286 Times in 153 Posts
| |
Code: <?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" version="1.0.0.0">
<feature id="blackberry.app.event" required="true" version="1.0.0.0"/>
<access uri="http://www.yourwebpage.com/" subdomains="true"/>
<permission>access_shared</permission>
<name>Yourwebpagename</name>
<author rim:copyright="2011">YourNameHere</author>
<icon src="icon.png"/>
<content src="http://www.yourwebpagenamehere"/>
</widget> icon.png (whatever icon you would like) would be added to the root of a zip file containing the XML file & icon.png . Call it whatever your webpage is called.
After you have the zip file made, open bbwp and make the bar file.
You will need signing keys from RIM to install it.
Would be as simple as this to link it to your site.
This is the exact way to link to a webpage on the playbook.
I assume it is the exact same for the phone.
Last edited by molson0; 12-07-2011 at 01:25 PM.
|