Gigya hasjust released a new version of Wildfire, which includes online reports as well as some other great stuff. This update requires a small change on your end and below you’ll find details in the “How to upgrade” section.
What’s new?
1. New Flash-based interface – The Flash interface has several advantages:
a. Lighter – So it loads quickly.
b. Improved UI – We now show the names and icons of the social networks. This change helps users to easily find the destination where they wish to post.
c. Code text box – We now offer a text box within the interface for users to grab your code. This allows us to deliver online reports on both quick and manual posts. When switching to this new version, you can simply hide your own text box (don’t remove it, since Wildfire takes the code from there), so users grab code from Wildfire. If you do not wish to include a text box within Wildfire, you can easily remove it through the Wildfire customization page.
d. CDN hosting – The version is hosted on CDN (Content Delivery Network) servers, which provide optimal up time and redundancy.
2. Online reports – Together with the Flash-based version, you can now get online reports on a variety of metrics such as: number of posted widgets per network, widgets views on profiles or stickiness of widgets on profiles. These stats can be reported using your widget IDs.
3. Piczo – Users can now quick post also to their Piczo accounts.
How to Upgrade?
1. In your current Wildfire code, change the file name of the Wildfire JS from: wfapi.js to: wfapiV2.js
2. Sign up for an account on our new site at www.gigya.com and go to the Account Settings page. On this page you’ll find your PartnerID. Place this ID in the Wildfire code, instead of your PARTNERNAME, which you have placed there before (see example below).
3. Optional – Hide your textarea (or text box) that presents users with your embed code. To do that, simply add in your textarea tag: STYLE=”DISPLAY:NONE”. Users will grab code from the Wildfire text box and you will get full tracking on any post done from your site. Please note that if you wish to increase the size of the Wildfire text box, you may simply increase the size of Wildifre, and the text box will get larger.
4. Once you have that done, just login to Gigya.com and see your widget stats, through the My Reports link.
If you need any help with the upgrade, please contact us at: partners@gigya-inc.com
Thanks for working with Gigya!
Best,
Eyal Magen
CEO, Gigya
Example – Changing PARTNERNAME to your PartnerID:
1. For the full Wildfire UI:
Before: Wildfire.initPost("XYZ.COM", "divWildfirePost", 400, 230, pconf);
After: Wildfire.initPost("1541", "divWildfirePost", 400, 230, pconf);
2. For the Wildfire button:
Before: <script src="http://cdn.gigya.com/wildfire/JS/WFButton.js?flash=1&module=post&cid=TEXTAREA_ID&partner=XYZ.COM"></script>
After: <script src="http://cdn.gigya.com/wildfire/JS/WFButton.js?flash=1&module=post&cid=TEXTAREA_ID&partner=1541"></script>
Please feel free to comment there or email us with any feedback, questions or suggestions.