<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Widgetbox Knowledgebase &#187; Distributing Widgets</title>
	<atom:link href="http://docs.widgetbox.com/category/distributing-widgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://docs.widgetbox.com</link>
	<description></description>
	<lastBuildDate>Sat, 14 Nov 2009 18:31:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Custom Gallery Integration Guide</title>
		<link>http://docs.widgetbox.com/distributing-widgets/custom-gallery/custom-gallery-integration-guide/</link>
		<comments>http://docs.widgetbox.com/distributing-widgets/custom-gallery/custom-gallery-integration-guide/#comments</comments>
		<pubDate>Wed, 06 May 2009 08:23:43 +0000</pubDate>
		<dc:creator>Team Widgetbox</dc:creator>
				<category><![CDATA[Custom Gallery]]></category>

		<guid isPermaLink="false">http://docs.widgetbox.com/?p=641</guid>
		<description><![CDATA[Learn how to build and integrate your Custom Gallery.]]></description>
			<content:encoded><![CDATA[<h3>Overview: Building and Integrating Your Custom Gallery</h3>
<p><strong>Step 1.</strong> Define the widget categories you want to include in your Custom Gallery and select the widgets that will be included in each category using the <strong>Edit Content</strong> page in your Custom Gallery Dashboard.</p>
<p><strong>Step 2.</strong> Select one of the following options to integrate your Custom Gallery and present widgets on your website.</p>
<ul><strong>Option 1 (easiest):</strong> Use Widgetbox&#8217;s Pre-Built, Customizable Interface.</ul>
<ul><strong>Option 2 (more advanced):</strong> Create your own interface using Widgetbox&#8217;s XML, RSS, ATOM, or JSON feeds.</ul>
<p><strong>Step 3.</strong> (Optional) Create a technical integration that allows users to install widgets to your site.  You will need to create a page that can accept data sent via an HTTP(S) POST operation.</p>
<h3>Detail: Building and Integrating Your Custom Gallery</h3>
<p><strong>Step 1. Define the widget categories you want to include in your Custom Gallery and select the widgets that will be included in each category using the Edit Content page in your Custom Gallery Dashboard.</strong></p>
<p>Steps to do this are outlined in the <a href="http://docs.widgetbox.com/?page_id=356&#038;preview=true">Custom Gallery Content Guide.</a></p>
<p><strong>Step 2. Select one of the following options to integrate your Custom Gallery and present widgets on your website.</strong></p>
<ul><strong>Option 1 (easiest): Use Widgetbox&#8217;s pre-built, customizable interface</strong></ul>
<p>The pre-built interface can be embed as an IFrame directly on your site or placed in a pop-up window invoked by your site. You can customize the HTML used in the header and footer as well as its related CSS to ensure it matches the look and feel of your site.</p>
<p>To embed the Custom Gallery into your site, simply create an IFrame with the &#8220;SRC&#8221; property set to:</p>
<ul>http://www.widgetbox.com/cgallery/[Gallery-code]/home</ul>
<p>Where, [Gallery-code] is an identifier we use to represent your custom galleries in our system. This will load the home page of your Custom Gallery in the IFrame.</p>
<p>To load the IFrame with a specific category already pre-selected, you can use:</p>
<ul>/cgallery/[Gallery-code]/category/[category-code] </ul>
<p>You can customize the appearance of Widgetbox&#8217;s pre-built interface by adding your own header and footer HTML and CSS on the <strong>Edit Appearance</strong> page in your <strong>Gallery Dashboard</strong>. Access your <strong>Gallery Dashboard</strong> by logging into Widgetbox, clicking the <strong>My Widgetbox</strong> tab, and then clicking <strong>My Gallery</strong>.</p>
<p><strong>Example of a Custom Gallery home page</strong><br />
<img src="http://docs.widgetbox.com/wp-content/uploads/2008/06/example-customized-rg.png" alt="" title="Example Customized Remote Gallery" width="499"  class="alignnone size-medium wp-image-332" /></p>
<p><strong>Option 2 (more advanced): Create your own interface using Widgetbox&#8217;s XML, RSS, ATOM, or JSON feeds.</strong></p>
<p>Widgetbox&#8217;s XML, RSS, ATOM, and JSON feeds allow you to create your own user interface.  Use this option if you want to retain complete control over your UI or integrate Widgetbox widgets onto your site&#8217;s existing pages.</p>
<p>Below is a list of the available feeds. These feeds display the widget metadata based on the categories you created (in Step 1) and provide an endpoint that allows you to search across all the widgets in your gallery. (Note: XML feeds are given by default.)</p>
<p>* /cgalleryfeed/[Gallery-code] —> Metadata about your Gallery<br />
    * /cgalleryfeed/[Gallery-code]/categories —> All categories in your gallery<br />
    * /cgalleryfeed/[Gallery-code]/category/[category-code] —> Widgets in [category-code]<br />
    * /cgalleryfeed/[Gallery-code]/search/[search-term]—> Widgets matching [search-term]</p>
<p>You can view all available feeds and make changes to them by visiting the <strong>Integration Details</strong> page in your Gallery Dashboard.</p>
<p>Since the number of results can be large, the feeds are intrinsically paginated. In order to page through the results, you can change the value of certain parameters via the query string. These parameters are:</p>
<p>    * p = current page, if not present, default = first page<br />
    * s = sort by (enum), default = TOP_RATED<br />
    * m = page size (or Max page size), default = 50</p>
<p>This metadata is added such that one can see the current “state” of the feed.  pageSize is the current number of items shown in a given feed, by default this is 15.  page, means the current page you are viewing in the feed.  pages is how many total pages there are given the  total number of records divided by the  pageSize.  sortBy is the current sorting of the items.  sortBy is an enumeration whose valid values are: SUBSCRIPTIONS (Most Popular), HOTNESS_QUOTIENT (Hot Right Now), PUBLISHED_ON (Newest), TOP_RATED (Top Rated).</p>
<p>Thus a paginated URL could look like,</p>
<p>http://www.widgetbox.com/cgalleryfeed/[Gallery-code]/category/media?m=10&#038;p=3&#038;s=PUBLISHED_ON</p>
<p>This would make a page size of 10 items, page 3 of N, sorted by the newest in descending order. To paginate, you would change the value of p, keeping all other parameters the same.</p>
<p>The UI should link to the details page of the widget in either a popup or an IFrame. The widget details page allows the user to customize a widget and for us to capture the unique subscription ID.</p>
<p>Here&#8217;s an example of the link to the details page for a widget:</p>
<p>http://www.widgetbox.com/cgallery/{gallery-code}/widget/{widget-id}</p>
<p>where {widget-id} is the value &#8220;id&#8221; provided for each widget in the feeds.</p>
<p>To customize the appearance of the details page, click on the <strong>Edit Appearance</strong> button in your <strong>Gallery Dashboard</strong>. Access your <strong>Gallery Dashboard</strong> by logging into Widgetbox, clicking the <strong>My Widgetbox</strong> tab, and then clicking <strong>My Gallery</strong>. Here you will be able to add custom html header and footer and custom css to your details page. For more information on editing the appearance of your gallery, please read <a href="http://docs.widgetbox.com/?page_id=356&#038;preview=true">Custom Gallery Content Guide.</a></p>
<p><strong>Step 3. (Optional) Create a technical integration that allows users to install widgets to your site.  You will need to create a page that can accept data sent via an HTTP(S) POST operation.</strong></p>
<p>For your site to receive a user’s widget installation request, you must have an PHP/JSP/ASP page, servlet, or similar service that does the following:</p>
<ul>1. Ensures the request is being made by an authenticated user of your site. This is how you know whose page to install it on.<br />
2. Generates/inserts the Widgetbox JavaScript tag into the user’s page. (More on this in a second)<br />
3. (Optional) Some way to move or delete widgets from the user’s page. This is normally accomplished by your system treating the Widgetbox JavaScript tag as a standard component of your site (such as a sidebar element, profile item or blog post). Note that if you allow users to install Widgetbox panels, Widgetbox can manage the arrangement of widgets from inside Widgetbox without re-installing any snippets on your site.</ul>
<p>Enter the target URL for that page on the <strong>Integration Details</strong> page in your <strong>Gallery Dashboard</strong>. To get to this page, log in to Widgetbox, click on the <strong>My Widgetbox</strong> tab, then click on the <strong>My Gallery</strong> link on the left of the page.</p>
<p>There are two (2) options for how you receive the widget installation request from Widgetbox:</p>
<ul><strong>1. Widgetbox sends the widget ID to your target URL.</strong></p>
<p>Most Widgetbox Custom Gallery partners prefer this option because it is lighter weight and more secure. To implement, keep a template of the widget snippet (it&#8217;s the same snippet for every widget in the gallery) and insert into it the ID sent by Widgetbox when the user requests the widget. The snippet templates are shown below with ${} around where the id should be swapped in.</p>
<p>The snippet for a standalone widget:</p>
<pre class="code" lang="html">
&lt;script type=&quot;text/javascript&quot; src=&quot;http://cdn.widgetserver.com/syndication/subscriber/InsertWidget.js&quot;&gt;&lt;/script&gt;&lt;script&gt;if (WIDGETBOX) WIDGETBOX.renderWidget(&#x27;{widget-id-from-request}&#x27;);&lt;/script&gt;
</pre>
<p><strong>2. Widgetbox sends the entire widget code snippet to your target URL.</strong></p>
<p>This option is easier to implement, however, if you don&#8217;t already accept unrestricted JavaScript, you may prefer option 1 due to security.</ul>
<p>We are in the process of making this step self-service, but in the meantime, a friendly Widgetbox employee will assist you with this step.</p>
]]></content:encoded>
			<wfw:commentRss>http://docs.widgetbox.com/distributing-widgets/custom-gallery/custom-gallery-integration-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Viral Installer How-To</title>
		<link>http://docs.widgetbox.com/distributing-widgets/viral-installer/viral-installer-how-to/</link>
		<comments>http://docs.widgetbox.com/distributing-widgets/viral-installer/viral-installer-how-to/#comments</comments>
		<pubDate>Wed, 06 May 2009 08:18:54 +0000</pubDate>
		<dc:creator>Team Widgetbox</dc:creator>
				<category><![CDATA[Viral Installer]]></category>

		<guid isPermaLink="false">http://docs.widgetbox.com/?p=639</guid>
		<description><![CDATA[Get started using the Viral Installer with your widget.]]></description>
			<content:encoded><![CDATA[<h3 class="sectionHeader">Getting Started</h3>
<p>The Viral Installer consists of code that allows users to customize and grab your widget from a non-Widgetbox site. </p>
<p>The code contains two key sections:</p>
<ol>
<li>A hidden form that includes all of the configurable widget values you defined when registering your widget on Widgetbox.</li>
<li>Javascript that displays a Get Widget link.  When a user clicks Get Widget, the same Javascript starts the widget installation process using any values you may have provided to the hidden form.</li>
</ol>
<h3 class="sectionHeader">A Step-by-Step Example</h3>
<p>How do you get the Viral Installer code for your widget?  Let&#8217;s walk through a simple example.</p>
<ol>
<li>Create a page on a non-Widgetbox website that will allow users to customize and grab your widget. Note the page&#8217;s URL. For our example, let&#8217;s assume the URL is &quot;http://www.your-site.com/viral-installer-example.html&quot;.</li>
<li>On Widgetbox.com, create a new hosted widget with a single configuration parameter called RemoteParam1. Of course, you can have multiple config parameters (i.e. RemoteParam2 &#8230;  RemoteParamN) as necessary.  We&#8217;ll just keep it simple for now.</li>
<p><a class="imagelink" href="http://docs.widgetbox.com/wp-content/uploads/2007/10/newwidget.jpg" title="New Widget- Click to Enlarge"><img id="image147" src="http://docs.widgetbox.com/wp-content/uploads/2007/10/newwidget.thumbnail.jpg" alt="New Widget - click to enlarge" /></a></p>
<li>On the Parameters screen:</li>
<ul>
<li>a) Ensure the Display Name and Name for your parameter are called RemoteParam1. Change the parameter type to &quot;Hidden&quot;. </li>
<li>b) Click the wrench icon associated with  RemoteParam1. Provide a Default Value of &quot;Text to Support Widget Preview&quot;. This value will be used to support the widget preview users see in the Widgetbox Gallery.</li>
<li>c) Check the &quot;Use remote configuration&quot; checkbox and enter the URL to the page you identified in step 1.</li>
</ul>
<p><a class="imagelink" href="http://docs.widgetbox.com/wp-content/uploads/2007/10/parameters.jpg" title="Viral Installer Example - Parameters. Click to Enlarge."><img id="image148" src="http://docs.widgetbox.com/wp-content/uploads/2007/10/parameters.thumbnail.jpg" alt="Viral Installer Example - Parameters" /></a></p>
<p><strong>Note: You could click the Get the Viral Installer link to get the Viral Installer at this point.  But don&#8217;t for now &#8211; we&#8217;ll come back to it later.</strong></p>
<li>Accept the default settings on the Preview screen.</li>
<li>Finish registering your widget on the Gallery Entry screen and make sure you assign a Permalink ID. For now, don&#8217;t submit the widget for consideration to the Widgetbox Gallery.  We&#8217;ve got a little more work to do </li>
<p><a class="imagelink" href="http://docs.widgetbox.com/wp-content/uploads/2007/10/gallery-entry.jpg" title="Viral Installer Example - Gallery Entry. Click to Enlarge."><img id="image149" src="http://docs.widgetbox.com/wp-content/uploads/2007/10/gallery-entry.thumbnail.jpg" alt="Viral Installer Example - Gallery Entry. Click to Enlarge." /></a></p>
<li>Visit My Widgets &gt; Developed Widgets and click your widgets name. You&#8217;ll notice your widget&#8217;s home page is a little different. </li>
<ul>
<li>a) Instead of seeing the Widget Settings panel, users are instructed to visit your site to customize and get your widget.</li>
<li>b) The Get Widget button is purple instead of green. This lets users that the process of customizing and grabbing the widget will occur on your site.</li>
</ul>
<p><a class="imagelink" href="http://docs.widgetbox.com/wp-content/uploads/2007/10/gallery.jpg" title="Viral Installer Example - Gallery. Click to Enlarge."><img id="image150" src="http://docs.widgetbox.com/wp-content/uploads/2007/10/gallery.thumbnail.jpg" alt="Viral Installer Example - Gallery. Click to Enlarge." /></a></p>
<li>Go back to My Widgets &gt; Developed Widgets. Click the link called Get Installer associated with your widget.</li>
<p><img id="image151" src="http://docs.widgetbox.com/wp-content/uploads/2007/10/developed-widgets.thumbnail.jpg" alt="Viral Installer Example - Developed Widgets. Click to Enlarge." /></p>
<li>Copy the Viral Installer code that appears. It&#8217;ll look something like this:</li>
<div class="codebox"><code>&lt;!-- Developer:  you can configure your widget's values via Javascript.<br />
    Learn more at http://docs.widgetbox.com/developers/viral-installer/ --&gt;<br />
    &lt;form id=&quot;viral_installer_example_GetWidgetForm&quot; style=&quot;display:none;&quot;&gt;<br />
    &lt;input type=&quot;hidden&quot; name=&quot;appInstance.instanceName&quot; value=&quot;&quot;/&gt;<br />
    &lt;input type=&quot;hidden&quot; name=&quot;appInstance.width&quot; value=&quot;&quot;/&gt;<br />
    &lt;input type=&quot;hidden&quot; name=&quot;appInstance.height&quot; value=&quot;&quot;/&gt;<br />
    &lt;input type=&quot;hidden&quot; name=&quot;RemoteParam1&quot; value=&quot;&quot;/&gt;<br />
    &lt;/form&gt;<br />
    &lt;script src='http://www.widgetbox.com/get_widget_btn.jsp?sourceId=&lt;Unique ID Value&gt;&amp;ns=viral_installer_example'&gt;&lt;/script&gt;<br />
    </code></div>
<li>Let&#8217;s explain the values the hidden field values.</li>
<p><code>appInstance.instanceName</code> &#8211; The &quot;friendly name&quot; a user can assign to a widget.</p>
<p><code>appInstance.width</code> &#8211; The width of the widget.</p>
<p><code>appInstance.height</code> &#8211; The height of the widget.</p>
<p><strong>Note: If no values are provided for these three fields, the widget will be created using values associated with the widget&#8217;s preview settings.</strong></p>
<p><code>RemoteParam1</code> &#8211; The value that maps to ${config.RemoteParam1}</p>
<p><strong>Note: If no value is provided for this field, the default value (if it exists) will be used.</strong></p>
<li>Put the Viral Installer code onto the page you identified in steps 1 and 3c.</li>
<li>Test the Viral Installer. We&#8217;ll do this by temporarily adding values to each of the hidden form fields.</li>
<div class="codebox"><code>&lt;!-- Developer:  you can configure your widget's values via Javascript. Learn more at http://docs.widgetbox.com/developers/viral-installer/ --&gt;<br />
    &lt;form id=&quot;viral_installer_example_GetWidgetForm&quot; style=&quot;display:none;&quot;&gt;<br />
    &lt;input type=&quot;hidden&quot; name=&quot;appInstance.instanceName&quot; value=&quot;My Customized Viral Installer Widget&quot;/&gt;<br />
    &lt;input type=&quot;hidden&quot; name=&quot;appInstance.width&quot; value=&quot;200&quot;/&gt;<br />
    &lt;input type=&quot;hidden&quot; name=&quot;appInstance.height&quot; value=&quot;200&quot;/&gt;<br />
    &lt;input type=&quot;hidden&quot; name=&quot;RemoteParam1&quot; value=&quot;Viral Installer Test&quot;/&gt;<br />
    &lt;/form&gt;<br />
    &lt;script src='http://www.widgetbox.com/get_widget_btn.jsp?sourceId=&lt;Unique ID Value&gt;&amp;ns=viral_installer_example'&gt;&lt;/script&gt;</code></div>
<li>Save your page. Load it in your browser.</li>
<li>Click the Get Widget link. The same menu that appears on the Widgetbox.com site when a user clicks Get Widget will appear. Pick a site to install your widget or just grab the widget code.</li>
<li>Take a look at your installed widget. The text &quot;Viral Installer Test&quot; should appear within.</li>
<li>Remove the temporary changes to the widget code  made in step 10. Save the changes. Reload the page in your browser.</li>
<li>What&#8217;s next? Build an interface to feed values into the hidden form. What does does the interface need to look like? That&#8217;s up to you! If you want a quick solution, you can un-hide the Viral Installer form and each of the form input fields. </li>
<li>Don&#8217;t forget to come back to Widgetbox and submit your widget for consideration in our Gallery.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://docs.widgetbox.com/distributing-widgets/viral-installer/viral-installer-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Viral Installer Overview</title>
		<link>http://docs.widgetbox.com/distributing-widgets/viral-installer/viral-installer/</link>
		<comments>http://docs.widgetbox.com/distributing-widgets/viral-installer/viral-installer/#comments</comments>
		<pubDate>Wed, 06 May 2009 08:09:38 +0000</pubDate>
		<dc:creator>Team Widgetbox</dc:creator>
				<category><![CDATA[Viral Installer]]></category>

		<guid isPermaLink="false">http://docs.widgetbox.com/?p=635</guid>
		<description><![CDATA[Enable users to get your widget directly from your website and spread it fast with the Viral Installer.]]></description>
			<content:encoded><![CDATA[<div class="note">
<h3 class="devshare">Get the Viral Installer</h3>
<div class="content">
<p>Enable users to get your widget directly from your website and spread it fast with the Viral Installer.  Users can get your widget in a few clicks with all the customization you want.  The Viral Installer also puts a Get Widget button on your widget enabling even more users to easily get your widget once it&#8217;s left your site.  With the Viral Installer, your widgets will spread fast &#8211; like a virus!</p>
<p>The Viral Installer also gives you:</p>
<h5>Promotion and Distribution</h5>
<p>Your widget will be listed in the Widgebox gallery and promoted through other Widgetbox distribution partners across the web.  Additionally, the Viral Installer comes with a Get Widget button enabling users to easily put your widget on popular sites such as MySpace, Facebook, Blogger, and many more.</p>
<h5>Easy Set Up</h5>
<p>You don&#8217;t need to do any development work.  Just copy and paste the Viral Installer code onto your site and it&#8217;s ready to go. </p>
<h5>Performance Metrics</h5>
<p>Track how many users have viewed, clicked, and installed your widget.</p>
<h5>On-Site Configuration</h5>
<p>You can set up the Viral Installer to allow users to customize your widget directly on your site.</p>
<p>And, best of all, the Viral Installer is free!</p>
<p>Take a moment to read through our <a href="http://docs.widgetbox.com/developers/viral-installer/viral-installer-faq">FAQ</a>. We&#8217;ve got great <a href="http://docs.widgetbox.com/developers/viral-installer/viral-installer-howto">documentation</a> and a <script type="text/javascript"><!--
	sto_dom='widgetbox.com'
	sto_user='support'
	document.write('<a   href="mailto:' + sto_user + '@' +sto_dom + '" >'+ sto_user + '@' +sto_dom +'<' + '/a>')
//--></script><noscript>no-spam-thanks@localhost</noscript> to help you get started.</p>
<p>To get the Viral Installer, click on the Get Installer link next to each of your developed widgets in My Widgets.</p>
<ul class="action-set">
<li class="newwdgt-lgbtn"><a href="http://www.widgetbox.com/dash/registrations.jsp">Get Viral Installer</a></li>
</ul></div>
</div>
<div class="clear"></div>
]]></content:encoded>
			<wfw:commentRss>http://docs.widgetbox.com/distributing-widgets/viral-installer/viral-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Gallery Content Guide</title>
		<link>http://docs.widgetbox.com/distributing-widgets/custom-gallery/custom-gallery-content-guide/</link>
		<comments>http://docs.widgetbox.com/distributing-widgets/custom-gallery/custom-gallery-content-guide/#comments</comments>
		<pubDate>Wed, 06 May 2009 07:27:37 +0000</pubDate>
		<dc:creator>Team Widgetbox</dc:creator>
				<category><![CDATA[Custom Gallery]]></category>

		<guid isPermaLink="false">http://docs.widgetbox.com/?p=643</guid>
		<description><![CDATA[Learn how to quickly and easily build up the content of your Custom Gallery.]]></description>
			<content:encoded><![CDATA[<p>The <strong>Custom Gallery Dashboard</strong> is your centralized place to manage the appearance and widget content of your Custom Gallery. It also provides metrics to track your Gallery’s performance. The following guide describes the functionality available to you in your Dashboard..</p>
<h3>Accessing Your Dashboard</h3>
<ul>1. Login to your Widgetbox account.<br />
2. Click the &#8220;My Widgetbox&#8221; tab at the top of the page.<br />
3. Click the &#8220;My Gallery&#8221; link on the left hand side of the page.</ul>
<h3>Managing your widget content</h3>
<p>The “Edit Content” button allows you to manage what widgets are displayed in your Custom Gallery.</p>
<p><strong>Adding Widgets</strong></p>
<p>Widgets in a Custom Gallery are organized into categories. A Custom Gallery must have at least one (1) category and can have a maximum of twenty (20) categories.</p>
<ul>1. To create a new category, click “Add new category”</p>
<p>2. Create a name for the category. This is the name your users will see when they browse your Gallery’s categories. (You can edit the name at any point in time.)</p>
<p>3. There are two (2) types of categories you can create: Custom and Smart.</p>
<p><strong>Custom Category</strong> is defined by a set of tag criteria you create.
</ul>
<ul>a. Select up to three (3) tags. Widgets with these tags will be included in your category.</p>
<p>b. Define whether you want the widgets in the category to contain any one of the tags you selected, or all the tags you selected, by choosing “any” or “all” from the drop down.</p>
<p>c. Define how you would like the widgets in the category to be sorted by selecting one of the sort orders from the drop down menu.</ul>
<p><strong>Smart Category</strong> automatically adds all the widgets from Widgetbox that match a given set of criteria. There are six (6) smart categories to choose from:</p>
<ul>a. Hottest<br />
b. Hidden Gems<br />
c. New &#038; Notable<br />
d. Top Rated<br />
e. All time favorites<br />
f. Featured</ul>
<p>4. When you have finished selecting the criteria for a category. Click “Save”.</p>
<p><strong>Spotlighting Widgets</strong></p>
<p>You can feature up to 25 individual widgets in any category, or hand-pick every widget in a given category, by using the Spotlight feature.</p>
<ul>1. When creating of editing a category, click the “select widgets” link in the Spotlight section on the right.</p>
<p>2. This pulls up a new screen that allows you to search for widgets in Widgetbox’s gallery.</p>
<p>3. Select widgets by clicking the green add button. Widgets you’ve selected will appear in the “My Spotlight Widgets” section.</p>
<p>4. You can define the order of your spotlight widgets by changing the number associated with each one.</p>
<p>5. When finished, click “Done”</ul>
<p><strong>Ordering Categories</strong></p>
<p>You can control what order your users see categories in by changing the number next to their name. Click “Update” when done.</p>
<p><strong>Blocking Widgets</strong></p>
<p>There are three (3) different types of filters you can use to block widgets from being displayed in your Custom Gallery. Filters are applied on a gallery-wide basis, across all widget categories.</p>
<ul>1. <strong>Widgetbox filters:</strong> Use Widgetbox’s pre-defined filters to automatically block inappropriate or adult content from your gallery</p>
<p>2. <strong>Custom filters:</strong></p>
</ul>
<ul>a. Define custom filters to block widgets that contain certain tags.<br />
b. Individually select widgets to block from your gallery</ul>
<p>3. <strong>Widget type filters:</strong></p>
<ul>a. Only include flash widgets<br />
b. Don’t include Blidgets</ul>
<h3>Editing your Gallery’s Appearance</h3>
<p>Add your brand and customize the look and feel of your gallery to match the rest of your site by clicking on the “Edit Appearance” button in your Gallery Dashboard. This will take you to a page where you can add header and footer HTML and CSS to customize the appearance of your Gallery.</p>
<h3>Previewing Changes to your Custom Gallery</h3>
<p>At any point in time, you can click the “Preview Gallery” button in the upper right corner to preview changes to your Custom Gallery.</p>
<h3>Publishing Changes to your Custom Gallery</h3>
<p>When you are ready to publish changes to your Gallery, click the “Publish Changes” button in the upper right corner. It is recommended you preview any changes before you publish.</p>
<style type="text/css" media="all">  div#gsfn_list_widget img { border: none; }
  div#gsfn_list_widget { font-size: 12px; width: 250px; border: 6px solid #DDD; padding: 10px; }
  div#gsfn_list_widget a.widget_title { color: #000; display: block; margin-bottom: 10px; font-weight: bold; }
  div#gsfn_list_widget .powered_by { margin-top: 8px; padding-top: 8px; border-top: 1px solid #DDD; }
  div#gsfn_list_widget .powered_by a { color: #333; font-size: 90%; }
  div#gsfn_list_widget div#gsfn_content { }
  div#gsfn_list_widget div#gsfn_content li { text-align:left; margin-bottom:6px; }
  div#gsfn_list_widget div#gsfn_content a.gsfn_link { line-height: 1; }
  div#gsfn_list_widget div#gsfn_content span.time { font-size: 90%; padding-left: 3px; }
  div#gsfn_list_widget div#gsfn_content p.gsfn_summary { margin-top: 2px }
</style>
<div id="gsfn_list_widget">
  <a href="http://getsatisfaction.com/widgetbox" class="widget_title">Active customer service discussions in Widgetbox about Custom Gallery</a></p>
<div id="gsfn_content">Loading&#8230;</div>
<div class="powered_by"><a href="http://getsatisfaction.com/"><img alt="Favicon" src="http://www.getsatisfaction.com/favicon.gif" style="vertical-align: middle;" /></a> <a href="http://getsatisfaction.com/">Get Satisfaction support network</a></div>
</div>
<p><script src="http://getsatisfaction.com/widgetbox/widgets/javascripts/80dda4e/widgets.js" type="text/javascript"></script><script src="http://getsatisfaction.com/widgetbox/topics.widget?callback=gsfnTopicsCallback&amp;limit=5&amp;product=widgetbox_custom_gallery&amp;sort=last_active_at&amp;style=topics" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://docs.widgetbox.com/distributing-widgets/custom-gallery/custom-gallery-content-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Gallery Overview</title>
		<link>http://docs.widgetbox.com/distributing-widgets/custom-gallery/custom-gallery-overview/</link>
		<comments>http://docs.widgetbox.com/distributing-widgets/custom-gallery/custom-gallery-overview/#comments</comments>
		<pubDate>Wed, 06 May 2009 06:39:02 +0000</pubDate>
		<dc:creator>Team Widgetbox</dc:creator>
				<category><![CDATA[Custom Gallery]]></category>

		<guid isPermaLink="false">http://docs.widgetbox.com/?p=647</guid>
		<description><![CDATA[Build your Custom Gallery from the largest selection of web widgets.]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript">
//< ![CDATA[
// centered popup
    function NewWindow(mypage, myname, w, h, scroll) {
    var winl = (screen.width - w) / 2;
    var wint = (screen.height - h) / 2;
    	winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
    	win = window.open(mypage, myname, winprops)
    if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
    }
//]]&gt;
</script><br />(Formerly known as our Remote Gallery product)</p>
<p>Create a widget gallery for your website and let your users find and get widgets on your website with Widgetbox’s Custom Gallery!</p>
<p>It’s quick and easy to set up and your users will love having access to Widgetbox’s widgets, without ever having to leave your site.</p>
<p></p>
<h3 class="sectionHeader">Build your Custom Gallery from the largest selection of web widgets</h3>
<p>Widgetbox has the largest and most diverse selection of widgets. Our tools make it easy to quickly select the widgets you want to display, and manage how you’d like to display them.</p>
</p>
<p>Pick individual widgets or use search criteria to pull in thousands of widgets.  Customizable categories and sort orders allow you to control how widgets are merchandised in your Gallery.</p>
<p><h3 class="sectionHeader">Customize the appearance of your Gallery</h3>
</p>
<p>
Add your brand to your Custom Gallery and make it match the look and feel of your site with a custom header and footer. You can choose to embed your Custom Gallery as an IFrame on your site, link to a new pop-up window, or use our widget feeds to grab widgets and build your own UI.</p>
</p>
<p>See below for examples and a working prototype.</p>
<p><h3 class="sectionHeader">Track performance and easily manage your Custom Gallery from your Gallery Dashboard</h3>
</p>
<p>
Track overall performance of your Gallery and popularity of individual widgets and easily optimize your Gallery all from one dashboard.</p>
<ul>
</p>
<p>
<strong>Example of a basic Custom Gallery</strong></p>
</p>
<p>
<img src="http://docs.widgetbox.com/wp-content/uploads/2008/06/rg-popup.png" alt="" title="Remote Gallery - Pop Up" width="499" class="alignnone size-full wp-image-298" />
</p>
<p>
<strong>Example of a Custom Gallery with custom header and footer.</strong></p>
<ul class="action-set">
<li class="seeitaction-lgbtn">
        <a href="javascript:NewWindow('http://www.widgetbox.com/gallery/newgallery/home','gallery_preview','780','555','yes');">See It in Action!</a>
    </li>
</ul>
<div class="clear"></div>
<p><img src="http://docs.widgetbox.com/wp-content/uploads/2008/06/example-customized-rg.png" alt="" title="Example Customized Remote Gallery" width="499" class="alignnone size-medium wp-image-332" /></p>
</p>
</ul>
<p>&nbsp;</p>
<p><ul>
<strong>Xanga&#8217;s Custom Gallery</strong></p>
<p>
<img src="http://docs.widgetbox.com/wp-content/uploads/2008/06/rg-onsite.png" alt="" title="Remote Gallery - On Site" width="500" height="364" class="alignnone size-full wp-image-296" />
</p>
</ul>
<p>&nbsp;</p>
<h3 class="sectionHeader">Create your own Custom Gallery today!</h3></p>
]]></content:encoded>
			<wfw:commentRss>http://docs.widgetbox.com/distributing-widgets/custom-gallery/custom-gallery-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
