|
|
Seeding Options
You have several options for getting your widget out into the world,
and it all starts with one or more seeding points -- locations that you
set up and from which initial users can obtain your widget. All
Clearspring-enabled widgets get the viral sharing options (via the dock
that sits below your widget and the menu that it pops up, or via your own In-Widget API calls), so the idea
is that once the widget is initially seeded, users will then be able to
get it from existing instances, without having to go back to some
central seeding point. Of course, if you are a site developer or owner
and want to allow users to obtain your widget from your own site, you
can do that as well.
Using your Widget's CodeThe most common way to seed your widget from a site or page of your own is to just include the Clearspring-enabled widget in that page. Users will see your widget there, and can use the standard dock to get it for themselves, wherever they want it. You can get the code to include on your page from the Widget Console, using the Publish -> Get the Code tool. If you need to specify certain configuration parameters for your widget, you can use the URL scheme to do this; read more about this in the Overriding Parameters topic. Include the Launchpad On-Page Menu on Your SiteIf you are seeding the widget from your own site, the Launchpad On-Page viral sharing menu can allow you to directly entice your visitors to grab your widget with some simple HTML. You can read all about Launchpad On-Page in this section. Launchpad On-Page is available for all Launchpad In-Widget widgets. The On-Page menu code is available in the Widget Console, using the Publish -> Get the Code then select the On-Page Code tab. The Clearspring Widget HomepageEach and every Clearspring-enabled widget can optionally be given a homepage on the Clearspring site. This page allows visitors to grab your widget using any of the supported viral services, and even to leave you comments and ratings. You can hand out links to this page however you want, and some of our gallery syndication partners and indexing search engines will even suck your widget in from this page. It's up to you whether or not your widget has a public homepage, you can set this from within the Widget Console, using the Publish -> Widget Home Page tool. The Widget Homepage itself is fairly customizable, all from within the management console. For example, you can change the page layout:
Note: If your widget is dynamically registered via Launchpad, as opposed to being registered via URL, then it will NOT have a Widget Home Page until it has been shared at least one time. Publishing to Widget GalleriesIf you want to allow your widget to be visible in various external Widget Galleries, Clearspring can help you there as well. You can use the Widget Console's Publish -> Publish to Galleries tool to publish your widget into the leading galleries. Putting your widget into any of these galleries doesn't change the fact that you're widget will have all the Clearspring features, but it will also be visible to users of those gallery sites. For widgets that don't need a tremendous amount of context and make sense to be distributed outside of your own website, the gallery publication option is a great one. Creating a Social Application (such as Facebook or MySpace)If you'd like, you can take your destination support a step further by making your Flash widget into a Facebook, MySpace, or other type of application. Read more about this option here.Using the Platform APIs to Generate PlacementsIf you are distributing your widget from your own website, and want to be able to hand visitors code snippets that they can use to embed your widget, you can actually generate these using our Get Code method of the Platform API. The API lets you ask the Clearspring system for code snippets for specific configurations of specific widgets. This is a powerful mechanism for sites that want greater control of the user experience of giving code to users. |