Embedding a widget is really easy.
You need to follow 2 steps :
1. Identify the widget you want to embed and its data, availables widgets includes :
'rss','stock','agenda','files','gmail','horoscope','liens','mail','meteo','notepad','podcast','radio' 'series','calcul','todo','chrono','diapo','diapopicasa','facebook','twitter','gvideo','pacman','fish','venteprivee','diapofacebook'
2. embed the code to your page :
<script type="text/javascript"> widget_type="YOUR WANTED WIDGET NAME"; widget_data=YOUR WANTED WIDGET DATA (OBJECT) - CAN BE NULL; </script> <script type="text/javascript" SRC="http://www.ustart.org/include/tools/standalone/standalone.js"></script>
Copy the following in your HTML body tag :
<script type="text/javascript"> widget_type="rss"; widget_data={'URL':'http://wiki.ustart.org/feed.php'}; </script> <script type="text/javascript" SRC="http://www.ustart.org/include/tools/standalone/standalone.js"></script>
and you will get :
Copy the following in your HTML body tag :
<script type="text/javascript"> widget_type="liens"; widget_data={'Links':[{'URL':"mail.google.com/mail",'Name':"Google Mail"},{'URL':"www.echanblardnext.org" ,'Name':"eChanblardNext"},{'URL':"mail.live.com",'Name':"Hotmail"},{'URL':"http://www.facebook.com/",'Name':"Facebook | Welcome to Facebook!"}]}; </script> <script type="text/javascript" SRC="http://www.ustart.org/include/tools/standalone/standalone.js"></script>
and you will get :
Copy the following in your HTML body tag :
<script type="text/javascript"> widget_type="agenda"; widget_data={'RDV':[{'Date':"5/5/2009",'Cont':"EMBED MY CALENDAR",'id':0}]}; </script> <script type="text/javascript" SRC="http://www.ustart.org/include/tools/standalone/standalone.js"></script>
and you will get :