I am using opera widget to provide a link to my website on every page. How can i load data from external sources inside the widget?
I want to show data from sql database in the opera widget for desktop. Is there any way to do this? Is it possible to obtain data from a file in widget?
Please guide me…
It’s not possible to access an external SQL database from a widget, however it is possible to read a local text file from a widget. The following simple example works for me on desktop with the latest Opera installed (11.52).
config.xml:
index.html:
More documentation is here:
Widget File I/O API