<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<script src="http://www.spinletslab.com/onpage/v1/detached.js" type="text/javascript"></script>
Displays the Take It 2GO button.
$Onpage.ShowButton(settings)
Menu object
Displays the Take It 2GO menu.
$Onpage.ShowMenu(settings)
Menu object
Creates a custom Take It 2GO menu, but does not display it. Used with custom buttons.
$Onpage.CreateMenu(settings)
Menu object
These settings can be used with any of the Onpage functions.
| Name | Type | Required? | Description |
| Sid | String | Yes | ID of the registered Spinlets widget |
| Config | JSON | No | Set of parameters to be passed to the widget. |
| includeServices | Array of Strings | No | Set of service identifiers to include in the Take It 2GO menu. Do not use in conjunction with excludeServices setting. |
| excludeServices | Array of Strings | No | Set of service identifiers to be excluded in the Take It 2GO Menu. Do not use in conjunction with includeServices setting. |
These service identifier strings are to be used with the includeServices or excludeServices settings.
| Service Type | Service | Service Identifier |
| Post | MySpace | myspace |
| Post | ||
| Post | iGoogle | igoogle |
| Post | Blogger | blogger |
| Post | BloggerSidebar | bloggersidebar |
| Post | Live.com | live |
| Post | Live Favorites | livefavorites |
| Post | Live Spaces | livespaces |
| Post | MyYahoo! | yahoobookmark |
| Post | AOL Bookmarks | aolbookmarks |
| Post | Ask Mystuff | askmystuff |
| Post | Backflip | backflip |
| Post | Del.icio.us | delicious |
| Post | Digg | digg |
| Post | Diigo | diigo |
| Post | DropJack | dropjack |
| Post | Faves | faves |
| Post | Furl | furl |
| Post | Google Bookmarks | googlebookmarks |
| Post | Linkagog | linkagogo |
| Post | Mister Wong | misterwong |
| Post | NetVibes | netvibes |
| Post | NetVine | newsvine |
| Post | Eons | eons |
| Post | Live Journal | livejournal |
| Post | Mulitply | multiply |
| Post | Perfspot | perfspot |
| Post | Pageflakes | pageflakes |
| Post | Piczo | piczo |
| Post | Propeller | propeller |
| Post | ||
| Post | Segnalo | segnalo |
| Post | Simpy | simpy |
| Post | Skimbit | skimbit |
| Post | Slashbot | slashdot |
| Post | Spurl | spurl |
| Post | StumbleUpon | stumbleupon |
| Post | Technorati | technorati |
| Post | ||
| Post | Typepad | typepad |
| Post | Typepad Sidebar | typepadsidebar |
| Post | Webwage | webwag |
| Post | Yahoo! Bookmarks | yahoobookmarks |
| Desktop | Yahoo! Desktop Widget | yahoowidget |
| Send Email | ||
| Get Code | Javascript Code | jscode |
| Get Code | MySpace Code | myspacecode |
Shows the menu.
object.show()
None
Hides the menu.
object.hide()
None
Toggles the menu (hides it if it is showing, shows it if it is hidden).
object.toggle()
None
<script type="text/javascript">
var settings = {};
settings.sid = "00000000000000000000000000000000";
$Onpage.ShowMenu(settings);
</script>
<a id="slBtn" href="#"><img id="button-fav" src="http://example.org/ images/sl_button_share1.gif" alt="" /></a>
<script type="text/javascript">
$Onpage.CreateMenu({ sid : "00000000000000000000000000000000", actionElement : "slBtn" });
</script>