|
|
WidgetboxFrom $1This library contains functions for embedding WidgetBox widgets. 関連リンク: Extension Overview, DekiScript Overview, Extension Demos. Assembly: mindtouch.deki.services Functions: widgetbox.panel(id : str) : xmlEmbed WidgetBox panel. Parameters:
Remarks: To get started, go to Widgetbox.com, find a widget you like, and customize its settings. Once you are done, click on "Get Widget" and a small panel will show up. Click on "Get Widget Code" and copy/paste it into your favorite text editor. The result will look like this: <script type="text/javascript" src="http://widgetserver.com/syndication/subscriber/InsertPanel.js?panelId=172c1af6-95cd-4e98-86e5-09e6ffd77877"> </script> <noscript>Get great free widgets at <a href="http://www.widgetbox.com">Widgetbox</a>!</noscript> Now,
select the widget code. It starts at "?panelId=" and goes to the
closing double quotes ("). Use this code when using the widgetbox
functions. Samples:
タグ:
|
||||||||||||||