<?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: jQuery Lightbox on WordPress &#8211; Simple install guide</title>
	<atom:link href="http://www.anthonyshapley.co.uk/jquery-lightbox-on-wordpress-simple-install-guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anthonyshapley.co.uk/jquery-lightbox-on-wordpress-simple-install-guide/</link>
	<description>Search Engine Optimisation &#38; Pay Per Click</description>
	<lastBuildDate>Wed, 30 Nov 2011 16:44:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Nick</title>
		<link>http://www.anthonyshapley.co.uk/jquery-lightbox-on-wordpress-simple-install-guide/comment-page-1/#comment-9698</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 18 Jan 2010 02:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=469#comment-9698</guid>
		<description>Thank you explofish, removing the @ like you said made this work for me, while using a newer version of jQuery!

And thanks to Anthony of course!</description>
		<content:encoded><![CDATA[<p>Thank you explofish, removing the @ like you said made this work for me, while using a newer version of jQuery!</p>
<p>And thanks to Anthony of course!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.anthonyshapley.co.uk/jquery-lightbox-on-wordpress-simple-install-guide/comment-page-1/#comment-9479</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 12 Aug 2009 12:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=469#comment-9479</guid>
		<description>sorry one more question, in the header information that you have written to reference the js files do you have to replace &#039;template_directory&#039; with the name of your own, so the name of the folder your theme is in?</description>
		<content:encoded><![CDATA[<p>sorry one more question, in the header information that you have written to reference the js files do you have to replace &#8216;template_directory&#8217; with the name of your own, so the name of the folder your theme is in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.anthonyshapley.co.uk/jquery-lightbox-on-wordpress-simple-install-guide/comment-page-1/#comment-9478</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 12 Aug 2009 12:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=469#comment-9478</guid>
		<description>Im making my own wordpress theme and testing it locally using xxamp...im slightly confused where all the files go...the jquery lightbox plugin i downloaded came with 5 folders and an index.html file....obviously the images in the &#039;images&#039; folder go into your themes images folder and the jquery library goes in the &#039;js&#039; folder you told us to create...but does the plugin include all the folders and everything? or just the js files that came in the plugin? and they go where? cos im trying to get it to work in my own theme, i uploaded an image to a post to test and it doesnt work :(

i downloaded jquery-1.3.2.min btw...can you explain possibly why its not working?

thanks</description>
		<content:encoded><![CDATA[<p>Im making my own wordpress theme and testing it locally using xxamp&#8230;im slightly confused where all the files go&#8230;the jquery lightbox plugin i downloaded came with 5 folders and an index.html file&#8230;.obviously the images in the &#8216;images&#8217; folder go into your themes images folder and the jquery library goes in the &#8216;js&#8217; folder you told us to create&#8230;but does the plugin include all the folders and everything? or just the js files that came in the plugin? and they go where? cos im trying to get it to work in my own theme, i uploaded an image to a post to test and it doesnt work <img src='http://www.anthonyshapley.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>i downloaded jquery-1.3.2.min btw&#8230;can you explain possibly why its not working?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: explofish</title>
		<link>http://www.anthonyshapley.co.uk/jquery-lightbox-on-wordpress-simple-install-guide/comment-page-1/#comment-9064</link>
		<dc:creator>explofish</dc:creator>
		<pubDate>Wed, 15 Jul 2009 15:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=469#comment-9064</guid>
		<description>I found this on google for a project and this is just what i am looking for! Because I couldnt get it running for a bout half an hour i want to say this:

If you got jquery 1.3 or higher, remove the @ in the code!

So you have to include
$(document).ready(function()
{
        $(&#039;a[href$=&quot;.jpg&quot;]&#039;).lightBox();
        $(&#039;a[href$=&quot;.png&quot;]&#039;).lightBox();
		$(&#039;a[href$=&quot;.gif&quot;]&#039;).lightBox();
    });

cheers</description>
		<content:encoded><![CDATA[<p>I found this on google for a project and this is just what i am looking for! Because I couldnt get it running for a bout half an hour i want to say this:</p>
<p>If you got jquery 1.3 or higher, remove the @ in the code!</p>
<p>So you have to include<br />
$(document).ready(function()<br />
{<br />
        $(&#8216;a[href$=".jpg"]&#8216;).lightBox();<br />
        $(&#8216;a[href$=".png"]&#8216;).lightBox();<br />
		$(&#8216;a[href$=".gif"]&#8216;).lightBox();<br />
    });</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid</title>
		<link>http://www.anthonyshapley.co.uk/jquery-lightbox-on-wordpress-simple-install-guide/comment-page-1/#comment-8837</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Fri, 10 Jul 2009 17:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=469#comment-8837</guid>
		<description>Will this tut work for Wordpress 2.8 version i want to put lightbox plugin for my site</description>
		<content:encoded><![CDATA[<p>Will this tut work for WordPress 2.8 version i want to put lightbox plugin for my site</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.anthonyshapley.co.uk/jquery-lightbox-on-wordpress-simple-install-guide/comment-page-1/#comment-2859</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Fri, 12 Dec 2008 08:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=469#comment-2859</guid>
		<description>Hi, thanks for your comment.

You won&#039;t see them unless you insert each image directly onto the page.

This is because of the way Wordpress behaves. It generates a page for each image that you will need to click through to.

I will eventually be writing a plugin for this. Bare with me and I&#039;ll deliver a really nice solution.

Cheers
Anthony</description>
		<content:encoded><![CDATA[<p>Hi, thanks for your comment.</p>
<p>You won&#8217;t see them unless you insert each image directly onto the page.</p>
<p>This is because of the way WordPress behaves. It generates a page for each image that you will need to click through to.</p>
<p>I will eventually be writing a plugin for this. Bare with me and I&#8217;ll deliver a really nice solution.</p>
<p>Cheers<br />
Anthony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: -=Fl@sh=-</title>
		<link>http://www.anthonyshapley.co.uk/jquery-lightbox-on-wordpress-simple-install-guide/comment-page-1/#comment-2852</link>
		<dc:creator>-=Fl@sh=-</dc:creator>
		<pubDate>Thu, 11 Dec 2008 22:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=469#comment-2852</guid>
		<description>it&#039;s work, but i can&#039;t see &#039;prev&#039;, &#039;next&#039; and &#039;close&#039; buttons... =((</description>
		<content:encoded><![CDATA[<p>it&#8217;s work, but i can&#8217;t see &#8216;prev&#8217;, &#8216;next&#8217; and &#8216;close&#8217; buttons&#8230; =((</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: -=Fl@sh=-</title>
		<link>http://www.anthonyshapley.co.uk/jquery-lightbox-on-wordpress-simple-install-guide/comment-page-1/#comment-2851</link>
		<dc:creator>-=Fl@sh=-</dc:creator>
		<pubDate>Thu, 11 Dec 2008 20:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=469#comment-2851</guid>
		<description>sorry, but i don&#039;t know where include js code :-[


 $(document).ready(function()
 {
 // jQuery LightBox
  $(â€™a[@href$=&quot;.jpg&quot;]â€˜).lightBox();
  $(â€™a[@href$=&quot;.png&quot;]â€˜).lightBox();
  $(â€™a[@href$=&quot;.gif&quot;]â€˜).lightBox();
 });
</description>
		<content:encoded><![CDATA[<p>sorry, but i don&#8217;t know where include js code :-[</p>
<p> $(document).ready(function()<br />
 {<br />
 // jQuery LightBox<br />
  $(â€™a[@href$=".jpg"]â€˜).lightBox();<br />
  $(â€™a[@href$=".png"]â€˜).lightBox();<br />
  $(â€™a[@href$=".gif"]â€˜).lightBox();<br />
 });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.anthonyshapley.co.uk/jquery-lightbox-on-wordpress-simple-install-guide/comment-page-1/#comment-2593</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Sun, 16 Nov 2008 19:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=469#comment-2593</guid>
		<description>Thanks for your comment - sure is:

$(â€™a[@rel*=&quot;lightbox&quot;]â€˜).lightBox();

That will only apply to links with the attribute rel=&quot;lightbox&quot;. Hope that helps.</description>
		<content:encoded><![CDATA[<p>Thanks for your comment &#8211; sure is:</p>
<p>$(â€™a[@rel*="lightbox"]â€˜).lightBox();</p>
<p>That will only apply to links with the attribute rel=&#8221;lightbox&#8221;. Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aka</title>
		<link>http://www.anthonyshapley.co.uk/jquery-lightbox-on-wordpress-simple-install-guide/comment-page-1/#comment-2587</link>
		<dc:creator>aka</dc:creator>
		<pubDate>Sun, 16 Nov 2008 02:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=469#comment-2587</guid>
		<description>Is there are way to make it so that it only works on images with a specific tag on it. In other words, I do not want it to automatically apply to all jpg images, rather only the ones I specify.

Thanks</description>
		<content:encoded><![CDATA[<p>Is there are way to make it so that it only works on images with a specific tag on it. In other words, I do not want it to automatically apply to all jpg images, rather only the ones I specify.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

