ezWidgets is a rapid plugin deployment service. In a nutshell we take your data source and spin it into every widget and plugin we can find. Netvibes plugins, google personal home page, remote javascript.
This saves you the time and hassle of figuring out all the api's, when all you really want is a quick and simple way to add custom data to a variety of locations. Putting the data where you need it is our goal.
netvibes.com
pageflakes.com
google personalized
remote JavaScript
The config file is what tells the ezWidget application what to do.
<?xml version="1.0" encoding="iso-8859-1"?>
<config>
<datasource>http://www.dailyslurp.com/data.aspx</datasource>
<title>The Daily Slurp</title>
<sourcetrimstart><!--START_OUTPUT--></sourcetrimstart>
<sourcetrimend><!--END_OUTPUT--></sourcetrimend>
<height>250</height>
<othergooglevariables>
description="A long description of your service." author_email="you@yourdomain.com"
author="Your Name"
title_url="http://www.yourdomain.com"
screenshot ="http://www.yourdomain.com/screenshot.gif"
thumbnail ="http://www.yourdomain.com/thumb.gif"
</othergooglevariables>
</config>
=
a required variable
The url to the data source. Must be on the same site as the config file.
The title to be placed at the top of the widget.
Everything before this string in the data source is removed.
Everything after this string in the data source is removed
This pair of source trim strings allows you to isolate a portion of a page.
This is the url to the favicon for your widget. This should be a full path beginning with http://
This sets the height of the module on the google home page. This is the only extra variable required to get the google widgets working
This string can contain as many variables as you want. Some of these are recommend if you plan to let others consume your widget. If it is for personal one off usage, then it is purely optional.
Find out more about some of the settings you can pass into the Google Widgets.
Continue onto create a widget »