<?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: Build your own widget</title>
	<atom:link href="http://wpmututorials.com/plugins/build-your-own-widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmututorials.com/plugins/build-your-own-widget/</link>
	<description>WordPress multisite how to - making sense of the network feature from what was wordpress mu</description>
	<lastBuildDate>Thu, 26 Jan 2012 22:51:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: trecords</title>
		<link>http://wpmututorials.com/plugins/build-your-own-widget/#comment-6410</link>
		<dc:creator>trecords</dc:creator>
		<pubDate>Tue, 09 Feb 2010 10:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=144#comment-6410</guid>
		<description>Hi,
Useful tutorial, also i wonder, can i make default custom &quot;text&quot; widget with use of default widget?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Useful tutorial, also i wonder, can i make default custom &#8220;text&#8221; widget with use of default widget?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kunal</title>
		<link>http://wpmututorials.com/plugins/build-your-own-widget/#comment-976</link>
		<dc:creator>kunal</dc:creator>
		<pubDate>Fri, 17 Jul 2009 13:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=144#comment-976</guid>
		<description>Andrea,

I am trying to use your plugin to run the following js code:

                    
                    if(SUTRA_WDG_ID) SUTRA_WDG_ID++; else var SUTRA_WDG_ID = 1;
                    if(!LIBRARY_LOADED) var LIBRARY_LOADED = false;
                    this[&quot;sutraWdgObj&quot; + this[&quot;SUTRA_WDG_ID&quot;]] = new SutraJobWidget();
                    this[&quot;sutraWdgObj&quot; + this[&quot;SUTRA_WDG_ID&quot;]].WIDGET_ID = SUTRA_WDG_ID;
                    this[&quot;sutraWdgObj&quot; + this[&quot;SUTRA_WDG_ID&quot;]].COMPANY_ID_LIST = [&quot;1&quot;, &quot;4&quot;, &quot;64&quot;, &quot;118&quot;];
                    this[&quot;sutraWdgObj&quot; + this[&quot;SUTRA_WDG_ID&quot;]].APP_ID = &quot;5ac951d6d4e75df90cbe2fe9b463dc4c&quot;;
                    this[&quot;sutraWdgObj&quot; + this[&quot;SUTRA_WDG_ID&quot;]].ROLE = &quot;b&quot;;
                    this[&quot;sutraWdgObj&quot; + this[&quot;SUTRA_WDG_ID&quot;]].LoadLibrary();
                    


(not sure if your blog will strip out the code..)

However, it does allow me to activate it because of the following error:

Parse error: syntax error, unexpected T_STRING, expecting &#039;,&#039; or &#039;;&#039; in /home/kunal17/public_html/theindianstartup/wp-content/plugins/jswidget.php on line 22

Can you help?</description>
		<content:encoded><![CDATA[<p>Andrea,</p>
<p>I am trying to use your plugin to run the following js code:</p>
<p>                    if(SUTRA_WDG_ID) SUTRA_WDG_ID++; else var SUTRA_WDG_ID = 1;<br />
                    if(!LIBRARY_LOADED) var LIBRARY_LOADED = false;<br />
                    this["sutraWdgObj" + this["SUTRA_WDG_ID"]] = new SutraJobWidget();<br />
                    this["sutraWdgObj" + this["SUTRA_WDG_ID"]].WIDGET_ID = SUTRA_WDG_ID;<br />
                    this["sutraWdgObj" + this["SUTRA_WDG_ID"]].COMPANY_ID_LIST = ["1", "4", "64", "118"];<br />
                    this["sutraWdgObj" + this["SUTRA_WDG_ID"]].APP_ID = &#8220;5ac951d6d4e75df90cbe2fe9b463dc4c&#8221;;<br />
                    this["sutraWdgObj" + this["SUTRA_WDG_ID"]].ROLE = &#8220;b&#8221;;<br />
                    this["sutraWdgObj" + this["SUTRA_WDG_ID"]].LoadLibrary();</p>
<p>(not sure if your blog will strip out the code..)</p>
<p>However, it does allow me to activate it because of the following error:</p>
<p>Parse error: syntax error, unexpected T_STRING, expecting &#8216;,&#8217; or &#8216;;&#8217; in /home/kunal17/public_html/theindianstartup/wp-content/plugins/jswidget.php on line 22</p>
<p>Can you help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kunal</title>
		<link>http://wpmututorials.com/plugins/build-your-own-widget/#comment-975</link>
		<dc:creator>kunal</dc:creator>
		<pubDate>Fri, 17 Jul 2009 13:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=144#comment-975</guid>
		<description>That makes sense :) thanks</description>
		<content:encoded><![CDATA[<p>That makes sense <img src='http://wpmututorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea</title>
		<link>http://wpmututorials.com/plugins/build-your-own-widget/#comment-917</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Fri, 26 Jun 2009 13:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=144#comment-917</guid>
		<description>you&#039;re better off including your own php code within the widget code itself.</description>
		<content:encoded><![CDATA[<p>you&#8217;re better off including your own php code within the widget code itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kunal</title>
		<link>http://wpmututorials.com/plugins/build-your-own-widget/#comment-914</link>
		<dc:creator>kunal</dc:creator>
		<pubDate>Fri, 26 Jun 2009 07:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=144#comment-914</guid>
		<description>Hey,

Can I also use php code in this widget?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Can I also use php code in this widget?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://wpmututorials.com/plugins/build-your-own-widget/#comment-563</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Tue, 03 Feb 2009 08:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=144#comment-563</guid>
		<description>Excellent thanks! I&#039;ll definitely be trying out the tutorial.</description>
		<content:encoded><![CDATA[<p>Excellent thanks! I&#8217;ll definitely be trying out the tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gordob</title>
		<link>http://wpmututorials.com/plugins/build-your-own-widget/#comment-562</link>
		<dc:creator>gordob</dc:creator>
		<pubDate>Mon, 26 Jan 2009 15:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=144#comment-562</guid>
		<description>Hi Andrea

Thanks for the post. I am trying to make widget that embeds the openx code. But it give me errors.
I place the following openx hosted code in the correct location!
I tried using the image tag and javascript but to no avail!
Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi Andrea</p>
<p>Thanks for the post. I am trying to make widget that embeds the openx code. But it give me errors.<br />
I place the following openx hosted code in the correct location!<br />
I tried using the image tag and javascript but to no avail!<br />
Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nova</title>
		<link>http://wpmututorials.com/plugins/build-your-own-widget/#comment-561</link>
		<dc:creator>Nova</dc:creator>
		<pubDate>Wed, 21 Jan 2009 22:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=144#comment-561</guid>
		<description>Thanks for the tutorial Andrea, It&#039;s a great post.</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial Andrea, It&#8217;s a great post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://wpmututorials.com/plugins/build-your-own-widget/#comment-560</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 21 Jan 2009 06:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=144#comment-560</guid>
		<description>Awesome.  I&#039;m setting up my first MU site and was just thinking it would be neat to be able create a widget to place across all the blogs!

Nice work, looking forward to the next one.</description>
		<content:encoded><![CDATA[<p>Awesome.  I&#8217;m setting up my first MU site and was just thinking it would be neat to be able create a widget to place across all the blogs!</p>
<p>Nice work, looking forward to the next one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bear</title>
		<link>http://wpmututorials.com/plugins/build-your-own-widget/#comment-559</link>
		<dc:creator>Bear</dc:creator>
		<pubDate>Wed, 21 Jan 2009 03:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=144#comment-559</guid>
		<description>Great news. Thanks.

I can&#039;t wait for the next one too.</description>
		<content:encoded><![CDATA[<p>Great news. Thanks.</p>
<p>I can&#8217;t wait for the next one too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

