<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: FusionCharts On WordPress In 11 Easy Steps</title> <atom:link href="http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/feed/" rel="self" type="application/rss+xml" /><link>http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/</link> <description>All you need to know what I know</description> <lastBuildDate>Fri, 10 Feb 2012 05:52:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Miroslavlichy</title><link>http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/comment-page-1/#comment-4133</link> <dc:creator>Miroslavlichy</dc:creator> <pubDate>Thu, 20 Oct 2011 07:41:00 +0000</pubDate> <guid
isPermaLink="false">http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/#comment-4133</guid> <description>Hellou, i cant insert to wordpress, can u help me?</description> <content:encoded><![CDATA[<p>Hellou, i cant insert to wordpress, can u help me?</p> ]]></content:encoded> </item> <item><title>By: Shamasis Bhattacharya</title><link>http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/comment-page-1/#comment-4092</link> <dc:creator>Shamasis Bhattacharya</dc:creator> <pubDate>Tue, 21 Jun 2011 12:32:00 +0000</pubDate> <guid
isPermaLink="false">http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/#comment-4092</guid> <description>Perhaps, you are having the issue that I specified as &quot;a word of caution&quot; in the article above. Check out whether WordPress&#039; Visual Editor is doing anything or not.
You might also want to install the Raw HTML WordPress Plugin and put your codes within [raw]...[/raw] tag.</description> <content:encoded><![CDATA[<p>Perhaps, you are having the issue that I specified as &#8220;a word of caution&#8221; in the article above. Check out whether WordPress&#8217; Visual Editor is doing anything or not.</p><p>You might also want to install the Raw HTML WordPress Plugin and put your codes within [raw]&#8230;[/raw] tag.</p> ]]></content:encoded> </item> <item><title>By: Ajmal</title><link>http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/comment-page-1/#comment-4086</link> <dc:creator>Ajmal</dc:creator> <pubDate>Wed, 08 Jun 2011 17:42:00 +0000</pubDate> <guid
isPermaLink="false">http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/#comment-4086</guid> <description>Hmm... It doesnt semm to work.. any other plugin method available?</description> <content:encoded><![CDATA[<p>Hmm&#8230; It doesnt semm to work.. any other plugin method available?</p> ]]></content:encoded> </item> <item><title>By: Im08b009</title><link>http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/comment-page-1/#comment-4076</link> <dc:creator>Im08b009</dc:creator> <pubDate>Wed, 25 May 2011 14:18:00 +0000</pubDate> <guid
isPermaLink="false">http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/#comment-4076</guid> <description>Well, it doesn&#039;t work. I followe dteh process but you code shows 
var myDataXML = &#039;/wp-content/uploads/2009/03/data.xml&#039;;
and
var myChartSWF = &#039;/assets/FusionCharts/Column3D.swf&#039;;
Is there an issue with that? </description> <content:encoded><![CDATA[<p>Well, it doesn&#8217;t work. I followe dteh process but you code shows </p><p>var myDataXML = &#8217;/wp-content/uploads/2009/03/data.xml&#8217;;</p><p>and</p><p>var myChartSWF = &#8217;/assets/FusionCharts/Column3D.swf&#8217;;</p><p>Is there an issue with that?</p> ]]></content:encoded> </item> <item><title>By: LaneKidd</title><link>http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/comment-page-1/#comment-4028</link> <dc:creator>LaneKidd</dc:creator> <pubDate>Fri, 01 Apr 2011 11:51:13 +0000</pubDate> <guid
isPermaLink="false">http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/#comment-4028</guid> <description>To anyone who may be wondering, if you follow these steps they do work for WordPress. I tried many tutorials, and finally, this one is perfect. If you are using FusionChartsFree, there are some things that must be done differently (at least for me). Make sure to change the .swf file to FCF_Column3D.swf. You have to add FCF_ to all the free version&#039;s .swf charts.
Do NOT use the Free Online XML generator because it doesn&#039;t work for the Free version anyway. Use the sample .xml files and work from there.
 
This is what I had to change in the code above:
In Line 1, Line 4, and Line 7 - Erase what is in between the quotes, and type your entire URL between the quotes. That is the way it worked for me. Example of line 4 - http://mydomain.com/FusionChartsFree/Charts/FCF_Column3D.swf
That&#039;s what I had to do, but I am running version 3.1, and this works beautifully! Thanks man!</description> <content:encoded><![CDATA[<p>To anyone who may be wondering, if you follow these steps they do work for WordPress. I tried many tutorials, and finally, this one is perfect. If you are using FusionChartsFree, there are some things that must be done differently (at least for me). Make sure to change the .swf file to FCF_Column3D.swf. You have to add FCF_ to all the free version&#8217;s .swf charts.<br
/> Do NOT use the Free Online XML generator because it doesn&#8217;t work for the Free version anyway. Use the sample .xml files and work from there.<br
/>  <br
/> This is what I had to change in the code above:<br
/> In Line 1, Line 4, and Line 7 &#8211; Erase what is in between the quotes, and type your entire URL between the quotes. That is the way it worked for me. Example of line 4 &#8211; <a
href="http://mydomain.com/FusionChartsFree/Charts/FCF_Column3D.swf" rel="nofollow">http://mydomain.com/FusionChartsFree/Charts/FCF_Column3D.swf</a></p><p>That&#8217;s what I had to do, but I am running version 3.1, and this works beautifully! Thanks man!</p> ]]></content:encoded> </item> <item><title>By: Shamasis Bhattacharya</title><link>http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/comment-page-1/#comment-3419</link> <dc:creator>Shamasis Bhattacharya</dc:creator> <pubDate>Sat, 29 Jan 2011 07:38:03 +0000</pubDate> <guid
isPermaLink="false">http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/#comment-3419</guid> <description>You are welcome. :)</description> <content:encoded><![CDATA[<p>You are welcome. <img
src='http://www.shamasis.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: settleduncle</title><link>http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/comment-page-1/#comment-3313</link> <dc:creator>settleduncle</dc:creator> <pubDate>Fri, 21 Jan 2011 08:23:19 +0000</pubDate> <guid
isPermaLink="false">http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/#comment-3313</guid> <description>Thanks it worked like a pie! Great explanation</description> <content:encoded><![CDATA[<p>Thanks it worked like a pie! Great explanation</p> ]]></content:encoded> </item> <item><title>By: Peter</title><link>http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/comment-page-1/#comment-3262</link> <dc:creator>Peter</dc:creator> <pubDate>Mon, 17 Jan 2011 12:31:03 +0000</pubDate> <guid
isPermaLink="false">http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/#comment-3262</guid> <description>I really like it when people just tell how things work. Perfect and quick installation guide! Now I can make some nice graphs, thanks : )</description> <content:encoded><![CDATA[<p>I really like it when people just tell how things work. Perfect and quick installation guide! Now I can make some nice graphs, thanks : )</p> ]]></content:encoded> </item> <item><title>By: A.Hariri</title><link>http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/comment-page-1/#comment-518</link> <dc:creator>A.Hariri</dc:creator> <pubDate>Fri, 26 Feb 2010 18:44:55 +0000</pubDate> <guid
isPermaLink="false">http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/#comment-518</guid> <description>Great post.
Thanks a lot for sharing these steps!</description> <content:encoded><![CDATA[<p>Great post.<br
/> Thanks a lot for sharing these steps!</p> ]]></content:encoded> </item> <item><title>By: sudhir</title><link>http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/comment-page-1/#comment-502</link> <dc:creator>sudhir</dc:creator> <pubDate>Sat, 20 Feb 2010 07:31:14 +0000</pubDate> <guid
isPermaLink="false">http://www.shamasis.net/2010/02/fusioncharts-on-wordpress-in-11-easy-steps/#comment-502</guid> <description>thats great..thanks for the info</description> <content:encoded><![CDATA[<p>thats great..thanks for the info</p> ]]></content:encoded> </item> </channel> </rss>
