<?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: My Code Snippet : Automatically start Lightbox on page load (autoFireLightbox)</title>
	<atom:link href="http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/</link>
	<description>A rather geeky/technical weblog by Bram(us) Van Damme</description>
	<lastBuildDate>Tue, 07 Feb 2012 04:34:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ptdr</title>
		<link>http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-9397</link>
		<dc:creator>ptdr</dc:creator>
		<pubDate>Thu, 02 Feb 2012 07:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-9397</guid>
		<description>Great, working so fine :o)</description>
		<content:encoded><![CDATA[<p>Great, working so fine <img src='http://www.bram.us/wordpress/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-9389</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 02 Feb 2012 03:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-9389</guid>
		<description>I am not getting this auto-loading working either, does it no longer work with the latest light box code or something? I can&#039;t believe how hard it is to get this to auto start, extremely frustrating. Any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>I am not getting this auto-loading working either, does it no longer work with the latest light box code or something? I can&#8217;t believe how hard it is to get this to auto start, extremely frustrating. Any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-4618</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 25 Nov 2011 23:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-4618</guid>
		<description>Can someone help me out and tell me what I am going wrong? I have followed this tutorial, but I can get the page to modal window to load.
        // Automagically load Lightbox on Page Load - by Bramus! (http://www.bram.us/)
        // Code modded from http://www.huddletogether.com/forum/comments.php?DiscussionID=1269&amp;page=1#Item_0
        function autoFireLightbox() {
            //Check if location.hash matches a lightbox-anchor. If so, trigger popup of image.
            setTimeout(function() {
                if(document.location.hash &amp;&amp; $(document.location.hash.substr(1)).rel.indexOf(&#039;lightbox&#039;)!=-1) {
                    myLightbox.start($(document.location.hash.substr(1)));
                }},
                250
            );
        }
        Event.observe(window, &#039;load&#039;, autoFireLightbox, false);
&lt;a href=&quot;Home_Page_Modal/Holiday_Special.JPG&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;
I know that it says that you have to call the lightbox.html, but I do not have that html file when I download lightbox and the only thing that it does is shows a thumbnail up in the top right hand corner of the page. Any help is appreciated.
Thanks,
Phil</description>
		<content:encoded><![CDATA[<p>Can someone help me out and tell me what I am going wrong? I have followed this tutorial, but I can get the page to modal window to load. </p>
<p>        // Automagically load Lightbox on Page Load &#8211; by Bramus! (<a href="http://www.bram.us/" >http://www.bram.us/</a>)<br />
        // Code modded from <a href="http://www.huddletogether.com/forum/comments.php?DiscussionID=1269&#038;page=1#Item_0" >http://www.huddletogether.com/forum/comments.php?DiscussionID=1269&#038;page=1#Item_0</a><br />
        function autoFireLightbox() {<br />
            //Check if location.hash matches a lightbox-anchor. If so, trigger popup of image.<br />
            setTimeout(function() {<br />
                if(document.location.hash &amp;&amp; $(document.location.hash.substr(1)).rel.indexOf(&#8216;lightbox&#8217;)!=-1) {<br />
                    myLightbox.start($(document.location.hash.substr(1)));<br />
                }},<br />
                250<br />
            );<br />
        }<br />
        Event.observe(window, &#8216;load&#8217;, autoFireLightbox, false);</p>
<p><a href="Home_Page_Modal/Holiday_Special.JPG" ></a></p>
<p>I know that it says that you have to call the lightbox.html, but I do not have that html file when I download lightbox and the only thing that it does is shows a thumbnail up in the top right hand corner of the page. Any help is appreciated.</p>
<p>Thanks,<br />
Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-2202</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 11 Oct 2011 11:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-2202</guid>
		<description>[...] Auch diese Variante funktioniert bei mir nicht...  My Code Snippet : Automatically start Lightbox on page load (autoFireLightbox) &#124; Bram.us [...]</description>
		<content:encoded><![CDATA[<p>[...] Auch diese Variante funktioniert bei mir nicht&#8230;  My Code Snippet : Automatically start Lightbox on page load (autoFireLightbox) | Bram.us [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney</title>
		<link>http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-1596</link>
		<dc:creator>Rodney</dc:creator>
		<pubDate>Sun, 18 Sep 2011 20:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-1596</guid>
		<description>Thank you, Bram, for the help you provided in getting my implementation to work! And thanks again for this excellent lightbox addition.
I wish you much good luck with your endeavors.</description>
		<content:encoded><![CDATA[<p>Thank you, Bram, for the help you provided in getting my implementation to work! And thanks again for this excellent lightbox addition.</p>
<p>I wish you much good luck with your endeavors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney</title>
		<link>http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-1575</link>
		<dc:creator>Rodney</dc:creator>
		<pubDate>Sat, 17 Sep 2011 04:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-1575</guid>
		<description>Hello. I’m having some issues with setting up your autoFire Lightbox, even with the corrections cited on the page in Note 3. Basically, my id’s don’t trigger the autoFire effect. I’ve triple-checked all the code and have made sure to apply the changes specified above, as I was using version 2.05. I wonder if it may have something to do with the way my WordPress settings handle permalinks? I will also try using your older Lightbox file as one last shot, and then attempt this with an html page, as opposed to the PHP files used by Wordpress, before I throw my hands up in the air, completely.
Thank you in advance for any clarification you can provide.</description>
		<content:encoded><![CDATA[<p>Hello. I’m having some issues with setting up your autoFire Lightbox, even with the corrections cited on the page in Note 3. Basically, my id’s don’t trigger the autoFire effect. I’ve triple-checked all the code and have made sure to apply the changes specified above, as I was using version 2.05. I wonder if it may have something to do with the way my WordPress settings handle permalinks? I will also try using your older Lightbox file as one last shot, and then attempt this with an html page, as opposed to the PHP files used by WordPress, before I throw my hands up in the air, completely.</p>
<p>Thank you in advance for any clarification you can provide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Razvan</title>
		<link>http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-777</link>
		<dc:creator>Razvan</dc:creator>
		<pubDate>Fri, 05 Aug 2011 08:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-777</guid>
		<description>Hi!
Thanks for this great mod! It&#039;s exactly what I was looking for.
Keep up the good work! Cheers!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Thanks for this great mod! It&#8217;s exactly what I was looking for.</p>
<p>Keep up the good work! Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen Strompf</title>
		<link>http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-776</link>
		<dc:creator>Jeroen Strompf</dc:creator>
		<pubDate>Mon, 23 May 2011 23:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-776</guid>
		<description>Hi Bram,
Thanks for your work. In your posting you say you have to change the &#039;html head&#039;, but what is that? The closest I could find are the files index.php but that doesn&#039;t seem similar to the file you have.
Thanks already &amp; regards,
Jeroen.</description>
		<content:encoded><![CDATA[<p>Hi Bram,<br />
Thanks for your work. In your posting you say you have to change the &#8216;html head&#8217;, but what is that? The closest I could find are the files index.php but that doesn&#8217;t seem similar to the file you have.<br />
Thanks already &amp; regards,<br />
Jeroen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: priya singh</title>
		<link>http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-775</link>
		<dc:creator>priya singh</dc:creator>
		<pubDate>Tue, 29 Mar 2011 04:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-775</guid>
		<description>i replace   document.observe(&#039;dom:loaded&#039;, function() { new Lightbox(); });
                  with
document.observe(&#039;dom:loaded&#039;, function() { myLightbox = new Lightbox(); });
then it works..........for me................</description>
		<content:encoded><![CDATA[<p>i replace   document.observe(&#8216;dom:loaded&#8217;, function() { new Lightbox(); });</p>
<p>                  with</p>
<p>document.observe(&#8216;dom:loaded&#8217;, function() { myLightbox = new Lightbox(); });</p>
<p>then it works&#8230;&#8230;&#8230;.for me&#8230;&#8230;&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: priya singh</title>
		<link>http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-774</link>
		<dc:creator>priya singh</dc:creator>
		<pubDate>Tue, 29 Mar 2011 04:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.bram.us/2007/07/30/my-code-snippet-automatically-start-lightbox-on-page-load/#comment-774</guid>
		<description>cooollllllll one firstly i got an error mylistbox is undefined but ,,,
manage to fix it ............</description>
		<content:encoded><![CDATA[<p>cooollllllll one firstly i got an error mylistbox is undefined but ,,,<br />
manage to fix it &#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

