<?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: Wordpress Plugin Installation</title>
	<atom:link href="http://www.infinite-scroll.com/installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.infinite-scroll.com/installation/</link>
	<description>jQuery plugin, Wordpress plugin, interaction design pattern</description>
	<pubDate>Fri, 30 Jul 2010 06:16:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Erik</title>
		<link>http://www.infinite-scroll.com/installation/comment-page-2/#comment-831</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Mon, 26 Jul 2010 21:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.infinite-scroll.com/?p=16#comment-831</guid>
		<description>Hi,

I cant get the plug-in to work on my page, I dont know what to put in the fields. Can you pleace help me?
- The website is: www.locoloco.no


Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I cant get the plug-in to work on my page, I dont know what to put in the fields. Can you pleace help me?<br />
- The website is: <a href="http://www.locoloco.no" rel="nofollow">http://www.locoloco.no</a></p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BenC</title>
		<link>http://www.infinite-scroll.com/installation/comment-page-2/#comment-829</link>
		<dc:creator>BenC</dc:creator>
		<pubDate>Fri, 23 Jul 2010 15:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.infinite-scroll.com/?p=16#comment-829</guid>
		<description>Hi Paul,

After upgrading the plugin, the code you provided to add a div and page number above the next set of results does not seem to work any more.

[code]
'var page = $(this).attr('id').match(/\d+/)[0];
$(this).prepend('Page '+page+'');'
[/code]

Has anything changed that might affect this?

Cheers
Ben</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>After upgrading the plugin, the code you provided to add a div and page number above the next set of results does not seem to work any more.</p>
<p>[code]<br />
&#8216;var page = $(this).attr(&#8217;id&#8217;).match(/\d+/)[0];<br />
$(this).prepend(&#8217;Page &#8216;+page+&#8221;);&#8217;<br />
[/code]</p>
<p>Has anything changed that might affect this?</p>
<p>Cheers<br />
Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex N.</title>
		<link>http://www.infinite-scroll.com/installation/comment-page-2/#comment-822</link>
		<dc:creator>Alex N.</dc:creator>
		<pubDate>Thu, 08 Jul 2010 18:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.infinite-scroll.com/?p=16#comment-822</guid>
		<description>Hi Paul!
Thanks for this Plugin. I am facing a weird problem using it together with JQuery Masonry in the WP Theme I'm developing -&gt; http://dfhase.0fees.net/

In the options panel I call this script after the next posts are fetched:
$('#content').masonry({ appendedContent: $(this) });
like David specifies in this tutorial: http://desandro.com/demo/masonry/infinite-scroll.html

Everything works fine except it seems that every time the next posts are fetched there is a lot of empty space prepended to the very fist post.

Do you have any idea what the problem could be?

Thanks,
Alex</description>
		<content:encoded><![CDATA[<p>Hi Paul!<br />
Thanks for this Plugin. I am facing a weird problem using it together with JQuery Masonry in the WP Theme I&#8217;m developing -&gt; <a href="http://dfhase.0fees.net/" rel="nofollow">http://dfhase.0fees.net/</a></p>
<p>In the options panel I call this script after the next posts are fetched:<br />
$(&#8217;#content&#8217;).masonry({ appendedContent: $(this) });<br />
like David specifies in this tutorial: <a href="http://desandro.com/demo/masonry/infinite-scroll.html" rel="nofollow">http://desandro.com/demo/masonry/infinite-scroll.html</a></p>
<p>Everything works fine except it seems that every time the next posts are fetched there is a lot of empty space prepended to the very fist post.</p>
<p>Do you have any idea what the problem could be?</p>
<p>Thanks,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murph</title>
		<link>http://www.infinite-scroll.com/installation/comment-page-2/#comment-815</link>
		<dc:creator>Murph</dc:creator>
		<pubDate>Tue, 08 Jun 2010 21:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.infinite-scroll.com/?p=16#comment-815</guid>
		<description>Updating my own comment above: the problem was the $content_selector -- it slipped past me! Great jQuery script, thanks a lot to the authors.</description>
		<content:encoded><![CDATA[<p>Updating my own comment above: the problem was the $content_selector &#8212; it slipped past me! Great jQuery script, thanks a lot to the authors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murph</title>
		<link>http://www.infinite-scroll.com/installation/comment-page-2/#comment-814</link>
		<dc:creator>Murph</dc:creator>
		<pubDate>Tue, 08 Jun 2010 19:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.infinite-scroll.com/?p=16#comment-814</guid>
		<description>Fabrizio, can you share the footer hardcoding you did that got this to work? The plugin doesn't load any javascript on my client's custom theme, so I have to install the script manually. Here's what I'm putting now:
&lt;code&gt;
&lt;!--#root--&gt; 
 
if (!(window.jQuery &amp;&amp; jQuery.fn.jquery &gt;= '1.2.6')){
  document.write(unescape("%3Cscript src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
  window.INFSCR_jQ=true;
}
 
 
 
 
(window.INFSCR_jQ ? jQuery.noConflict() : jQuery)(function($){
  
  // Infinite Scroll jQuery+Wordpress plugin
  $('$content_selector').infinitescroll({
    debug           : ,
    nextSelector    : "div.page_nav a:first",
    loadingImg      : "http://127.0.0.1/m/wp-content/plugins/infinite-scroll/ajax-loader.gif",
    loadingText     : "Buscando mais...",
    donetext        : "Parabens, chegou no fim",
    navSelector     : "div.page_nav",
    contentSelector : "#root",
    itemSelector    : "#root div.corpo-post"
    },function(){ 
$js_calls 
    });
});		
 
 

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Fabrizio, can you share the footer hardcoding you did that got this to work? The plugin doesn&#8217;t load any javascript on my client&#8217;s custom theme, so I have to install the script manually. Here&#8217;s what I&#8217;m putting now:<br />
<code><br />
<!--#root--> </p>
<p>if (!(window.jQuery &amp;&amp; jQuery.fn.jquery &gt;= &#8216;1.2.6&#8242;)){<br />
  document.write(unescape(&#8221;%3Cscript src=&#8217;http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js&#8217; type=&#8217;text/javascript&#8217;%3E%3C/script%3E&#8221;));<br />
  window.INFSCR_jQ=true;<br />
}</p>
<p>(window.INFSCR_jQ ? jQuery.noConflict() : jQuery)(function($){</p>
<p>  // Infinite Scroll jQuery+Wordpress plugin<br />
  $(&#8217;$content_selector&#8217;).infinitescroll({<br />
    debug           : ,<br />
    nextSelector    : &#8220;div.page_nav a:first&#8221;,<br />
    loadingImg      : &#8220;http://127.0.0.1/m/wp-content/plugins/infinite-scroll/ajax-loader.gif&#8221;,<br />
    loadingText     : &#8220;Buscando mais&#8230;&#8221;,<br />
    donetext        : &#8220;Parabens, chegou no fim&#8221;,<br />
    navSelector     : &#8220;div.page_nav&#8221;,<br />
    contentSelector : &#8220;#root&#8221;,<br />
    itemSelector    : &#8220;#root div.corpo-post&#8221;<br />
    },function(){<br />
$js_calls<br />
    });<br />
});		</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Teigene</title>
		<link>http://www.infinite-scroll.com/installation/comment-page-2/#comment-813</link>
		<dc:creator>Anders Teigene</dc:creator>
		<pubDate>Fri, 04 Jun 2010 03:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.infinite-scroll.com/?p=16#comment-813</guid>
		<description>Hi Paul
I was wondering what i am doing wrong because, I am kinda new to this so I would appreciate your help greatly.
These are the selectors that I tried, but I can't seem to get it to work.

#wpcontent
#wpcontent div.post_snippet
div.navigation
div.navigation a:visted

After I changed and hit update options, the default setting are show once again. Would appreciate a quick respone since I would like to show in Uni in 12 hours.

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi Paul<br />
I was wondering what i am doing wrong because, I am kinda new to this so I would appreciate your help greatly.<br />
These are the selectors that I tried, but I can&#8217;t seem to get it to work.</p>
<p>#wpcontent<br />
#wpcontent div.post_snippet<br />
div.navigation<br />
div.navigation a:visted</p>
<p>After I changed and hit update options, the default setting are show once again. Would appreciate a quick respone since I would like to show in Uni in 12 hours.</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen M</title>
		<link>http://www.infinite-scroll.com/installation/comment-page-2/#comment-782</link>
		<dc:creator>Owen M</dc:creator>
		<pubDate>Tue, 01 Jun 2010 17:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.infinite-scroll.com/?p=16#comment-782</guid>
		<description>Hey, beautiful plugin for wordpress. Loved it so much I came back for it again! However I ran into a spot of bother :(

Cant figure out which of my divs are required as its not a standard theme I guess?

my url is http://www.blog.the-dot.co.uk using handglove theme. ive tried using

Content CSS Selector : #post-wrap
Post CSS Selector : post

Navigation csss: #post-nav-wrap
prev link csss: post-nav-older

with no avail... could you please help me out :)

Thanks for your time.

- Owen x</description>
		<content:encoded><![CDATA[<p>Hey, beautiful plugin for wordpress. Loved it so much I came back for it again! However I ran into a spot of bother :(</p>
<p>Cant figure out which of my divs are required as its not a standard theme I guess?</p>
<p>my url is <a href="http://www.blog.the-dot.co.uk" rel="nofollow">http://www.blog.the-dot.co.uk</a> using handglove theme. ive tried using</p>
<p>Content CSS Selector : #post-wrap<br />
Post CSS Selector : post</p>
<p>Navigation csss: #post-nav-wrap<br />
prev link csss: post-nav-older</p>
<p>with no avail&#8230; could you please help me out :)</p>
<p>Thanks for your time.</p>
<p>- Owen x</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flo</title>
		<link>http://www.infinite-scroll.com/installation/comment-page-2/#comment-692</link>
		<dc:creator>Flo</dc:creator>
		<pubDate>Fri, 21 May 2010 21:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.infinite-scroll.com/?p=16#comment-692</guid>
		<description>Hello guys!

could anyone give me a hand? i can't seem to find the right Selectors :)

http://floradeborahmartinez.com/blog

many thanks!</description>
		<content:encoded><![CDATA[<p>Hello guys!</p>
<p>could anyone give me a hand? i can&#8217;t seem to find the right Selectors :)</p>
<p><a href="http://floradeborahmartinez.com/blog" rel="nofollow">http://floradeborahmartinez.com/blog</a></p>
<p>many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Irish</title>
		<link>http://www.infinite-scroll.com/installation/comment-page-2/#comment-689</link>
		<dc:creator>Paul Irish</dc:creator>
		<pubDate>Fri, 21 May 2010 14:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.infinite-scroll.com/?p=16#comment-689</guid>
		<description>ah  you got it to work!

yah some themes dont like the way i tried to insert that js.. i dont know why. :(</description>
		<content:encoded><![CDATA[<p>ah  you got it to work!</p>
<p>yah some themes dont like the way i tried to insert that js.. i dont know why. :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrizio</title>
		<link>http://www.infinite-scroll.com/installation/comment-page-2/#comment-687</link>
		<dc:creator>Fabrizio</dc:creator>
		<pubDate>Fri, 21 May 2010 06:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.infinite-scroll.com/?p=16#comment-687</guid>
		<description>added a temporary workaround by hardcoding the plugin into my footer... not ideal tho :(</description>
		<content:encoded><![CDATA[<p>added a temporary workaround by hardcoding the plugin into my footer&#8230; not ideal tho :(</p>
]]></content:encoded>
	</item>
</channel>
</rss>
