For widgets developers: Opera widgets have an added security feature in Opera 10 — by default Widgets don't have access to network. You can enable network access by adding a network="public" attribute to the widget element in your widget's config.xml file:
<widget network="public">
...
</widget>
P.S. check out some of our widgets here: Address share
No comments:
Post a Comment