Difference between revisions of "Help:Extensions/Widgetbox Widgets"

MyWikiBiz, Author Your Legacy — Friday March 29, 2024
Jump to navigationJump to search
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{DISPLAYTITLE:Widgetbox Widgets}}
 
==Description==
 
==Description==
 
 
Widgetbox ([http://www.widgetbox.com widgetbox.com]) offers a very nice way to manage several widgets and embed them into your own pages.
 
Widgetbox ([http://www.widgetbox.com widgetbox.com]) offers a very nice way to manage several widgets and embed them into your own pages.
  
Line 26: Line 26:
 
<embed>
 
<embed>
 
<script type="text/javascript" src="http://widgetserver.com/syndication/subscriber/InsertPanel.js?panelId=eae283bb-c474-4a6f-90de-c405e4ca9a86"></script>
 
<script type="text/javascript" src="http://widgetserver.com/syndication/subscriber/InsertPanel.js?panelId=eae283bb-c474-4a6f-90de-c405e4ca9a86"></script>
 +
</embed>
 +
 +
<embed>
 +
<script type="text/javascript" src="http://widgetserver.com/syndication/subscriber/InsertPanel.js?panelId=98dbc819-f727-4e53-828b-c8f1898a2c91"></script>
 
</embed>
 
</embed>
  
 
The cool thing is that you can configure and manage your panels directly at Widgetbox.com.
 
The cool thing is that you can configure and manage your panels directly at Widgetbox.com.
  
 +
[[Page Of::Help:Extensions]]
 
[[Extension Name:=Widgetbox Widgets]]
 
[[Extension Name:=Widgetbox Widgets]]
[[Category:Centiare Extensions]]
+
[[Category:MyWikiBiz Extensions]]

Latest revision as of 20:49, 26 December 2007

Description

Widgetbox (widgetbox.com) offers a very nice way to manage several widgets and embed them into your own pages.

Here is how it works:

  • you should create a Widgetbox account and create a new panel
  • configure your panel and add widgets you want to it (you should subscribe and configure these widgets first
  • install your whole panel -- just copy the generated code and paste into your Wikidot page within the <embed> ... </embed> tags.

There is a nice overview at their website here.

The panels can be both horizontal or vertical.

Code

Embed your own generated code, here is just an example how it should look like (choose "Other" when asked which site to use):

<embed>
<script type="text/javascript" src="http://widgetserver.com/syndication/subscriber/InsertPanel.js?panelId=eae283bb-c474-4a6f-90de-c405e4ca9a86"></script>
</embed>

In action

<embed> <script type="text/javascript" src="http://widgetserver.com/syndication/subscriber/InsertPanel.js?panelId=eae283bb-c474-4a6f-90de-c405e4ca9a86"></script> </embed>

<embed> <script type="text/javascript" src="http://widgetserver.com/syndication/subscriber/InsertPanel.js?panelId=98dbc819-f727-4e53-828b-c8f1898a2c91"></script> </embed>

The cool thing is that you can configure and manage your panels directly at Widgetbox.com.

Help:Extensions Widgetbox Widgets