You are not logged in.   Log in | Register

Configuration Parameters

From $1

Table of contents
  1. 1. Reference Table

Wildfire uses a configuration object to set its parameters. Every parameter has a default value which can be overridden by setting its value in the configuration object.

Below is an example of creating a configuration object named "conf" and setting one parameter (the defaultContent parameter):

 JavaScript  ActionScript2  ActionScript3   Flex  
// You may use JSON format to initialize the object with the supported parameters:
 
var conf = {
    defaultContent: "POST CONTENT"
}

 

This section specifies the various parameters supported by Wildfire.

 

Reference Table

The following table lists the available configuration parameters.

Clicking a parameter's name leads to a page with extended information.

Parameter Name Type Short Description
Basic Parameters: 
partner string The partner ID.
width number The width in pixels of Wildfire.
height number The height in pixels of Wildfire.
widgetTitle string The default title suggested to the user on networks that support such title.
widgetDescription string This string will be used as the description of the widget on networks that support description.
UI Parameters: 
UIConfig string An XML string that provide detailed control over the look and feel of Wildfire.
showPost boolean Determines whether the "Post" tab is available on Wildfire UI.
showBookmark boolean Determines whether the "Bookmark" tab is available on Wildfire UI.
showEmail boolean Determines whether the "Email" tab is available on Wildfire UI.
showDesktop boolean Determines whether the "Desktop" tab is available on Wildfire UI.
lang string Determine the language that Wildfire will render.
localConfig string An XML string for setting UI configuration, which overrides the configuration set by the UIConfig parameter.
networksToShow,
networksToHide
string This pair of parameters allow you to set which social-network buttons are displayed on Wildfire "Post" tab, and also determine the order.
bookmarksToShow,
bookmarksToHide
string This pair of parameters allow you to set which social-bookmarking-sites buttons are displayed on Wildfire "Bookmark" tab, and also determine the order.
customNetworks string This parameter allows you to add new custom network buttons to Wildfire.
nowmode boolean Assigning "true" to this parameter, forces wildfire not to use the wmode parameter.
outsideColor string The color of the area outside rounded corners
Post to Social Network Parameters:
defaultContent string The content to be posted.
[network-name]Content string The content to be posted to a specific social network.
[network-name][section]Content  string The content to be posted to a specific section of a specific social network.
defaultUsername string The default username on all the social networks. 
[network-name]Username string The username on a specific social network. 
[network-name]Sections  string A comma separated list of sections to be displayed in the section selection drop-down for the specific network.
defaultPreviewURL string URL of an image that will be used as your widget's preview image on all the networking sites which support such previews.
[network-name]PreviewURL string URL of an image that will be used as your widget's preview image on a specific social network.
contentIsLayout boolean Indicating if the content is a layout.
includeShareButton boolean Assigning "true" to this parameter, causes Wildfire to append a "Share" button to your posted widget.
showEmailAfterPost  boolean Determines if Wildfire offers the user to send an email to his friends after successful posting.
useFacebookMystuff boolean If this parameter is set to "true", your widget will be posted to the "My Stuff" designated Facebook application, else your widget will be posted to the "newsfeed" section in Facebook.
facebookPreviewURL2 string URL of an image that will be used as your widget's preview image on the "Profile Box" section of Facebook.
facebookPreviewURL3 string URL of an image that will be used as your widget's preview image on the "Newsfeed" section of Facebook.
facebookAppID string Direct Wildfire to post your widget to the specified application when being posted to Facebook.
facebookURL string URL of your own Facebook application that Wildfire should use to post content.
Deprecated Parameters:
useFacebookNewsfeed boolean Deprecated. If this parameter is set to "true", your widget will be posted to the "newsfeed" section in Facebook. This parameter should no longer be used, please use useFacebookMystuff instead.
useMyspaceAPI boolean Deprecated. Assigning "true" to this parameter, causes Wildfire to use the public myspace API for posting.
bulletinSubject string Deprecated. bulletinSubject is no longer supported for myspace, please use widgetTitle instead.
bulletinHTML string Deprecated. bulletinHTML is no longer supported for myspace, please use regular content parameters instead (i.e. myspaceContent).
Social Bookmarking Parameters: 
defaultBookmarkURL string The URL that will be sent to all the social bookmarking site.
[social-bookmarking-site-name]BookmarkURL string The URL that will be sent to the specific social bookmarking site. 
Send to Email Parameters: 
emailSubject string The subject line of the email to be sent.
emailBody string The body of the email to be sent in HTML format.
companyName string Your company name, which will be injected into the email footer.
dontSendEmail boolean Assigning "true" to this parameter, causes Wildfire not to actually send the email, so you can send it from your own servers.
defaultEmailMessage string Pre-populates the "Message" text field shown in the Wildfire email tab.
rememberContactsChecked boolean Change the default state of the "Remember Me" checkbox on the Wildfire email tab
Send to Desktop Parameters:  
widgetCopyright string This string will be used as the copyright notice of the widget.
iconURL string The URL from where Wildfire will download an icon.
defaultPreviewURL string  URL of an image that will be used as the preview of your widget.
Reporting Parameters:  
CID string A string of max 100 chars length, that will be associated with this transaction and will later appear on reports.
advancedTracking boolean Assigning "true" to this parameter will enable Gigya's viral distribution tracking feature.
Tags:
Files (0)