-
▼
2011
(334)
-
▼
September
(29)
- How to Use Lightbox 2 for Wordpress
- How to Install WordPress on Media Temple GS
- How to Find API Endpoint in WordPress
- How to Make WordPress Look Like Facebook
- How to Move From WordPress to Your Own Domain
- How to Make a Widget for Every WordPress MU Blog C...
- How to Insert Pictures in WordPress Posts
- How to Use the eShop on WordPress
- How to Find Out Who Owns a WordPress Blog
- How to Include Different WordPress Footers
- How to Find Broken Links in WordPress to Remove
- How to Hide a WordPress Blog Under Development
- How to Embed Padding in WordPress
- How to Add Pages to WordPress
- How to Embed Docstoc Documents in WordPress
- How to Add PDFs Word Documents to WordPress
- How to Create a Favicon in WordPress
- How to Change the Order of the Menu for WordPress ...
- How to Edit WordPress to Default Install
- How to Manage PDF Files With WordPress
- How to Import WordPress Into a Joomla Website
- How to Use Fusion Charts in WordPress
- How to Add Twitter to a Wordpress Blog
- How to Unzip WordPress
- How to Make a WordPress Article Static
- How to Duplicate a Function in Wordpress
- How to Include Another PHP File in WordPress
- How to Export a Self
- How to Have a Subdomain on the WordPress Site at H...
-
▼
September
(29)
adsense
How to Use Fusion Charts in WordPress
1. Download the FusionCharts package you wish to use. You can buy Version 3, use the demo or download the free version.
2. Create a new folder in the root directory of your website and name this folder 'FusionCharts.' Upload the .ZIP file to this folder using your preferred FTP client. Extract the .ZIP file into the folder. Create another folder called 'FusionChartsData.'
3. Generate a FusionCharts data XML file using the XML generator found at the FusionCharts website (www.fusioncharts.com). Copy the data generated by the tool and paste it into a new Notepad document. Save the document as 'data1.xml' and upload it to the FusionChartsData folder you created in the previous step.
4. Create a new post and select the HTML editor instead of the Visual editor. Paste the following into the post (for a sample chart):
//
')var chartObj = new FusionCharts(myChartSWF, myChartId, myChartWidth, myChartHeight);chartObj.setDataURL(myDataXML);chartObj.render(myChartId 'container'); // ]] >
5. Click 'Publish' to publish the post and view the FusionChart.
4:43 AM | Filed Under | 0 Comments
Post a Comment