<?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: Create Thickbox in WordPress with just 3 lines of code.</title>
	<atom:link href="http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html</link>
	<description>myhtmlworld.com</description>
	<lastBuildDate>Wed, 20 Jul 2011 05:54:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Marcos</title>
		<link>http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html/comment-page-1#comment-58009</link>
		<dc:creator>Marcos</dc:creator>
		<pubDate>Wed, 20 Jul 2011 05:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=355#comment-58009</guid>
		<description>where should i include the line:
$(&quot;.post-content a img&quot;).parent(&quot;a&quot;).addClass(&quot;thickbox&quot;);
?

I&#039;ve included it in the header.php file in there and i get the error:

PHP Fatal error:  Function name must be a string in E:\***\header.php on line 29

Maybe i&#039;m missing something, i just pasted the line of code there just like that.</description>
		<content:encoded><![CDATA[<p>where should i include the line:<br />
$(&#8220;.post-content a img&#8221;).parent(&#8220;a&#8221;).addClass(&#8220;thickbox&#8221;);<br />
?</p>
<p>I&#8217;ve included it in the header.php file in there and i get the error:</p>
<p>PHP Fatal error:  Function name must be a string in E:\***\header.php on line 29</p>
<p>Maybe i&#8217;m missing something, i just pasted the line of code there just like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: g</title>
		<link>http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html/comment-page-1#comment-38155</link>
		<dc:creator>g</dc:creator>
		<pubDate>Sat, 23 Apr 2011 13:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=355#comment-38155</guid>
		<description>how and where do i use this piece of jqeury?</description>
		<content:encoded><![CDATA[<p>how and where do i use this piece of jqeury?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marius</title>
		<link>http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html/comment-page-1#comment-33281</link>
		<dc:creator>marius</dc:creator>
		<pubDate>Sat, 26 Mar 2011 22:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=355#comment-33281</guid>
		<description>Where this code &gt;&gt; $(&quot;.post-content a img&quot;).parent(&quot;a&quot;).addClass(&quot;thickbox&quot;);
I need to paste in thickbox.js file ?</description>
		<content:encoded><![CDATA[<p>Where this code &gt;&gt; $(&#8220;.post-content a img&#8221;).parent(&#8220;a&#8221;).addClass(&#8220;thickbox&#8221;);<br />
I need to paste in thickbox.js file ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html/comment-page-1#comment-30265</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Wed, 09 Mar 2011 12:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=355#comment-30265</guid>
		<description>For any reason the above three lines haven&#039;t worked for my blog. But by replacing wp_enqueue_script(&#039;thickbox&#039;) with wp_print_scripts(&#039;thickbox&#039;); everything is working fine. See more thickbox options at http://jquery.com/demo/thickbox/ 

Thks from Germany</description>
		<content:encoded><![CDATA[<p>For any reason the above three lines haven&#8217;t worked for my blog. But by replacing wp_enqueue_script(&#8216;thickbox&#8217;) with wp_print_scripts(&#8216;thickbox&#8217;); everything is working fine. See more thickbox options at <a href="http://jquery.com/demo/thickbox/" rel="nofollow">http://jquery.com/demo/thickbox/</a> </p>
<p>Thks from Germany</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html/comment-page-1#comment-25953</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 10 Feb 2011 23:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=355#comment-25953</guid>
		<description>That fixed the relative path problem. Thanks @duepi!</description>
		<content:encoded><![CDATA[<p>That fixed the relative path problem. Thanks @duepi!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Doolin</title>
		<link>http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html/comment-page-1#comment-8519</link>
		<dc:creator>Dave Doolin</dc:creator>
		<pubDate>Wed, 11 Aug 2010 16:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=355#comment-8519</guid>
		<description>I&#039;m working connecting the thickbox to the database, and it&#039;s kicking my butt.  Probably because I&#039;m trying to do something a little too fancy with PHP classes.  In any case, any pointers for that would be welcome.</description>
		<content:encoded><![CDATA[<p>I&#8217;m working connecting the thickbox to the database, and it&#8217;s kicking my butt.  Probably because I&#8217;m trying to do something a little too fancy with PHP classes.  In any case, any pointers for that would be welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html/comment-page-1#comment-5979</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Sun, 09 May 2010 01:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=355#comment-5979</guid>
		<description>How can you change tis so you do not have to click the image, just rollover with mouse?</description>
		<content:encoded><![CDATA[<p>How can you change tis so you do not have to click the image, just rollover with mouse?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: duepi.biz</title>
		<link>http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html/comment-page-1#comment-5377</link>
		<dc:creator>duepi.biz</dc:creator>
		<pubDate>Thu, 08 Apr 2010 06:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=355#comment-5377</guid>
		<description>HI Freelance jobs, maybe it&#039;s helpfull ... 
put this javascript on the footer.php after calling 

&lt;!-- thickbox (js image replacement) --&gt;

	var tb_pathToImage = &quot;/wp-includes/js/thickbox/loadingAnimation.gif&quot;;
	var tb_closeImage = &quot;/wp-includes/js/thickbox/tb-close.png&quot;;
</description>
		<content:encoded><![CDATA[<p>HI Freelance jobs, maybe it&#8217;s helpfull &#8230;<br />
put this javascript on the footer.php after calling </p>
<p><!-- thickbox (js image replacement) --></p>
<p>	var tb_pathToImage = &#8220;/wp-includes/js/thickbox/loadingAnimation.gif&#8221;;<br />
	var tb_closeImage = &#8220;/wp-includes/js/thickbox/tb-close.png&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html/comment-page-1#comment-2087</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 08 Nov 2009 01:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=355#comment-2087</guid>
		<description>HI Reggie,
Make sure that the image file is placed on the following path. yoursitename.com/wp-includes/js/thickbox/tb-close.png
Thanks</description>
		<content:encoded><![CDATA[<p>HI Reggie,<br />
Make sure that the image file is placed on the following path. yoursitename.com/wp-includes/js/thickbox/tb-close.png<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reggie</title>
		<link>http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html/comment-page-1#comment-2028</link>
		<dc:creator>Reggie</dc:creator>
		<pubDate>Fri, 06 Nov 2009 15:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=355#comment-2028</guid>
		<description>Sunil,

I tried this on a single image in my post.  It works great, except that the close button does not display.

Must I have more than one image for it to display?

Reggie
imreggie2@gmail.com</description>
		<content:encoded><![CDATA[<p>Sunil,</p>
<p>I tried this on a single image in my post.  It works great, except that the close button does not display.</p>
<p>Must I have more than one image for it to display?</p>
<p>Reggie<br />
<a href="mailto:imreggie2@gmail.com">imreggie2@gmail.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

