Widgetbox Panel
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 (ideal for inclusion in your nav:side).
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
The cool thing is that you can configure and manage your panels directly at Widgetbox.com.
Rate this solution
If you think this solution is useful — rate it up! Or dump it otherwise.
page_revision: 1, last_edited: 1168205669|%e %b %Y, %H:%M %Z (%O ago)





Comments
I've been experiancing problems with embedding widgetbox widgets.
According to the doc i should choose "other" when asked which site to use.
This appears to have changed. As that option appears to no longer been available.
As a work round, use the "get panel code" option.
This will give you something like this:-
Strip this down to
Then insert that striped down code into the embed tags. ie:-
which should then give you
Hi,
Having problems with my shelfari books widget. javascript
<div id="ShelfariWidget11027"><a href='http://www.shelfari.com/'>Shelfari: Book reviews on your book blog</a><script src="http://www.shelfari.com/ws/11027/widget.js" type="text/javascript" language="javascript"></script></div>
changed it to
Not working. Any clue what I am doing wrong?
Thanks.
Hi,
Having problems with my shelfari books widget. javascript
<div id="ShelfariWidget11027"><a href='http://www.shelfari.com/'>Shelfari: Book reviews on your book blog</a><script src="http://www.shelfari.com/ws/11027/widget.js" type="text/javascript" language="javascript"></script></div>
changed it to
<script type="text/javascript" src="http://www.shelfari.com/ws/11027/widget.js"></script>
between the embed tags.
Not working. Any clue what I am doing wrong?
Thanks.
You did not follow the instructions of the widgetbox-panel page.
Oops, it works now. Thanks.