<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Postalicious 2.0</title>
	<link>http://neop.gbtopia.com/?p=173</link>
	<description></description>
	<pubDate>Mon, 06 Sep 2010 19:00:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: Mariloly</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9396</link>
		<author>Mariloly</author>
		<pubDate>Tue, 29 Jan 2008 03:43:00 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9396</guid>
					<description>Welcome Back!</description>
		<content:encoded><![CDATA[<p>Welcome Back!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Shelley</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9398</link>
		<author>Shelley</author>
		<pubDate>Wed, 30 Jan 2008 16:49:12 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9398</guid>
					<description>Thanks for the wordpress plugin. Note that it has several XHTML errors. I've fixed these, and invite you to incorporate these into you next version.

&lt;a href="http://burningbird.net/php/wp-postalicious.phps" rel="nofollow"&gt;fix page in PHPS&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Thanks for the wordpress plugin. Note that it has several XHTML errors. I&#8217;ve fixed these, and invite you to incorporate these into you next version.</p>
<p><a href="http://burningbird.net/php/wp-postalicious.phps" rel="nofollow">fix page in PHPS</a>.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9399</link>
		<author>neop</author>
		<pubDate>Wed, 30 Jan 2008 18:06:58 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9399</guid>
					<description>Thanks Shelly, I'm currently checking out some possible bugs in Postalicious. As soon as I'm done with that I'll add in your changes and release a new version including your changes.</description>
		<content:encoded><![CDATA[<p>Thanks Shelly, I&#8217;m currently checking out some possible bugs in Postalicious. As soon as I&#8217;m done with that I&#8217;ll add in your changes and release a new version including your changes.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: x-demon</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9405</link>
		<author>x-demon</author>
		<pubDate>Sat, 16 Feb 2008 19:11:06 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9405</guid>
					<description>Is it possible to disable delimiter between Bookmark name and it's description? ("-") If no, please make it =) It looks ugly if no comments added...</description>
		<content:encoded><![CDATA[<p>Is it possible to disable delimiter between Bookmark name and it&#8217;s description? (&#8221;-&#8221;) If no, please make it =) It looks ugly if no comments added&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9406</link>
		<author>neop</author>
		<pubDate>Sat, 16 Feb 2008 19:58:51 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9406</guid>
					<description>You can modify the bookmark template in the Postalicious options page to remove it, just change:

&lt;code&gt;&#60;li&#62;&#60;a href="%href%"&#62;%title%&#60;/a&#62; - %description%&#60;/li&#62;&lt;/code&gt;

to

&lt;code&gt;&#60;li&#62;&#60;a href="%href%"&#62;%title%&#60;/a&#62; %description%&#60;/li&#62;&lt;/code&gt;

However there is not (and won't be) a way to disable it only if the bookmark has an empty description. To add that feature and persevere the highly customizable nature of Postalicious I would need to make the template formatting even more complex. And I already think the template formatting is too complex...</description>
		<content:encoded><![CDATA[<p>You can modify the bookmark template in the Postalicious options page to remove it, just change:</p>
<p><code>&lt;li&gt;&lt;a href="%href%"&gt;%title%&lt;/a&gt; - %description%&lt;/li&gt;</code></p>
<p>to</p>
<p><code>&lt;li&gt;&lt;a href="%href%"&gt;%title%&lt;/a&gt; %description%&lt;/li&gt;</code></p>
<p>However there is not (and won&#8217;t be) a way to disable it only if the bookmark has an empty description. To add that feature and persevere the highly customizable nature of Postalicious I would need to make the template formatting even more complex. And I already think the template formatting is too complex&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Luckow</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9407</link>
		<author>Luckow</author>
		<pubDate>Tue, 19 Feb 2008 13:45:17 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9407</guid>
					<description>Hi there
Great plugin, but I think I've found a bug.
I'm trying to make it post 1 post/link at a time, by setting minimum count to 1 and limit to 1.
But the links gets reposted every hour, which is of course not cool.
I discovered this when I upgraded to v2.0rc2 but the same error occurs in v2.0rc3 even though your changelog mentions that this error should have been fixed.

Any ideas on whats wrong? I'll be happy to provide some more detailed debug data for testing purposes (please email me then).</description>
		<content:encoded><![CDATA[<p>Hi there<br />
Great plugin, but I think I&#8217;ve found a bug.<br />
I&#8217;m trying to make it post 1 post/link at a time, by setting minimum count to 1 and limit to 1.<br />
But the links gets reposted every hour, which is of course not cool.<br />
I discovered this when I upgraded to v2.0rc2 but the same error occurs in v2.0rc3 even though your changelog mentions that this error should have been fixed.</p>
<p>Any ideas on whats wrong? I&#8217;ll be happy to provide some more detailed debug data for testing purposes (please email me then).</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: ThePete</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9408</link>
		<author>ThePete</author>
		<pubDate>Thu, 21 Feb 2008 08:57:00 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9408</guid>
					<description>Postalicious won't post at all.  Period.  It's not about waiting an hour, it just won't add new bookmarks. I've waited three hours and every time I've run the update manually it claims "Postalicious was run for the first time. No new bookmarks added."</description>
		<content:encoded><![CDATA[<p>Postalicious won&#8217;t post at all.  Period.  It&#8217;s not about waiting an hour, it just won&#8217;t add new bookmarks. I&#8217;ve waited three hours and every time I&#8217;ve run the update manually it claims &#8220;Postalicious was run for the first time. No new bookmarks added.&#8221;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jon Bounds</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9410</link>
		<author>Jon Bounds</author>
		<pubDate>Thu, 06 Mar 2008 19:04:53 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9410</guid>
					<description>Hi,

There's a typo on line 1347 of the latest relase - strripos.

Very impressive plugin, thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>There&#8217;s a typo on line 1347 of the latest relase - strripos.</p>
<p>Very impressive plugin, thanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9411</link>
		<author>neop</author>
		<pubDate>Thu, 06 Mar 2008 22:16:32 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9411</guid>
					<description>Actually, it's not a typo. It's a function introduced on PHP5. The next version of Postalicious will include a workaround function to simulate strripos in PHP4.</description>
		<content:encoded><![CDATA[<p>Actually, it&#8217;s not a typo. It&#8217;s a function introduced on PHP5. The next version of Postalicious will include a workaround function to simulate strripos in PHP4.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ross Boardman</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9414</link>
		<author>Ross Boardman</author>
		<pubDate>Sun, 16 Mar 2008 19:06:04 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9414</guid>
					<description>Any idea what this means:

Update Failed. Potalicious is already updating at the moment.

I'm trying to automatically post from delicious. Trying to get it to work but it doesn't seem to do anything and the log just fills up with the above message.</description>
		<content:encoded><![CDATA[<p>Any idea what this means:</p>
<p>Update Failed. Potalicious is already updating at the moment.</p>
<p>I&#8217;m trying to automatically post from delicious. Trying to get it to work but it doesn&#8217;t seem to do anything and the log just fills up with the above message.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9415</link>
		<author>neop</author>
		<pubDate>Sat, 22 Mar 2008 18:15:11 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9415</guid>
					<description>Sorry for the late reply, but I've been quite busy lately. I just released Postalicious 2.0rc5 which should fix the problem you are experiencing. If the problem persists, try deactivating and reactivating Postalicious.</description>
		<content:encoded><![CDATA[<p>Sorry for the late reply, but I&#8217;ve been quite busy lately. I just released Postalicious 2.0rc5 which should fix the problem you are experiencing. If the problem persists, try deactivating and reactivating Postalicious.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Filip</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9418</link>
		<author>Filip</author>
		<pubDate>Mon, 14 Apr 2008 01:32:57 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9418</guid>
					<description>I've been having some problems with Wordpress 2.5

Here is the error:

Warning: array_reverse() [function.array-reverse]: The argument should be an array in /mnt/gs02/herd04/39957/domains/blog.fvda.co.uk/html/wp-content/plugins/postalicious/wp-postalicious.php on line 830

Warning: Invalid argument supplied for foreach() in /mnt/gs02/herd04/39957/domains/blog.fvda.co.uk/html/wp-content/plugins/postalicious/wp-postalicious.php on line 830

Should we expect an update soon?
Great plugin!!!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been having some problems with Wordpress 2.5</p>
<p>Here is the error:</p>
<p>Warning: array_reverse() [function.array-reverse]: The argument should be an array in /mnt/gs02/herd04/39957/domains/blog.fvda.co.uk/html/wp-content/plugins/postalicious/wp-postalicious.php on line 830</p>
<p>Warning: Invalid argument supplied for foreach() in /mnt/gs02/herd04/39957/domains/blog.fvda.co.uk/html/wp-content/plugins/postalicious/wp-postalicious.php on line 830</p>
<p>Should we expect an update soon?<br />
Great plugin!!!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9419</link>
		<author>neop</author>
		<pubDate>Mon, 14 Apr 2008 01:58:31 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9419</guid>
					<description>Filip: Did you try Postalicious with previous versions of WordPress? And if you did, did it work? I haven't really checked if Postalicious is compatible with WordPress 2.5, but that particular issue you mentioned doesn't seem to me like it could be cause by that. Anyway, I'll try to update Postalicious as soon as I can (hopefully sometime next weekend).</description>
		<content:encoded><![CDATA[<p>Filip: Did you try Postalicious with previous versions of WordPress? And if you did, did it work? I haven&#8217;t really checked if Postalicious is compatible with WordPress 2.5, but that particular issue you mentioned doesn&#8217;t seem to me like it could be cause by that. Anyway, I&#8217;ll try to update Postalicious as soon as I can (hopefully sometime next weekend).</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Filip</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9420</link>
		<author>Filip</author>
		<pubDate>Mon, 14 Apr 2008 08:12:21 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9420</guid>
					<description>Hi neop, only tried it on 2.5. :( 
I tried switching off other plugins but the problem is still there.</description>
		<content:encoded><![CDATA[<p>Hi neop, only tried it on 2.5. <img src='http://neop.gbtopia.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
I tried switching off other plugins but the problem is still there.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Filip</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9421</link>
		<author>Filip</author>
		<pubDate>Mon, 14 Apr 2008 08:15:11 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9421</guid>
					<description>hmm.. it seems like it worked ... but the error is still there. 
http://blog.fvda.co.uk/2008/04/14/bookmarks-for-february-24th-through-april-14th/</description>
		<content:encoded><![CDATA[<p>hmm.. it seems like it worked &#8230; but the error is still there.<br />
<a href="http://blog.fvda.co.uk/2008/04/14/bookmarks-for-february-24th-through-april-14th/" rel="nofollow">http://blog.fvda.co.uk/2008/04/14/bookmarks-for-february-24th-through-april-14th/</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bookmarks for April 7th through April 14th &#124; Solar Crash</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9422</link>
		<author>Bookmarks for April 7th through April 14th &#124; Solar Crash</author>
		<pubDate>Mon, 14 Apr 2008 18:28:07 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9422</guid>
					<description>[...] just experimenting with a new wordpress plugin (postalicious) that auto posts my latest del.icio.us links to this blog each [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] just experimenting with a new wordpress plugin (postalicious) that auto posts my latest del.icio.us links to this blog each [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Lon</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9423</link>
		<author>Lon</author>
		<pubDate>Wed, 16 Apr 2008 13:18:45 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9423</guid>
					<description>I love the plugin... only issue i have is that i have it set to posting as drafts, every 7 days, but it seems to be creating drafts more frequently than that.  

thanks for the work you've put into it!</description>
		<content:encoded><![CDATA[<p>I love the plugin&#8230; only issue i have is that i have it set to posting as drafts, every 7 days, but it seems to be creating drafts more frequently than that.  </p>
<p>thanks for the work you&#8217;ve put into it!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9424</link>
		<author>neop</author>
		<pubDate>Wed, 16 Apr 2008 22:04:10 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9424</guid>
					<description>Hi Lon,
Which option are you using, "keep at least __ hours between posts" or "Only post once every __ days after...". Also, how much more frequently has it been posting?</description>
		<content:encoded><![CDATA[<p>Hi Lon,<br />
Which option are you using, &#8220;keep at least __ hours between posts&#8221; or &#8220;Only post once every __ days after&#8230;&#8221;. Also, how much more frequently has it been posting?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Andy</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9427</link>
		<author>Andy</author>
		<pubDate>Sun, 27 Apr 2008 17:36:03 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9427</guid>
					<description>I have been using Postalicious for a while now, and everything works just fine, except that non-alphanumeric characters to not display properly, such as '›' which is used in many post headings. Is this something I am doing wrong? Thanks for the plugin, and any help you can give me. An example: http://www.nonimage.com/blog/2008/04/03/interesting-links-from-april-2/</description>
		<content:encoded><![CDATA[<p>I have been using Postalicious for a while now, and everything works just fine, except that non-alphanumeric characters to not display properly, such as &#8216;›&#8217; which is used in many post headings. Is this something I am doing wrong? Thanks for the plugin, and any help you can give me. An example: <a href="http://www.nonimage.com/blog/2008/04/03/interesting-links-from-april-2/" rel="nofollow">http://www.nonimage.com/blog/2008/04/03/interesting-links-from-april-2/</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Andrew Schmitt</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9429</link>
		<author>Andrew Schmitt</author>
		<pubDate>Wed, 07 May 2008 18:22:52 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9429</guid>
					<description>I have the same issues as Andy. It is an awesome tool but I occasionally must hand edit the post.

Example- Apostrophes

Tech Trader Daily - Barron?s Online : Sprint, Clearwire Make It Official, Form WiMax Venture

Bookmarked link:

http://blogs.barrons.com/techtraderdaily/2008/05/07/sprint-clearwire-make-it-official-form-wimax-venture/

There is a UTF mode bit somewhere that needs to be flipped. So close to perfection....</description>
		<content:encoded><![CDATA[<p>I have the same issues as Andy. It is an awesome tool but I occasionally must hand edit the post.</p>
<p>Example- Apostrophes</p>
<p>Tech Trader Daily - Barron?s Online : Sprint, Clearwire Make It Official, Form WiMax Venture</p>
<p>Bookmarked link:</p>
<p><a href="http://blogs.barrons.com/techtraderdaily/2008/05/07/sprint-clearwire-make-it-official-form-wimax-venture/" rel="nofollow">http://blogs.barrons.com/techtraderdaily/2008/05/07/sprint-clearwire-make-it-official-form-wimax-venture/</a></p>
<p>There is a UTF mode bit somewhere that needs to be flipped. So close to perfection&#8230;.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Harry</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9431</link>
		<author>Harry</author>
		<pubDate>Mon, 16 Jun 2008 15:16:11 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9431</guid>
					<description>What I'd really like to do is just set a particular time for new posts to be posted each day if there are any new bookmarks, so that if I bookmark a couple of things during the day I know they will appear in the same post.

So I set it to:

'Only post once every 1 days after 11:00 pm'

But today it posted at 1 pm. Which is a bit frustrating. Any idea why?

Great plugin, btw.</description>
		<content:encoded><![CDATA[<p>What I&#8217;d really like to do is just set a particular time for new posts to be posted each day if there are any new bookmarks, so that if I bookmark a couple of things during the day I know they will appear in the same post.</p>
<p>So I set it to:</p>
<p>&#8216;Only post once every 1 days after 11:00 pm&#8217;</p>
<p>But today it posted at 1 pm. Which is a bit frustrating. Any idea why?</p>
<p>Great plugin, btw.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Harry</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9432</link>
		<author>Harry</author>
		<pubDate>Mon, 16 Jun 2008 15:21:31 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9432</guid>
					<description>Oh, and just fyi: the 'comments rss' link under the post is broken.</description>
		<content:encoded><![CDATA[<p>Oh, and just fyi: the &#8216;comments rss&#8217; link under the post is broken.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bill</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9434</link>
		<author>Bill</author>
		<pubDate>Mon, 28 Jul 2008 11:42:29 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9434</guid>
					<description>I really love Postalicious but was wondering if there was a way to install two separate instances of the plugin. I'd like to pull from both del.icio.us AND Google Reader for shared news items.

Is this possible?</description>
		<content:encoded><![CDATA[<p>I really love Postalicious but was wondering if there was a way to install two separate instances of the plugin. I&#8217;d like to pull from both del.icio.us AND Google Reader for shared news items.</p>
<p>Is this possible?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9435</link>
		<author>neop</author>
		<pubDate>Mon, 28 Jul 2008 22:01:40 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9435</guid>
					<description>Andrew and Andy,
Search the code for a section that starts with &lt;code&gt;// Code to fix encoding in certain PHP installations&lt;/code&gt; and uncomment the next three lines (remove the '/*' and '*/' and the beginning and end of the section). This should fix the problem.

Harry,
If you're still reading this and still have the same problem, please let me know. As for the RSS feed, the feed contains all comments and it does work (at least for me). For the moment I have no plans of adding a per-post RSS comments feed (not that any other post actually has comments).

Bill,
It is possible to do that but you need to do a few tricks. If you're interested, please contact me by using the 'Contact me' page (linked at the bottom) and I'll walk you through the steps you need to do.</description>
		<content:encoded><![CDATA[<p>Andrew and Andy,<br />
Search the code for a section that starts with <code>// Code to fix encoding in certain PHP installations</code> and uncomment the next three lines (remove the &#8216;/*&#8217; and &#8216;*/&#8217; and the beginning and end of the section). This should fix the problem.</p>
<p>Harry,<br />
If you&#8217;re still reading this and still have the same problem, please let me know. As for the RSS feed, the feed contains all comments and it does work (at least for me). For the moment I have no plans of adding a per-post RSS comments feed (not that any other post actually has comments).</p>
<p>Bill,<br />
It is possible to do that but you need to do a few tricks. If you&#8217;re interested, please contact me by using the &#8216;Contact me&#8217; page (linked at the bottom) and I&#8217;ll walk you through the steps you need to do.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Harry</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9436</link>
		<author>Harry</author>
		<pubDate>Tue, 29 Jul 2008 10:40:13 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9436</guid>
					<description>I am still occasionally having the same problem. &lt;i&gt;Usually&lt;/i&gt;, probably about 90% of the time, it posts at 11 pm, but just from time to time it posts early. Quickly browsing through the links posts, I've found a couple at 10 pm and a couple at 1 pm. Whether it's something about those particular times, or just a coincidence, I don't know.

Not wanting to go on about it, but there's a 'comments rss' link under this post with this url:

http://neop.gbtopia.com/%3Ca%20href=%27http://neop.gbtopia.com/?feed=rss2&#38;p=174%27%3ERSS%202.0%3C/a%3E</description>
		<content:encoded><![CDATA[<p>I am still occasionally having the same problem. <i>Usually</i>, probably about 90% of the time, it posts at 11 pm, but just from time to time it posts early. Quickly browsing through the links posts, I&#8217;ve found a couple at 10 pm and a couple at 1 pm. Whether it&#8217;s something about those particular times, or just a coincidence, I don&#8217;t know.</p>
<p>Not wanting to go on about it, but there&#8217;s a &#8216;comments rss&#8217; link under this post with this url:</p>
<p><a href="http://neop.gbtopia.com/%3Ca%20href=%27http://neop.gbtopia.com/?feed=rss2&amp;p=174%27%3ERSS%202.0%3C/a%3E" rel="nofollow">http://neop.gbtopia.com/%3Ca%20href=%27http://neop.gbtopia.com/?feed=rss2&amp;p=174%27%3ERSS%202.0%3C/a%3E</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Kevin</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9437</link>
		<author>Kevin</author>
		<pubDate>Fri, 01 Aug 2008 06:14:07 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9437</guid>
					<description>Hi,

I think Postalicious doesn't work anymore with Delicious 2.0 that has been released yesterday.

It's really a useful plugin. Thanks a lot !</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I think Postalicious doesn&#8217;t work anymore with Delicious 2.0 that has been released yesterday.</p>
<p>It&#8217;s really a useful plugin. Thanks a lot !</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tama</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9438</link>
		<author>Tama</author>
		<pubDate>Sun, 03 Aug 2008 15:29:32 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9438</guid>
					<description>Hello, My Postalicious also seems to have real trouble talking to the newly re-launched delicious.com.  Any thoughts on how to make the plugin and delicious best friends again? THanks!</description>
		<content:encoded><![CDATA[<p>Hello, My Postalicious also seems to have real trouble talking to the newly re-launched delicious.com.  Any thoughts on how to make the plugin and delicious best friends again? THanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9439</link>
		<author>neop</author>
		<pubDate>Sun, 03 Aug 2008 16:43:02 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9439</guid>
					<description>Harry, 
Unfortunately guessing the right time to post is a lot harder than it seems, first of all, PHP only has access to the server time, so from there it has to guess what the appropriate time is using the WordPress time zone settings and PHP time zone settings. But then there's also daylight saving time to consider so in the worst case, the time might be off by a couple of hours at most. Then, there's also the fact that the WordPres cron relies on page visitors, so if for example Postalicious is supposed to post at 8pm and there are no visitors until 10pm, then the post will be published at 10pm. From what you tell me, it seems like the posting time is off by a few hours only, so most likely either (or both) of this reasons are the cause.
Finally, regarding the RSS link, you were right and it has been fixed.

Kevin, Tama: 
I am aware of this problem, and it's probably not too hard to fix. I'll be doing it as soon as I have some free time.</description>
		<content:encoded><![CDATA[<p>Harry,<br />
Unfortunately guessing the right time to post is a lot harder than it seems, first of all, PHP only has access to the server time, so from there it has to guess what the appropriate time is using the WordPress time zone settings and PHP time zone settings. But then there&#8217;s also daylight saving time to consider so in the worst case, the time might be off by a couple of hours at most. Then, there&#8217;s also the fact that the WordPres cron relies on page visitors, so if for example Postalicious is supposed to post at 8pm and there are no visitors until 10pm, then the post will be published at 10pm. From what you tell me, it seems like the posting time is off by a few hours only, so most likely either (or both) of this reasons are the cause.<br />
Finally, regarding the RSS link, you were right and it has been fixed.</p>
<p>Kevin, Tama:<br />
I am aware of this problem, and it&#8217;s probably not too hard to fix. I&#8217;ll be doing it as soon as I have some free time.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: ronnie</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9440</link>
		<author>ronnie</author>
		<pubDate>Mon, 04 Aug 2008 12:59:55 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9440</guid>
					<description>Looking forward to an update, as it does indeed not work with the new delicious.com</description>
		<content:encoded><![CDATA[<p>Looking forward to an update, as it does indeed not work with the new delicious.com</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: ted</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9441</link>
		<author>ted</author>
		<pubDate>Mon, 04 Aug 2008 20:06:12 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9441</guid>
					<description>Not to add unnecessarily to the chorus - great plugin and hope it gets fixed soon. If anyone has any ideas on patching it temporarily or alternatives in the meantime, that would be great. 

Delicious has a post service but those go right to publish and not to draft, not as flexible as this. Thanks again for the great work!</description>
		<content:encoded><![CDATA[<p>Not to add unnecessarily to the chorus - great plugin and hope it gets fixed soon. If anyone has any ideas on patching it temporarily or alternatives in the meantime, that would be great. </p>
<p>Delicious has a post service but those go right to publish and not to draft, not as flexible as this. Thanks again for the great work!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Michael S.</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9442</link>
		<author>Michael S.</author>
		<pubDate>Mon, 04 Aug 2008 23:05:55 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9442</guid>
					<description>The plugin seems to be working for me with the new Delicious with the exception of tags.  The tags don't seem to be coming across.</description>
		<content:encoded><![CDATA[<p>The plugin seems to be working for me with the new Delicious with the exception of tags.  The tags don&#8217;t seem to be coming across.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: der Dennis</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9443</link>
		<author>der Dennis</author>
		<pubDate>Tue, 05 Aug 2008 05:47:18 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9443</guid>
					<description>Postalicious kind of works here. However it does not remove already posted links as of 29th July, so any following posts always contain all links back to this day.

Tagging is also broken at my site.

If there is anything further I can do to help fix the problem (Where can I donate?) let me know and thank you for your great plugin and your effort.

Cheers.</description>
		<content:encoded><![CDATA[<p>Postalicious kind of works here. However it does not remove already posted links as of 29th July, so any following posts always contain all links back to this day.</p>
<p>Tagging is also broken at my site.</p>
<p>If there is anything further I can do to help fix the problem (Where can I donate?) let me know and thank you for your great plugin and your effort.</p>
<p>Cheers.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9444</link>
		<author>neop</author>
		<pubDate>Tue, 05 Aug 2008 08:06:21 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9444</guid>
					<description>I just released a new version of Postalicious which works with the new delicious feeds. There are important changes in this version, so before installing, please read &lt;a href="http://neop.gbtopia.com/?p=176" rel="nofollow"&gt;this&lt;/a&gt; post.

Dennis, 
You can donate through PayPal by following the link of the right side of this page or the PayPal button  at the bottom of the Postalicious page. All donations are greatly appreciated.</description>
		<content:encoded><![CDATA[<p>I just released a new version of Postalicious which works with the new delicious feeds. There are important changes in this version, so before installing, please read <a href="http://neop.gbtopia.com/?p=176" rel="nofollow">this</a> post.</p>
<p>Dennis,<br />
You can donate through PayPal by following the link of the right side of this page or the PayPal button  at the bottom of the Postalicious page. All donations are greatly appreciated.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tama</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9449</link>
		<author>Tama</author>
		<pubDate>Wed, 06 Aug 2008 21:43:01 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9449</guid>
					<description>@neop - Just a quick note to say *thanks for the quick fix for Delicious 2.0*! :)</description>
		<content:encoded><![CDATA[<p>@neop - Just a quick note to say *thanks for the quick fix for Delicious 2.0*! <img src='http://neop.gbtopia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: ronnie</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9454</link>
		<author>ronnie</author>
		<pubDate>Fri, 08 Aug 2008 11:09:51 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9454</guid>
					<description>Thanks for the fix!

I have a small feature request. I use the "update now" instead of hourly updates, and I post as drafts.

After Postalicious reports how many bookmarks it has added to the new post, I need to go to my drafts and edit the post before I publish it.

I don't know if it's possible but I'd love the text that tells me how many bookmarks were added to have some "edit link" for the draft so I can edit the post right from the postalicious page.</description>
		<content:encoded><![CDATA[<p>Thanks for the fix!</p>
<p>I have a small feature request. I use the &#8220;update now&#8221; instead of hourly updates, and I post as drafts.</p>
<p>After Postalicious reports how many bookmarks it has added to the new post, I need to go to my drafts and edit the post before I publish it.</p>
<p>I don&#8217;t know if it&#8217;s possible but I&#8217;d love the text that tells me how many bookmarks were added to have some &#8220;edit link&#8221; for the draft so I can edit the post right from the postalicious page.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Adam</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9455</link>
		<author>Adam</author>
		<pubDate>Fri, 08 Aug 2008 13:20:45 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9455</guid>
					<description>Thanks for this great plugin.

I'm using Postalicious with delicious and Wordpress 2.6.

I'm trying to change the html structure of how bookmark lists are rendered.

Currently, delicious tags are wrapped in a  paragraph and I want to be able to simply force a line break and have tags sit flush under descriptions.

I've controlled the visual look of the paragraph of tags on my blog using CSS, but I'm concerned with how my bookmarks appear in RSS readers. At the moment it's a little messy with gaps and I like to keep it visually compact for easy scanning.

Any ideas on this are much appreciated.

Best</description>
		<content:encoded><![CDATA[<p>Thanks for this great plugin.</p>
<p>I&#8217;m using Postalicious with delicious and Wordpress 2.6.</p>
<p>I&#8217;m trying to change the html structure of how bookmark lists are rendered.</p>
<p>Currently, delicious tags are wrapped in a  paragraph and I want to be able to simply force a line break and have tags sit flush under descriptions.</p>
<p>I&#8217;ve controlled the visual look of the paragraph of tags on my blog using CSS, but I&#8217;m concerned with how my bookmarks appear in RSS readers. At the moment it&#8217;s a little messy with gaps and I like to keep it visually compact for easy scanning.</p>
<p>Any ideas on this are much appreciated.</p>
<p>Best</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9457</link>
		<author>neop</author>
		<pubDate>Sat, 09 Aug 2008 06:09:49 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9457</guid>
					<description>ronnie, I'll look into that the next time I update Postalicious, unfortunately it's not quite as easy as it seems since the activity log is displayed in a text area and links are not supported inside text areas. 

Adam, 
Postalicious doesn't add any html of it's own, all the html produced by Postalicious comes straight from the templates. I suggest checking your templates to see  if there are any stray paragraph tags.
Alternatively, there are some instances in which other plugins intercept the post before it's posted and attempt to add tags to make your posts nicer by adding certain tags. Unfortunately there's not much I can do about that since it depends a lot on the specifics of your WordPress installation.</description>
		<content:encoded><![CDATA[<p>ronnie, I&#8217;ll look into that the next time I update Postalicious, unfortunately it&#8217;s not quite as easy as it seems since the activity log is displayed in a text area and links are not supported inside text areas. </p>
<p>Adam,<br />
Postalicious doesn&#8217;t add any html of it&#8217;s own, all the html produced by Postalicious comes straight from the templates. I suggest checking your templates to see  if there are any stray paragraph tags.<br />
Alternatively, there are some instances in which other plugins intercept the post before it&#8217;s posted and attempt to add tags to make your posts nicer by adding certain tags. Unfortunately there&#8217;s not much I can do about that since it depends a lot on the specifics of your WordPress installation.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Adam</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9458</link>
		<author>Adam</author>
		<pubDate>Sat, 09 Aug 2008 12:20:46 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9458</guid>
					<description>Thanks neop, 

I had a gnawing suspicion that it wasn't Postalicious, but simply got impatient with searching through the code, prompting my query above.

Apologies for the false accusation!</description>
		<content:encoded><![CDATA[<p>Thanks neop, </p>
<p>I had a gnawing suspicion that it wasn&#8217;t Postalicious, but simply got impatient with searching through the code, prompting my query above.</p>
<p>Apologies for the false accusation!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: ronnie</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9459</link>
		<author>ronnie</author>
		<pubDate>Sat, 09 Aug 2008 22:00:26 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9459</guid>
					<description>Thanks neop. Just to clarify, I'm not talking about the activity log but rather the message postalicious shows in the same area as the manual update button, but after clicking it (similar to when you post/update a regular blog post, there is a little yellow box which allows you to edit/view the post that you just were editing.
Hope it's clear, else I can send you a screenshot of what I'm talking about.</description>
		<content:encoded><![CDATA[<p>Thanks neop. Just to clarify, I&#8217;m not talking about the activity log but rather the message postalicious shows in the same area as the manual update button, but after clicking it (similar to when you post/update a regular blog post, there is a little yellow box which allows you to edit/view the post that you just were editing.<br />
Hope it&#8217;s clear, else I can send you a screenshot of what I&#8217;m talking about.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ryan</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9460</link>
		<author>Ryan</author>
		<pubDate>Fri, 22 Aug 2008 03:54:45 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9460</guid>
					<description>Aloha! I'm still having trouble understanding the limiting options. Do I need "Automatic Hourly Updates" activated to get ANY automatic updates, or does turning that on override the limiting options below (x hours, x days) and turn everything into hourly?

Basically, I want one post a day, maximum, but only if I've saved more than three bookmarks. Could you walk me through what needs to be toggled to accompish this?  I thought I had it set with (1.) "Automatic Hourly Updates" activated, (2.) minimum three bookmarks, but (3.) setting "Only post every [1] days".  But I got several posts within a day every time I had three bookmarks accumulated.

Also, I think you have a couple of errors in the documentation page that may confuse people:

"Publishes posts when they reach the maximum number of posts": I presume this should read, "Publishes posts when they reach the maximum number of bookmarks".

"Only post once every # hours at (time)": I presume this should read, "Only post once every # days at (time)."

Mahalo for an excellent plugin!</description>
		<content:encoded><![CDATA[<p>Aloha! I&#8217;m still having trouble understanding the limiting options. Do I need &#8220;Automatic Hourly Updates&#8221; activated to get ANY automatic updates, or does turning that on override the limiting options below (x hours, x days) and turn everything into hourly?</p>
<p>Basically, I want one post a day, maximum, but only if I&#8217;ve saved more than three bookmarks. Could you walk me through what needs to be toggled to accompish this?  I thought I had it set with (1.) &#8220;Automatic Hourly Updates&#8221; activated, (2.) minimum three bookmarks, but (3.) setting &#8220;Only post every [1] days&#8221;.  But I got several posts within a day every time I had three bookmarks accumulated.</p>
<p>Also, I think you have a couple of errors in the documentation page that may confuse people:</p>
<p>&#8220;Publishes posts when they reach the maximum number of posts&#8221;: I presume this should read, &#8220;Publishes posts when they reach the maximum number of bookmarks&#8221;.</p>
<p>&#8220;Only post once every # hours at (time)&#8221;: I presume this should read, &#8220;Only post once every # days at (time).&#8221;</p>
<p>Mahalo for an excellent plugin!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Adam</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9467</link>
		<author>Adam</author>
		<pubDate>Tue, 16 Sep 2008 22:46:53 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9467</guid>
					<description>Any idea why there's a 15 bookmark limit using delicious? An API thing?

Settings:

Minimum number of bookmarks per post: 1	
Limit posts by: No limit

Thanks</description>
		<content:encoded><![CDATA[<p>Any idea why there&#8217;s a 15 bookmark limit using delicious? An API thing?</p>
<p>Settings:</p>
<p>Minimum number of bookmarks per post: 1<br />
Limit posts by: No limit</p>
<p>Thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9468</link>
		<author>neop</author>
		<pubDate>Fri, 19 Sep 2008 00:57:22 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9468</guid>
					<description>Adam,
Postalicious uses the delicious rss feed to fetch new bookmarks, and as I recall, the feed only contains the 15 most recent items. However, if you have automatic hourly updates activated, this should only be a problem if you post more than 15 bookmarks in an hour or if your blog does not have at least one visitor every hour. Unfortunately there's not much I can do to change that.</description>
		<content:encoded><![CDATA[<p>Adam,<br />
Postalicious uses the delicious rss feed to fetch new bookmarks, and as I recall, the feed only contains the 15 most recent items. However, if you have automatic hourly updates activated, this should only be a problem if you post more than 15 bookmarks in an hour or if your blog does not have at least one visitor every hour. Unfortunately there&#8217;s not much I can do to change that.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Adam</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9469</link>
		<author>Adam</author>
		<pubDate>Fri, 19 Sep 2008 22:57:45 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9469</guid>
					<description>Thanks for the explanation. I'm quite sure I need to limit my bookmarking anyway. 15 items a day is plenty!</description>
		<content:encoded><![CDATA[<p>Thanks for the explanation. I&#8217;m quite sure I need to limit my bookmarking anyway. 15 items a day is plenty!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Maria</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9472</link>
		<author>Maria</author>
		<pubDate>Sat, 04 Oct 2008 22:16:12 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9472</guid>
					<description>This plugin is GREAT -- just what I needed to keep publishing lists of interesting links. I do have one feature request, however. In the next version, can you set it up so it ALWAYS posts at a user-specified time, no matter how many links are available? I know I SHOULD be able to set this up in preferences, but it simply won't consistently post at the same time. Thanks and keep up the good work!</description>
		<content:encoded><![CDATA[<p>This plugin is GREAT &#8212; just what I needed to keep publishing lists of interesting links. I do have one feature request, however. In the next version, can you set it up so it ALWAYS posts at a user-specified time, no matter how many links are available? I know I SHOULD be able to set this up in preferences, but it simply won&#8217;t consistently post at the same time. Thanks and keep up the good work!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9473</link>
		<author>neop</author>
		<pubDate>Mon, 06 Oct 2008 01:58:19 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9473</guid>
					<description>Maria, 
In theory, the "Only post once every # hours at (time)" option should work like that. Unfortunately there are a number of technical issues that make it a difficult. To start with, Postalicious can only ask for the web server's time and do some calculations to go from that time to the user's time. However many times the settings on the server are not set up properly, or there are some tricky daylight saving settings which Postalicious can't guess, and therefor Postalicious ends up guessing the wrong time. But even if Postalicious does get the right time, it still works using WordPress's pseudo-cron which relies on visits to your website to run the cron jobs. Basically what this means is that unless your blog is incredibly popular, there won't be any visitors at the exact time that Postalicious is due to update, so the update will occur when the next visitor arrives, which is the most likely cause for the inconsistent post times. Unfortunately there's nothing much I can do to fix that :(</description>
		<content:encoded><![CDATA[<p>Maria,<br />
In theory, the &#8220;Only post once every # hours at (time)&#8221; option should work like that. Unfortunately there are a number of technical issues that make it a difficult. To start with, Postalicious can only ask for the web server&#8217;s time and do some calculations to go from that time to the user&#8217;s time. However many times the settings on the server are not set up properly, or there are some tricky daylight saving settings which Postalicious can&#8217;t guess, and therefor Postalicious ends up guessing the wrong time. But even if Postalicious does get the right time, it still works using WordPress&#8217;s pseudo-cron which relies on visits to your website to run the cron jobs. Basically what this means is that unless your blog is incredibly popular, there won&#8217;t be any visitors at the exact time that Postalicious is due to update, so the update will occur when the next visitor arrives, which is the most likely cause for the inconsistent post times. Unfortunately there&#8217;s nothing much I can do to fix that <img src='http://neop.gbtopia.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: b!X</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9474</link>
		<author>b!X</author>
		<pubDate>Wed, 29 Oct 2008 22:54:25 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9474</guid>
					<description>"Similar to the previous option, but in this case posts will only be published once every certain number of days at the first update after the specified time."

Ah, that's why this wasn't doing what I thought it did. Is there any way to get Postalicious to post at a fixed time every day, as long as (for example) there's at least one link in the draft post?

For whatever reason, that's what I thought this setting did, but the above indicates it waits until "the first update" to happen at the specific time, rather than just happening at the specified time.

Reason being, I'd much rather have a way for my links to be posted at the same time every day -- so, for example, every day right before midnight all of that day's links will be posted.</description>
		<content:encoded><![CDATA[<p>&#8220;Similar to the previous option, but in this case posts will only be published once every certain number of days at the first update after the specified time.&#8221;</p>
<p>Ah, that&#8217;s why this wasn&#8217;t doing what I thought it did. Is there any way to get Postalicious to post at a fixed time every day, as long as (for example) there&#8217;s at least one link in the draft post?</p>
<p>For whatever reason, that&#8217;s what I thought this setting did, but the above indicates it waits until &#8220;the first update&#8221; to happen at the specific time, rather than just happening at the specified time.</p>
<p>Reason being, I&#8217;d much rather have a way for my links to be posted at the same time every day &#8212; so, for example, every day right before midnight all of that day&#8217;s links will be posted.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: b!X</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9475</link>
		<author>b!X</author>
		<pubDate>Wed, 29 Oct 2008 22:54:58 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9475</guid>
					<description>Oh, I'm dumb. The last several comments here are about the same thing. Ignore me, I'm undercaffeinated.</description>
		<content:encoded><![CDATA[<p>Oh, I&#8217;m dumb. The last several comments here are about the same thing. Ignore me, I&#8217;m undercaffeinated.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: b!X</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9476</link>
		<author>b!X</author>
		<pubDate>Wed, 29 Oct 2008 22:57:06 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9476</guid>
					<description>Although, I notice that other plugins give the user the option to use pseudo-cron or real cron if one has access to it. Wouldn't that be an option here, to allow users to use real cron?</description>
		<content:encoded><![CDATA[<p>Although, I notice that other plugins give the user the option to use pseudo-cron or real cron if one has access to it. Wouldn&#8217;t that be an option here, to allow users to use real cron?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9477</link>
		<author>neop</author>
		<pubDate>Thu, 30 Oct 2008 01:58:26 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9477</guid>
					<description>Technically, setting a real cron job to just visit your website after the specified time should work.</description>
		<content:encoded><![CDATA[<p>Technically, setting a real cron job to just visit your website after the specified time should work.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: b!X</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9478</link>
		<author>b!X</author>
		<pubDate>Thu, 30 Oct 2008 02:22:35 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9478</guid>
					<description>Yeah, I was actually coming back here to mention that very idea, heh.</description>
		<content:encoded><![CDATA[<p>Yeah, I was actually coming back here to mention that very idea, heh.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Eric</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9485</link>
		<author>Eric</author>
		<pubDate>Mon, 22 Dec 2008 19:46:28 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9485</guid>
					<description>I get a "child pid 14390 exit signal Segmentation fault (11)" when I try to activate hourly updates...any ideas why? Is this a PHP problem?</description>
		<content:encoded><![CDATA[<p>I get a &#8220;child pid 14390 exit signal Segmentation fault (11)&#8221; when I try to activate hourly updates&#8230;any ideas why? Is this a PHP problem?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Scott Hebert</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9492</link>
		<author>Scott Hebert</author>
		<pubDate>Thu, 22 Jan 2009 14:52:29 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9492</guid>
					<description>For some reason Postalicious 2.6 seems to be creating a new draft every hour rather than updating the old draft. This seems to have started in WordPress 2.7.

Other than the constant clean up (1 new draft per hour is a lot of drafts!), the plug in seems to be working great.</description>
		<content:encoded><![CDATA[<p>For some reason Postalicious 2.6 seems to be creating a new draft every hour rather than updating the old draft. This seems to have started in WordPress 2.7.</p>
<p>Other than the constant clean up (1 new draft per hour is a lot of drafts!), the plug in seems to be working great.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9493</link>
		<author>neop</author>
		<pubDate>Thu, 22 Jan 2009 17:51:26 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9493</guid>
					<description>Scott, 
That seems pretty weird, I just tested it in my development version of Postalicious which is also running on WordPress 2.7 and the drafts were being updated fine. Could you please send me an email (using the contact form &lt;a href="http://neop.gbtopia.com/?page_id=26" rel="nofollow"&gt;here&lt;/a&gt;) with your WordPress settings and the contents of the "Activity Log" section of the Postalicious settings page?</description>
		<content:encoded><![CDATA[<p>Scott,<br />
That seems pretty weird, I just tested it in my development version of Postalicious which is also running on WordPress 2.7 and the drafts were being updated fine. Could you please send me an email (using the contact form <a href="http://neop.gbtopia.com/?page_id=26" rel="nofollow">here</a>) with your WordPress settings and the contents of the &#8220;Activity Log&#8221; section of the Postalicious settings page?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Johan Svensson</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9494</link>
		<author>Johan Svensson</author>
		<pubDate>Fri, 23 Jan 2009 23:27:20 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9494</guid>
					<description>Having a bit of trouble with Postalicious 2.6 myself. The %description% part of bookmarks get wrapped in broken  tags -- they miss the brackets around them. So a link ends up looking like this:

"Senator’s bill to ban profanity - Boing Boing — pSouth Carolina Senator Robert Ford is attempting to outlaw profanity. Under his bill, the penalty for lewd language would be up to 5 years in person and/or $5000 in fines./p"

My bookmarks have this format in the settings: "* "%title%":%href% -- %description%"

It's Textile formatted, but those broken tags where there with the default format as well.

I had a quick look at the source code, but I couldn't see anything at a glance that added tags to the description.</description>
		<content:encoded><![CDATA[<p>Having a bit of trouble with Postalicious 2.6 myself. The %description% part of bookmarks get wrapped in broken  tags &#8212; they miss the brackets around them. So a link ends up looking like this:</p>
<p>&#8220;Senator’s bill to ban profanity - Boing Boing — pSouth Carolina Senator Robert Ford is attempting to outlaw profanity. Under his bill, the penalty for lewd language would be up to 5 years in person and/or $5000 in fines./p&#8221;</p>
<p>My bookmarks have this format in the settings: &#8220;* &#8220;%title%&#8221;:%href% &#8212; %description%&#8221;</p>
<p>It&#8217;s Textile formatted, but those broken tags where there with the default format as well.</p>
<p>I had a quick look at the source code, but I couldn&#8217;t see anything at a glance that added tags to the description.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Johan Svensson</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9495</link>
		<author>Johan Svensson</author>
		<pubDate>Fri, 23 Jan 2009 23:31:03 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9495</guid>
					<description>Oh, and I just noticed that it does links in new drafts rather than updating the first one for me too.</description>
		<content:encoded><![CDATA[<p>Oh, and I just noticed that it does links in new drafts rather than updating the first one for me too.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9496</link>
		<author>neop</author>
		<pubDate>Sat, 24 Jan 2009 03:49:48 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9496</guid>
					<description>Johan, 
Could you please send me the same information I asked Scott about by using the contact form? I really can't diagnose that kind of problems without knowing the settings you are using.</description>
		<content:encoded><![CDATA[<p>Johan,<br />
Could you please send me the same information I asked Scott about by using the contact form? I really can&#8217;t diagnose that kind of problems without knowing the settings you are using.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tim</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9497</link>
		<author>Tim</author>
		<pubDate>Wed, 04 Feb 2009 22:38:23 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9497</guid>
					<description>Here's a patch which makes the publish date on a post the current date, not the date of creation. Not sure where else to post this patch, nor if you actually want it.  This means the post won't get buried if it takes several days for postalicious to collect enough bookmarks to most.  Great plugin.

&lt;code&gt;
--- wp-postalicious.php	2009-01-20 03:37:04.000000000 -0600
+++ /var/www/wordpress/plugins/postalicious/wp-postalicious.php	2009-02-04 16:30:34.000000000 -0600
@@ -1184,7 +1184,7 @@
	}
	
	// Create array for wp_update_post or wp_insert_post
-	$parray = array('post_title'=&gt;$posttitle, 'post_content'=&gt;$postbody, 'post_content_filtered'=&gt;$postbody, 'post_excerpt'=&gt;$postexcerpt, 'no_filter' =&gt; true);
+	$parray = array('post_title'=&gt;$posttitle, 'post_content'=&gt;$postbody, 'post_content_filtered'=&gt;$postbody, 'post_excerpt'=&gt;$postexcerpt, 'no_filter' =&gt; true, 'post_date'=&gt;date('Y-m-d H:i:s'));
	if($nd_slugtemplate != '') {
		// Replace dates with default format
		$nd_slugtemplate = str_replace("%datestart%",$datestart,$nd_slugtemplate);
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a patch which makes the publish date on a post the current date, not the date of creation. Not sure where else to post this patch, nor if you actually want it.  This means the post won&#8217;t get buried if it takes several days for postalicious to collect enough bookmarks to most.  Great plugin.</p>
<p><code><br />
--- wp-postalicious.php	2009-01-20 03:37:04.000000000 -0600<br />
+++ /var/www/wordpress/plugins/postalicious/wp-postalicious.php	2009-02-04 16:30:34.000000000 -0600<br />
@@ -1184,7 +1184,7 @@<br />
	}</p>
<p>	// Create array for wp_update_post or wp_insert_post<br />
-	$parray = array('post_title'=>$posttitle, 'post_content'=>$postbody, 'post_content_filtered'=>$postbody, 'post_excerpt'=>$postexcerpt, 'no_filter' => true);<br />
+	$parray = array('post_title'=>$posttitle, 'post_content'=>$postbody, 'post_content_filtered'=>$postbody, 'post_excerpt'=>$postexcerpt, 'no_filter' => true, 'post_date'=>date('Y-m-d H:i:s'));<br />
	if($nd_slugtemplate != '') {<br />
		// Replace dates with default format<br />
		$nd_slugtemplate = str_replace("%datestart%",$datestart,$nd_slugtemplate);<br />
</code></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: der Dennis</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9498</link>
		<author>der Dennis</author>
		<pubDate>Wed, 11 Feb 2009 06:14:19 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9498</guid>
					<description>The new layout and appearance of 2.7rc1 are really looking good. 

Options are, IMHO, much clearer now, good Job!</description>
		<content:encoded><![CDATA[<p>The new layout and appearance of 2.7rc1 are really looking good. </p>
<p>Options are, IMHO, much clearer now, good Job!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9499</link>
		<author>neop</author>
		<pubDate>Wed, 11 Feb 2009 08:26:05 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9499</guid>
					<description>Regarding Tim's patch. That issue was caused by a bug in WordPress 2.7 which has been fixed in WordPress 2.7.1, although the new version of Postalicious handles posts in a completely new way so even if you are still on WordPress 2.7 this problem should be gone.

Glad to hear you liked the new version of Postalicious der Dennis, my goal with this version was not only to make the system much more powerful but also a lot more intuitive. I was finally able to get rid of the questions explaining the different publishing behaviors in the FAQ :)</description>
		<content:encoded><![CDATA[<p>Regarding Tim&#8217;s patch. That issue was caused by a bug in WordPress 2.7 which has been fixed in WordPress 2.7.1, although the new version of Postalicious handles posts in a completely new way so even if you are still on WordPress 2.7 this problem should be gone.</p>
<p>Glad to hear you liked the new version of Postalicious der Dennis, my goal with this version was not only to make the system much more powerful but also a lot more intuitive. I was finally able to get rid of the questions explaining the different publishing behaviors in the FAQ <img src='http://neop.gbtopia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bob Cooper</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9500</link>
		<author>Bob Cooper</author>
		<pubDate>Fri, 13 Feb 2009 16:09:37 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9500</guid>
					<description>Hi - This looks like the kind of tool I have been looking for. I just installed as per your instructions. Added new bookmarks in Delicious but when I hit "Update Now" in Postalicious, it comes back with "No new bookmarks found." What am I doing wrong?
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi - This looks like the kind of tool I have been looking for. I just installed as per your instructions. Added new bookmarks in Delicious but when I hit &#8220;Update Now&#8221; in Postalicious, it comes back with &#8220;No new bookmarks found.&#8221; What am I doing wrong?<br />
Thanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9501</link>
		<author>neop</author>
		<pubDate>Sat, 14 Feb 2009 00:22:57 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9501</guid>
					<description>Hi Bob, 
Could you please send me your delicious username and the contents of the Activity Log in the Postalicious options page using the contact form &lt;a href="http://neop.gbtopia.com/?page_id=26" rel="nofollow"&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Bob,<br />
Could you please send me your delicious username and the contents of the Activity Log in the Postalicious options page using the contact form <a href="http://neop.gbtopia.com/?page_id=26" rel="nofollow">here</a>.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Nicki</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9502</link>
		<author>Nicki</author>
		<pubDate>Mon, 16 Feb 2009 23:32:24 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9502</guid>
					<description>Is it possible to include the notes for Google shared items?</description>
		<content:encoded><![CDATA[<p>Is it possible to include the notes for Google shared items?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9503</link>
		<author>neop</author>
		<pubDate>Tue, 17 Feb 2009 00:05:24 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9503</guid>
					<description>Hi Nicki,
Unfortunately no. Postalicious uses the RSS feed provided by Google Reader to get the bookmarks, and the notes are not included in the RSS feed.</description>
		<content:encoded><![CDATA[<p>Hi Nicki,<br />
Unfortunately no. Postalicious uses the RSS feed provided by Google Reader to get the bookmarks, and the notes are not included in the RSS feed.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: drew</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9504</link>
		<author>drew</author>
		<pubDate>Tue, 17 Feb 2009 04:10:52 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9504</guid>
					<description>is there anyway to make the bookmark the post title and link? instead of:

Bookmarks on date to date

bookmark link</description>
		<content:encoded><![CDATA[<p>is there anyway to make the bookmark the post title and link? instead of:</p>
<p>Bookmarks on date to date</p>
<p>bookmark link</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: drew</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9505</link>
		<author>drew</author>
		<pubDate>Tue, 17 Feb 2009 04:12:04 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9505</guid>
					<description>sorry i didn't say it before.

this is an awesome plugin and its going to save me so much time. i really appreciate you putting it out there.</description>
		<content:encoded><![CDATA[<p>sorry i didn&#8217;t say it before.</p>
<p>this is an awesome plugin and its going to save me so much time. i really appreciate you putting it out there.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9506</link>
		<author>neop</author>
		<pubDate>Tue, 17 Feb 2009 04:57:57 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9506</guid>
					<description>Hi drew,
I'm not quite sure if I understand what you are trying to do. But if I understood correctly, here's how:
- If you have set the maximum bookmarks per post to 1, then %title% will be replaced with the bookmark's title in the post link template.
- If I understood correctly, then what you want to do is to make the post title link to the bookmark instead of it linking to the permalink link of the post in which the bookmark appears. This can be done, but it's a bit tricky. The idea is that Postalicious provides this information (again, only if the maximum number of bookmarks per post is set to 1) as custom fields for the post. Since the formatting of a post's title is controlled by the theme, you would need to modify your theme to implement this behavior. Basically, you need to look for the part that reads something like (this is how it looks in the default WordPress template):
&lt;code&gt;
&#60;h2&#62;&#60;a href="&#60;?php the_permalink() ? rel="nofollow"&#62;" rel="bookmark" title="Permanent Link to &#60;?php the_title_attribute(); ?&#62;"&#62;&#60;?php the_title(); ?&#62;&#60;/a&#62;&#60;/h2&#62;
&lt;/code&gt;
and replace it with something like:
&lt;code&gt;
&#60;?php 
$neopdel_post_custom = get_post_custom(); 
if($neopdel_post_custom['postalicious_href']) { ?&#62; &#60;h2&#62;&#60;a href="&#60;?php echo $neopdel_post_custom['postalicious_href'][0]; ?&#62;" rel="bookmark" title="Link to site"&#62;&#60;?php the_title(); ?&#62;&#60;/a&#62;&#60;/h2&#62; &#60;?php }
else { ?&#62; &#60;h2&#62;&#60;a href="&#60;?php the_permalink() ?&#62;" rel="bookmark" title="Permanent Link to &#60;?php the_title_attribute(); ?&#62;"&#62;&#60;?php the_title(); ?&#62;&#60;/a&#62;&#60;/h2&#62; &#60;?php }
?&#62;
&lt;/code&gt;
Note that you need to do this in all templates where you want the link to the bookmark to be used instead of the permalink to the post.</description>
		<content:encoded><![CDATA[<p>Hi drew,<br />
I&#8217;m not quite sure if I understand what you are trying to do. But if I understood correctly, here&#8217;s how:<br />
- If you have set the maximum bookmarks per post to 1, then %title% will be replaced with the bookmark&#8217;s title in the post link template.<br />
- If I understood correctly, then what you want to do is to make the post title link to the bookmark instead of it linking to the permalink link of the post in which the bookmark appears. This can be done, but it&#8217;s a bit tricky. The idea is that Postalicious provides this information (again, only if the maximum number of bookmarks per post is set to 1) as custom fields for the post. Since the formatting of a post&#8217;s title is controlled by the theme, you would need to modify your theme to implement this behavior. Basically, you need to look for the part that reads something like (this is how it looks in the default WordPress template):<br />
<code><br />
&lt;h2&gt;&lt;a href="&lt;?php the_permalink() ? rel="nofollow"&gt;" rel="bookmark" title="Permanent Link to &lt;?php the_title_attribute(); ?&gt;"&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;<br />
</code><br />
and replace it with something like:<br />
<code><br />
&lt;?php<br />
$neopdel_post_custom = get_post_custom();<br />
if($neopdel_post_custom['postalicious_href']) { ?&gt; &lt;h2&gt;&lt;a href="&lt;?php echo $neopdel_post_custom['postalicious_href'][0]; ?&gt;" rel="bookmark" title="Link to site"&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt; &lt;?php }<br />
else { ?&gt; &lt;h2&gt;&lt;a href="&lt;?php the_permalink() ?&gt;" rel="bookmark" title="Permanent Link to &lt;?php the_title_attribute(); ?&gt;"&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt; &lt;?php }<br />
?&gt;<br />
</code><br />
Note that you need to do this in all templates where you want the link to the bookmark to be used instead of the permalink to the post.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Nicki</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9507</link>
		<author>Nicki</author>
		<pubDate>Tue, 17 Feb 2009 13:42:27 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9507</guid>
					<description>I've added my Google Shared Items feed in my Postalicious settings, but it still says "No new bookmarks found." every time I update.  Is there something I'm missing?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve added my Google Shared Items feed in my Postalicious settings, but it still says &#8220;No new bookmarks found.&#8221; every time I update.  Is there something I&#8217;m missing?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9508</link>
		<author>neop</author>
		<pubDate>Tue, 17 Feb 2009 16:18:15 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9508</guid>
					<description>Nicki, could you send me the same information I asked Bob a few comments above using &lt;a href="http://neop.gbtopia.com/?page_id=26" rel="nofollow"&gt;this&lt;/a&gt; form? (i.e. your google shared items feed url and the contents of the Activity Log in the Postalicious settings page)</description>
		<content:encoded><![CDATA[<p>Nicki, could you send me the same information I asked Bob a few comments above using <a href="http://neop.gbtopia.com/?page_id=26" rel="nofollow">this</a> form? (i.e. your google shared items feed url and the contents of the Activity Log in the Postalicious settings page)</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: drew</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9509</link>
		<author>drew</author>
		<pubDate>Tue, 17 Feb 2009 17:17:52 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9509</guid>
					<description>@neop

Thank you so much. This is almost exactly perfect. Sorry for the confusing comment. Let me try and be more clear.

With the php script that you provided in your comment to me this is how it currently looks:


Delicious Bookmarks (post title links to bookmark link)
February 17, 2009 // Drew Stauffer

Periodic Table of the Operators (actual bookmark and links to website)

This is a sample bookmark to see if we can get the formatting the way I like it.



The only thing left I want to try and accomplish is instead of having the heading/title "Delicious Bookmarks"...

Is it possible to make the bookmark the title?

So in my example it would look like this:

Periodic Table of the Operators (post title links to bookmark link)

February 17, 2009 // Drew Stauffer

This is a sample bookmark to see if we can get the formatting the way I like it.

Thanks neop</description>
		<content:encoded><![CDATA[<p>@neop</p>
<p>Thank you so much. This is almost exactly perfect. Sorry for the confusing comment. Let me try and be more clear.</p>
<p>With the php script that you provided in your comment to me this is how it currently looks:</p>
<p>Delicious Bookmarks (post title links to bookmark link)<br />
February 17, 2009 // Drew Stauffer</p>
<p>Periodic Table of the Operators (actual bookmark and links to website)</p>
<p>This is a sample bookmark to see if we can get the formatting the way I like it.</p>
<p>The only thing left I want to try and accomplish is instead of having the heading/title &#8220;Delicious Bookmarks&#8221;&#8230;</p>
<p>Is it possible to make the bookmark the title?</p>
<p>So in my example it would look like this:</p>
<p>Periodic Table of the Operators (post title links to bookmark link)</p>
<p>February 17, 2009 // Drew Stauffer</p>
<p>This is a sample bookmark to see if we can get the formatting the way I like it.</p>
<p>Thanks neop</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: drew</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9510</link>
		<author>drew</author>
		<pubDate>Tue, 17 Feb 2009 19:25:43 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9510</guid>
					<description>@neop

No worries. I think I got it.

Thanks again for you help :)</description>
		<content:encoded><![CDATA[<p>@neop</p>
<p>No worries. I think I got it.</p>
<p>Thanks again for you help <img src='http://neop.gbtopia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9511</link>
		<author>neop</author>
		<pubDate>Wed, 18 Feb 2009 00:00:23 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9511</guid>
					<description>drew,
I case you are still having any problems, using %title% in the post title templates should so what you are trying to do.</description>
		<content:encoded><![CDATA[<p>drew,<br />
I case you are still having any problems, using %title% in the post title templates should so what you are trying to do.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: drew</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9512</link>
		<author>drew</author>
		<pubDate>Wed, 18 Feb 2009 21:43:17 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9512</guid>
					<description>@ neop

Thanks, that is what worked.

I tried doing that before and it would actually post %title% as the post title, but then when I changed that number from 0 to 1 and then changed the title to %title% it worked perfectly.

Thanks.</description>
		<content:encoded><![CDATA[<p>@ neop</p>
<p>Thanks, that is what worked.</p>
<p>I tried doing that before and it would actually post %title% as the post title, but then when I changed that number from 0 to 1 and then changed the title to %title% it worked perfectly.</p>
<p>Thanks.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: André Wegner</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9517</link>
		<author>André Wegner</author>
		<pubDate>Fri, 06 Mar 2009 17:00:33 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9517</guid>
					<description>Dear Pablo,

I noticed that the Postalicous plugin isn't following my configuration. I defined in "Post time" to wait at least 160 hours between two postings (to have a weekly link posting). But I noticed that the plugin posted a new posting +/- 26 hours after the previous one.
Any ideas?</description>
		<content:encoded><![CDATA[<p>Dear Pablo,</p>
<p>I noticed that the Postalicous plugin isn&#8217;t following my configuration. I defined in &#8220;Post time&#8221; to wait at least 160 hours between two postings (to have a weekly link posting). But I noticed that the plugin posted a new posting +/- 26 hours after the previous one.<br />
Any ideas?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9518</link>
		<author>neop</author>
		<pubDate>Sat, 07 Mar 2009 01:03:36 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9518</guid>
					<description>Andre,
Could you please send me the rest of your Postalicious settings and the contents of the Activity Log using &lt;a href="http://neop.gbtopia.com/?page_id=26" rel="nofollow"&gt;this&lt;/a&gt; form.</description>
		<content:encoded><![CDATA[<p>Andre,<br />
Could you please send me the rest of your Postalicious settings and the contents of the Activity Log using <a href="http://neop.gbtopia.com/?page_id=26" rel="nofollow">this</a> form.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ed Moore</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9523</link>
		<author>Ed Moore</author>
		<pubDate>Sun, 31 May 2009 14:53:52 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9523</guid>
					<description>Hi Pablo,

Just started using Postalicious on my cinematography and steadicam blog at http://emoore.co.uk/blog/, and I love it.

One thing - is it possible to somehow mark a section of the 'notes' you make in your Delicious bookmarks to be displayed as a blockquote in the Postalicious post?

I like to take a short paragraph or sentence from whatever I'm bookmarking to give a taste of it in my Postalicious posts.  I usually follow it with some commentary of my own.

It would be great to be able to get those extracts styled as blockquotes.

Now, I don't think Delicious itself allows you to use HTML in the 'notes' field, but I was thinking what about an option in Postalicious that detects the use of "quotation marks" and adds an HTML blockquote tag around that section in its Wordpress posts?

It would have to detect the first and last " quotation marks in the notes field so as to avoid blockquoting out any genuine quotations given as part of the extract, but that seems like a fairly simple bit of code.

What do you think?</description>
		<content:encoded><![CDATA[<p>Hi Pablo,</p>
<p>Just started using Postalicious on my cinematography and steadicam blog at <a href="http://emoore.co.uk/blog/," rel="nofollow">http://emoore.co.uk/blog/,</a> and I love it.</p>
<p>One thing - is it possible to somehow mark a section of the &#8216;notes&#8217; you make in your Delicious bookmarks to be displayed as a blockquote in the Postalicious post?</p>
<p>I like to take a short paragraph or sentence from whatever I&#8217;m bookmarking to give a taste of it in my Postalicious posts.  I usually follow it with some commentary of my own.</p>
<p>It would be great to be able to get those extracts styled as blockquotes.</p>
<p>Now, I don&#8217;t think Delicious itself allows you to use HTML in the &#8216;notes&#8217; field, but I was thinking what about an option in Postalicious that detects the use of &#8220;quotation marks&#8221; and adds an HTML blockquote tag around that section in its Wordpress posts?</p>
<p>It would have to detect the first and last &#8221; quotation marks in the notes field so as to avoid blockquoting out any genuine quotations given as part of the extract, but that seems like a fairly simple bit of code.</p>
<p>What do you think?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9524</link>
		<author>neop</author>
		<pubDate>Sun, 31 May 2009 16:30:28 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9524</guid>
					<description>Hi Ed,
Just add the blockquote tags in delicious notes and add blockquote to the "HTML Tags" field in the Postalicious settings page. Delicious will not interpret the tags, but Postalicious will.</description>
		<content:encoded><![CDATA[<p>Hi Ed,<br />
Just add the blockquote tags in delicious notes and add blockquote to the &#8220;HTML Tags&#8221; field in the Postalicious settings page. Delicious will not interpret the tags, but Postalicious will.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bob</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9527</link>
		<author>Bob</author>
		<pubDate>Sun, 14 Jun 2009 20:18:49 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9527</guid>
					<description>It's not working. I activated the automatic hourly update, updated it manually, and it keeps on saying "No new bookmarks found."</description>
		<content:encoded><![CDATA[<p>It&#8217;s not working. I activated the automatic hourly update, updated it manually, and it keeps on saying &#8220;No new bookmarks found.&#8221;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9528</link>
		<author>neop</author>
		<pubDate>Sun, 14 Jun 2009 20:28:12 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9528</guid>
					<description>Hi Bob, 
Keep in mind Postalicious only adds bookmarks that were added after after Postalicious runs for the first time, any bookmarks that are already in the feed when Postalicious runs for the first time will be ignored.
The second reason for this problem might be that you're using WordPress 2.8. I have not done any testing with WordPress 2.8 yet, so I can't tell whether Postalicious works with WordPress 2.8 or not.</description>
		<content:encoded><![CDATA[<p>Hi Bob,<br />
Keep in mind Postalicious only adds bookmarks that were added after after Postalicious runs for the first time, any bookmarks that are already in the feed when Postalicious runs for the first time will be ignored.<br />
The second reason for this problem might be that you&#8217;re using WordPress 2.8. I have not done any testing with WordPress 2.8 yet, so I can&#8217;t tell whether Postalicious works with WordPress 2.8 or not.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Helen</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9540</link>
		<author>Helen</author>
		<pubDate>Tue, 22 Dec 2009 19:52:33 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9540</guid>
					<description>Hi,
Occasionally my Postalicious posts include links with the text "500 server error". Those should of course be filtered out.
Would it be possible for you to fix it so those "links" are excluded?
I thought I'd take a stab at it myself, but the comments in the code were scanty and I wasn't sure at which stage the server errors should be removed.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Occasionally my Postalicious posts include links with the text &#8220;500 server error&#8221;. Those should of course be filtered out.<br />
Would it be possible for you to fix it so those &#8220;links&#8221; are excluded?<br />
I thought I&#8217;d take a stab at it myself, but the comments in the code were scanty and I wasn&#8217;t sure at which stage the server errors should be removed.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9541</link>
		<author>neop</author>
		<pubDate>Tue, 22 Dec 2009 21:14:01 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9541</guid>
					<description>Hi Helen,
Could you send me an email (using the contact form &lt;a href="http://neop.gbtopia.com/?page_id=26" rel="nofollow"&gt;here&lt;/a&gt; with the details of the service and username/url you are using with Postalicious?
In theory 500 server errors should never get to the link parsing stage.</description>
		<content:encoded><![CDATA[<p>Hi Helen,<br />
Could you send me an email (using the contact form <a href="http://neop.gbtopia.com/?page_id=26" rel="nofollow">here</a> with the details of the service and username/url you are using with Postalicious?<br />
In theory 500 server errors should never get to the link parsing stage.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Martin</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9545</link>
		<author>Martin</author>
		<pubDate>Mon, 04 Jan 2010 19:10:10 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9545</guid>
					<description>I really like your plugin. I recently switched hosts and encountered a problem there with the plugin. Postalicious displays %content% instead of the actual content of the post, any idea what this could be?</description>
		<content:encoded><![CDATA[<p>I really like your plugin. I recently switched hosts and encountered a problem there with the plugin. Postalicious displays %content% instead of the actual content of the post, any idea what this could be?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Scott</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9546</link>
		<author>Scott</author>
		<pubDate>Wed, 06 Jan 2010 04:49:14 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9546</guid>
					<description>I did something in the process of updating my Yahoo Pipe. Postalicious is not seeing new content. Is there a way to reset it so that it sees the RSS as new even if it did see it before?</description>
		<content:encoded><![CDATA[<p>I did something in the process of updating my Yahoo Pipe. Postalicious is not seeing new content. Is there a way to reset it so that it sees the RSS as new even if it did see it before?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9547</link>
		<author>neop</author>
		<pubDate>Mon, 11 Jan 2010 18:54:41 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9547</guid>
					<description>Sorry for the late reply, but I was on vacation and didn't check for new comments here.


Martin,
%content% is not valid, %bookmarks% is probably what you're looking for.


Scott,
Yes, but it's not quite so simple, if you're interested, send me an email using &lt;a href="http://neop.gbtopia.com/?page_id=26" rel="nofollow"&gt;this&lt;/a&gt; form, and I'll guide you through it.</description>
		<content:encoded><![CDATA[<p>Sorry for the late reply, but I was on vacation and didn&#8217;t check for new comments here.</p>
<p>Martin,<br />
%content% is not valid, %bookmarks% is probably what you&#8217;re looking for.</p>
<p>Scott,<br />
Yes, but it&#8217;s not quite so simple, if you&#8217;re interested, send me an email using <a href="http://neop.gbtopia.com/?page_id=26" rel="nofollow">this</a> form, and I&#8217;ll guide you through it.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Dark Angel</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9555</link>
		<author>Dark Angel</author>
		<pubDate>Thu, 11 Feb 2010 07:21:06 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9555</guid>
					<description>I'm running 2.9.1 &#38; trying to post via Google Reader, but get this message everytime I try to enable auto hourly updates.

"Automatic hourly updates activation failed. Unable to establish connection. SimplePie said: A feed could not be found at http://www.google.com/reader/atom/user%2F17869725964176875251%2Fstate%2Fcom.google%2Freading-list"

Did I miss a step, or did I break something?</description>
		<content:encoded><![CDATA[<p>I&#8217;m running 2.9.1 &amp; trying to post via Google Reader, but get this message everytime I try to enable auto hourly updates.</p>
<p>&#8220;Automatic hourly updates activation failed. Unable to establish connection. SimplePie said: A feed could not be found at <a href="http://www.google.com/reader/atom/user%2F17869725964176875251%2Fstate%2Fcom.google%2Freading-list&#8221;" rel="nofollow">http://www.google.com/reader/atom/user%2F17869725964176875251%2Fstate%2Fcom.google%2Freading-list&#8221;</a></p>
<p>Did I miss a step, or did I break something?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9557</link>
		<author>neop</author>
		<pubDate>Sat, 13 Feb 2010 17:37:35 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9557</guid>
					<description>Hi Dark Angel,
To be honest I'm no longer sure what the cause for that problem is. Usually it's just a server configuration issue, but I've been getting a lot of reports of people with this problem lately so I'm starting to think there's another reason for this. I'll try to look into it as soon as I get some free time.</description>
		<content:encoded><![CDATA[<p>Hi Dark Angel,<br />
To be honest I&#8217;m no longer sure what the cause for that problem is. Usually it&#8217;s just a server configuration issue, but I&#8217;ve been getting a lot of reports of people with this problem lately so I&#8217;m starting to think there&#8217;s another reason for this. I&#8217;ll try to look into it as soon as I get some free time.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Dark Angel</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9559</link>
		<author>Dark Angel</author>
		<pubDate>Sun, 14 Feb 2010 05:50:26 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9559</guid>
					<description>Bestof luck. Sounds like you got a real challenge on your hands.</description>
		<content:encoded><![CDATA[<p>Bestof luck. Sounds like you got a real challenge on your hands.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tom Saunter</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9560</link>
		<author>Tom Saunter</author>
		<pubDate>Mon, 15 Feb 2010 10:17:00 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9560</guid>
					<description>I had this problem too but my comment was never approved.
It's a real shame because your plugin was an amazing source of new content for my blog. Please try and resolve this issue!</description>
		<content:encoded><![CDATA[<p>I had this problem too but my comment was never approved.<br />
It&#8217;s a real shame because your plugin was an amazing source of new content for my blog. Please try and resolve this issue!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Aldo</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9563</link>
		<author>Aldo</author>
		<pubDate>Fri, 26 Feb 2010 19:29:22 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9563</guid>
					<description>Hi Neop,
great work, but I think there's a major problem with wordpress 29.x. After activating the plugin, the Postalicious options page says: "Postalicious needs the SimplePie Core plugin to work, please install this plugin..." etc.

SimplePie is already in the core of wordpress, so a SimplePie plugin is no needed.</description>
		<content:encoded><![CDATA[<p>Hi Neop,<br />
great work, but I think there&#8217;s a major problem with wordpress 29.x. After activating the plugin, the Postalicious options page says: &#8220;Postalicious needs the SimplePie Core plugin to work, please install this plugin&#8230;&#8221; etc.</p>
<p>SimplePie is already in the core of wordpress, so a SimplePie plugin is no needed.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9565</link>
		<author>neop</author>
		<pubDate>Sat, 27 Feb 2010 03:34:38 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9565</guid>
					<description>Hi Aldo,
You are indeed right, and there's actually a fixed version, but I've been having lots of problems with my computer lately and haven't been able to properly update Postalicious. In the meantime you can download the fixed version &lt;a href="http://neop.gbtopia.com/misc/postalicious29.zip" rel="nofollow"&gt;here&lt;/a&gt;. When have to get everything up and running again in my computer I'll update the official release to this version and fix the FAQ and installation guides.</description>
		<content:encoded><![CDATA[<p>Hi Aldo,<br />
You are indeed right, and there&#8217;s actually a fixed version, but I&#8217;ve been having lots of problems with my computer lately and haven&#8217;t been able to properly update Postalicious. In the meantime you can download the fixed version <a href="http://neop.gbtopia.com/misc/postalicious29.zip" rel="nofollow">here</a>. When have to get everything up and running again in my computer I&#8217;ll update the official release to this version and fix the FAQ and installation guides.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Aldo</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9566</link>
		<author>Aldo</author>
		<pubDate>Sat, 27 Feb 2010 10:08:00 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9566</guid>
					<description>Thank you for your precious work, neop! :)</description>
		<content:encoded><![CDATA[<p>Thank you for your precious work, neop! <img src='http://neop.gbtopia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Chris</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9568</link>
		<author>Chris</author>
		<pubDate>Thu, 04 Mar 2010 15:44:25 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9568</guid>
					<description>Hi Neop,

I too was having the same error message from Postalicious, “Automatic hourly updates activation failed. Unable to establish connection. SimplePie said: A feed could not be found at .....".  I thought perhaps there was a problem at Delicious.com.  I will download your fixed version and see if that corrects the problem.

Thanks,

Chris</description>
		<content:encoded><![CDATA[<p>Hi Neop,</p>
<p>I too was having the same error message from Postalicious, “Automatic hourly updates activation failed. Unable to establish connection. SimplePie said: A feed could not be found at &#8230;..&#8221;.  I thought perhaps there was a problem at Delicious.com.  I will download your fixed version and see if that corrects the problem.</p>
<p>Thanks,</p>
<p>Chris</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Aldo</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9570</link>
		<author>Aldo</author>
		<pubDate>Sun, 07 Mar 2010 11:51:06 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9570</guid>
					<description>Hi Neop,
I just updated to the last official 2.8 version.
To bypass Delicious blocking, I am using a feed from my FeedBurner.
When I paste the FB link in Postalicious' options page, which service I have to select? Or perhaps it's enough to paste the custom url and select whatever service?</description>
		<content:encoded><![CDATA[<p>Hi Neop,<br />
I just updated to the last official 2.8 version.<br />
To bypass Delicious blocking, I am using a feed from my FeedBurner.<br />
When I paste the FB link in Postalicious&#8217; options page, which service I have to select? Or perhaps it&#8217;s enough to paste the custom url and select whatever service?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9571</link>
		<author>neop</author>
		<pubDate>Sun, 07 Mar 2010 16:44:25 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9571</guid>
					<description>Hi Aldo,
There's a bug with version 2.8. Download version 2.8.1 and just paste the FeedBurner URL where you're delicious username used to be, the service should be set to delicious, otherwise some features such as pulling the bookmark's tags won't work.</description>
		<content:encoded><![CDATA[<p>Hi Aldo,<br />
There&#8217;s a bug with version 2.8. Download version 2.8.1 and just paste the FeedBurner URL where you&#8217;re delicious username used to be, the service should be set to delicious, otherwise some features such as pulling the bookmark&#8217;s tags won&#8217;t work.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Aldo</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9572</link>
		<author>Aldo</author>
		<pubDate>Sun, 07 Mar 2010 19:37:38 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9572</guid>
					<description>Thank you, updated to 2.8.1. :)</description>
		<content:encoded><![CDATA[<p>Thank you, updated to 2.8.1. <img src='http://neop.gbtopia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Aldo</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9573</link>
		<author>Aldo</author>
		<pubDate>Mon, 08 Mar 2010 15:33:06 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9573</guid>
					<description>Hi Neop,
The new release works well, as expected. :)
There's only a thing that doesn't fit my need. I'd ask you if there's an easy way of accomplish it.

My intention is to manually publish a post once a week. But the plugin creates a draft every day. I'd like if it could create a new draft when the post is published by the author (option already included in the plugin) and could continue to add bookmarks in that new draft until I publish the post, without auto-creating a new post every day.

Is it possible to accomplish it by options page? For example, in the "Post separation" option, I could set "999" as hours between posts. Do you think this be a good solution?</description>
		<content:encoded><![CDATA[<p>Hi Neop,<br />
The new release works well, as expected. <img src='http://neop.gbtopia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
There&#8217;s only a thing that doesn&#8217;t fit my need. I&#8217;d ask you if there&#8217;s an easy way of accomplish it.</p>
<p>My intention is to manually publish a post once a week. But the plugin creates a draft every day. I&#8217;d like if it could create a new draft when the post is published by the author (option already included in the plugin) and could continue to add bookmarks in that new draft until I publish the post, without auto-creating a new post every day.</p>
<p>Is it possible to accomplish it by options page? For example, in the &#8220;Post separation&#8221; option, I could set &#8220;999&#8243; as hours between posts. Do you think this be a good solution?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9574</link>
		<author>neop</author>
		<pubDate>Mon, 08 Mar 2010 23:29:36 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9574</guid>
					<description>Aldo,
Send me an email using the contact form &lt;a href="http://neop.gbtopia.com/?page_id=26" rel="nofollow"&gt;here&lt;/a&gt; with your Postalicious configuration. In theory, if you've got the right settings then Postalicious should not create a new post every day.</description>
		<content:encoded><![CDATA[<p>Aldo,<br />
Send me an email using the contact form <a href="http://neop.gbtopia.com/?page_id=26" rel="nofollow">here</a> with your Postalicious configuration. In theory, if you&#8217;ve got the right settings then Postalicious should not create a new post every day.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Aldo</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9575</link>
		<author>Aldo</author>
		<pubDate>Tue, 09 Mar 2010 10:48:27 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9575</guid>
					<description>Neop, yeaaah! Using a big number as '999' does the trick! :D

You're a great helper, man! ;)</description>
		<content:encoded><![CDATA[<p>Neop, yeaaah! Using a big number as &#8216;999&#8242; does the trick! <img src='http://neop.gbtopia.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>You&#8217;re a great helper, man! <img src='http://neop.gbtopia.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Phil</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9576</link>
		<author>Phil</author>
		<pubDate>Tue, 09 Mar 2010 16:52:10 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9576</guid>
					<description>Hi Neop, 
Thanks a ton for this and your support. The plugin rocks. I tried accessing the contact site, but my IP is blocked. I am trying to connect pinboard (as an RSS link) but it doesn't really work ("no new bookmarks" when updating), so I am routing it through feedburner. Since this causes a delay, i can't push out updates as timely as i would like to. Do you have any suggestions for a workaround? &lt;a href="http://www.ipatrix.com/3261/customizing-daily-links-post/" rel="nofollow"&gt;iPatrix&lt;/a&gt; seems to have found a way to use pinboard's RSS directly, but it doesn't work for me. 
My settings: I tried pipes and delicious as settings with a pinboards RSS feed url.</description>
		<content:encoded><![CDATA[<p>Hi Neop,<br />
Thanks a ton for this and your support. The plugin rocks. I tried accessing the contact site, but my IP is blocked. I am trying to connect pinboard (as an RSS link) but it doesn&#8217;t really work (&#8221;no new bookmarks&#8221; when updating), so I am routing it through feedburner. Since this causes a delay, i can&#8217;t push out updates as timely as i would like to. Do you have any suggestions for a workaround? <a href="http://www.ipatrix.com/3261/customizing-daily-links-post/" rel="nofollow">iPatrix</a> seems to have found a way to use pinboard&#8217;s RSS directly, but it doesn&#8217;t work for me.<br />
My settings: I tried pipes and delicious as settings with a pinboards RSS feed url.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9577</link>
		<author>neop</author>
		<pubDate>Wed, 10 Mar 2010 01:53:38 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9577</guid>
					<description>Aldo, 
I'm glad to hear you got that working as you wanted.

Phil, 
In fact, Patrick contacted me about using the Pinboard RSS feed, and I suggested just setting up the service as Yahoo Pipes feed. The code that handles Yahoo Pipes feeds is actually quite generic and should provide basic functionality for pretty much any feed. Have you used Postalicious with any other feeds? My guess is that for some reason Postalicious thinks that the last bookmark it posted has a date later than all of the bookmarks in the Pinboard feed, so none of the bookmarks in the feed seem new to Postalicious. As for you're IP being blocked by the contact site...I didn't even know how that's possible. You can also try using &lt;a href="http://www.shiftingmind.com/spacesnake/support.html" rel="nofollow"&gt;this&lt;/a&gt; form which I think is less strict.</description>
		<content:encoded><![CDATA[<p>Aldo,<br />
I&#8217;m glad to hear you got that working as you wanted.</p>
<p>Phil,<br />
In fact, Patrick contacted me about using the Pinboard RSS feed, and I suggested just setting up the service as Yahoo Pipes feed. The code that handles Yahoo Pipes feeds is actually quite generic and should provide basic functionality for pretty much any feed. Have you used Postalicious with any other feeds? My guess is that for some reason Postalicious thinks that the last bookmark it posted has a date later than all of the bookmarks in the Pinboard feed, so none of the bookmarks in the feed seem new to Postalicious. As for you&#8217;re IP being blocked by the contact site&#8230;I didn&#8217;t even know how that&#8217;s possible. You can also try using <a href="http://www.shiftingmind.com/spacesnake/support.html" rel="nofollow">this</a> form which I think is less strict.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Steve Portigal</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9587</link>
		<author>Steve Portigal</author>
		<pubDate>Sat, 20 Mar 2010 18:52:04 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9587</guid>
					<description>I am using WP 2.9.1 and Postalicious 2.8.1. Like others, a few weeks ago I started seeing my posts show up as containing only the text "500 Internal Server Error – 500 Internal Server Error" multiple times. My postalicious links to my delicious account, and I understand from the thread here and the various threads on the delicious support forums that this is an ongoing problem with delicious blocking requests where they can't tell legit from nefarious. 

I could use the delicious automated blog posting but i) it doesn't give me the nice title that postalicious allows for and ii) it doesn't make the delicious tags into WordPress tags. I really prefer postalicious. 

Anyway, I guess that some people have developed a workaround that lets postalicious pull in daily links without this error, but I don't get what that workaround is. Is there a step-by-step explanation of how to get going again with postalicious?

Thanks so much!</description>
		<content:encoded><![CDATA[<p>I am using WP 2.9.1 and Postalicious 2.8.1. Like others, a few weeks ago I started seeing my posts show up as containing only the text &#8220;500 Internal Server Error – 500 Internal Server Error&#8221; multiple times. My postalicious links to my delicious account, and I understand from the thread here and the various threads on the delicious support forums that this is an ongoing problem with delicious blocking requests where they can&#8217;t tell legit from nefarious. </p>
<p>I could use the delicious automated blog posting but i) it doesn&#8217;t give me the nice title that postalicious allows for and ii) it doesn&#8217;t make the delicious tags into WordPress tags. I really prefer postalicious. </p>
<p>Anyway, I guess that some people have developed a workaround that lets postalicious pull in daily links without this error, but I don&#8217;t get what that workaround is. Is there a step-by-step explanation of how to get going again with postalicious?</p>
<p>Thanks so much!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9588</link>
		<author>neop</author>
		<pubDate>Sat, 20 Mar 2010 19:31:40 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9588</guid>
					<description>Steve,
Using Postalicious 2.8.1 you can now specify a URL for a delicious feed, so all you need to do is use a service such as &lt;a href="http://www.feedburner.com" rel="nofollow"&gt;FeedBurner&lt;/a&gt; to access your delicious feed. So instead of just using the URL to your delicious feed, use the URL to the Feedburner feed of your delicious feed.</description>
		<content:encoded><![CDATA[<p>Steve,<br />
Using Postalicious 2.8.1 you can now specify a URL for a delicious feed, so all you need to do is use a service such as <a href="http://www.feedburner.com" rel="nofollow">FeedBurner</a> to access your delicious feed. So instead of just using the URL to your delicious feed, use the URL to the Feedburner feed of your delicious feed.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Steve Portigal</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9591</link>
		<author>Steve Portigal</author>
		<pubDate>Sun, 21 Mar 2010 19:44:43 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9591</guid>
					<description>Thanks, looks like that's going to work!</description>
		<content:encoded><![CDATA[<p>Thanks, looks like that&#8217;s going to work!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Aldo</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9592</link>
		<author>Aldo</author>
		<pubDate>Mon, 22 Mar 2010 06:50:19 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9592</guid>
					<description>Hi neop,
the new 2.8.2 version seems to work well. Now I'm using the Delicious feed directly, instead of FeedBurner's one, and I am able to grab my feed.

I'll keep an eye on it and tell you in case of problems.

Good job! ;-)</description>
		<content:encoded><![CDATA[<p>Hi neop,<br />
the new 2.8.2 version seems to work well. Now I&#8217;m using the Delicious feed directly, instead of FeedBurner&#8217;s one, and I am able to grab my feed.</p>
<p>I&#8217;ll keep an eye on it and tell you in case of problems.</p>
<p>Good job! <img src='http://neop.gbtopia.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9593</link>
		<author>neop</author>
		<pubDate>Mon, 22 Mar 2010 07:14:48 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9593</guid>
					<description>Hi Aldo,
I'm glad to hear that. I somehow remembered that back when I used the delicious API they were very picky about the user-agent that was used to access their pages, so I figured that maybe they had extended that to the RSS feeds. Hopefully it'll continue to work.</description>
		<content:encoded><![CDATA[<p>Hi Aldo,<br />
I&#8217;m glad to hear that. I somehow remembered that back when I used the delicious API they were very picky about the user-agent that was used to access their pages, so I figured that maybe they had extended that to the RSS feeds. Hopefully it&#8217;ll continue to work.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Aldo</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9594</link>
		<author>Aldo</author>
		<pubDate>Mon, 22 Mar 2010 07:37:28 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9594</guid>
					<description>Neop,
Postalicious doesn't display the tags of the single bookmark. I am using this template:
&#60;p class="bookmark-tags"&#62;&#60;a href="%tagurl%"&#62;%tagname%&#60;/a&#62;&#60;/p&#62;

What can I do?</description>
		<content:encoded><![CDATA[<p>Neop,<br />
Postalicious doesn&#8217;t display the tags of the single bookmark. I am using this template:<br />
&lt;p class=&#8221;bookmark-tags&#8221;&gt;&lt;a href=&#8221;%tagurl%&#8221;&gt;%tagname%&lt;/a&gt;&lt;/p&gt;</p>
<p>What can I do?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9595</link>
		<author>neop</author>
		<pubDate>Thu, 25 Mar 2010 04:56:22 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9595</guid>
					<description>Hi Aldo,
The tags involve two templates, the tag template is the template use for each individual tag, basically this is for you to decide whether you want the tags to link to some site or not. To actually display the tags you need to use %tag% inside the bookmark template. In your case you should probably place:
&lt;code&gt;&#60;p class=”bookmark-tags”&#62;%tag%&#60;/p&#62;&lt;/code&gt;
at the end of your bookmark template. And then just use the default tag template which is:
&lt;code&gt;&#60;a href="%tagurl%" rel="nofollow"&#62;%tagname%&#60;/a&#62;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi Aldo,<br />
The tags involve two templates, the tag template is the template use for each individual tag, basically this is for you to decide whether you want the tags to link to some site or not. To actually display the tags you need to use %tag% inside the bookmark template. In your case you should probably place:<br />
<code>&lt;p class=”bookmark-tags”&gt;%tag%&lt;/p&gt;</code><br />
at the end of your bookmark template. And then just use the default tag template which is:<br />
<code>&lt;a href="%tagurl%" rel="nofollow"&gt;%tagname%&lt;/a&gt;</code></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Aldo</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9598</link>
		<author>Aldo</author>
		<pubDate>Mon, 29 Mar 2010 16:12:56 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9598</guid>
					<description>OK, Neop! Now I see my tags in thw way I like. :)

Only the link is wrong.
For testing purposes I bookmarked the Google homepage and gave it two bookmarks: google and searchengines. The two tags appear correctly on my page but the two links are
http://delicious.com/http%3A%2F%2Ffeeds.delicious.com%2Fv2%2Frss%2Faldolat/google
and
http://delicious.com/http%3A%2F%2Ffeeds.delicious.com%2Fv2%2Frss%2Faldolat/searchengines</description>
		<content:encoded><![CDATA[<p>OK, Neop! Now I see my tags in thw way I like. <img src='http://neop.gbtopia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Only the link is wrong.<br />
For testing purposes I bookmarked the Google homepage and gave it two bookmarks: google and searchengines. The two tags appear correctly on my page but the two links are<br />
<a href="http://delicious.com/http%3A%2F%2Ffeeds.delicious.com%2Fv2%2Frss%2Faldolat/google" rel="nofollow">http://delicious.com/http%3A%2F%2Ffeeds.delicious.com%2Fv2%2Frss%2Faldolat/google</a><br />
and<br />
<a href="http://delicious.com/http%3A%2F%2Ffeeds.delicious.com%2Fv2%2Frss%2Faldolat/searchengines" rel="nofollow">http://delicious.com/http%3A%2F%2Ffeeds.delicious.com%2Fv2%2Frss%2Faldolat/searchengines</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Steve Portigal</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9599</link>
		<author>Steve Portigal</author>
		<pubDate>Tue, 30 Mar 2010 05:07:54 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9599</guid>
					<description>I used your suggestion and moved from the delicious feed to a Feedburner I created specifically. I also upgraded the plugin around the same time. Now I'm seeing that posts are being scheduled - but for some reason they aren't for the right day. This am I saved several items and they appear on the schedule for the next day. My time is 10:02, and they appeared - BEFORE 10:02 today - for 10:02 *tomorrow*. The last time I saved bookmarks they were scheduled for 3 days from the day of posting. I haven't changed any settings?! Any ideas what is going on? Thanks.</description>
		<content:encoded><![CDATA[<p>I used your suggestion and moved from the delicious feed to a Feedburner I created specifically. I also upgraded the plugin around the same time. Now I&#8217;m seeing that posts are being scheduled - but for some reason they aren&#8217;t for the right day. This am I saved several items and they appear on the schedule for the next day. My time is 10:02, and they appeared - BEFORE 10:02 today - for 10:02 *tomorrow*. The last time I saved bookmarks they were scheduled for 3 days from the day of posting. I haven&#8217;t changed any settings?! Any ideas what is going on? Thanks.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Aldo</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9600</link>
		<author>Aldo</author>
		<pubDate>Tue, 30 Mar 2010 10:03:14 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9600</guid>
					<description>I was trying to post a comment here, but wp doesn't accept it because of code in it.
Neop, please, if you want to take a look at, here is the comment: http://aldolat.pastebin.com/Tm4g4nnN

For a month it will be there.</description>
		<content:encoded><![CDATA[<p>I was trying to post a comment here, but wp doesn&#8217;t accept it because of code in it.<br />
Neop, please, if you want to take a look at, here is the comment: <a href="http://aldolat.pastebin.com/Tm4g4nnN" rel="nofollow">http://aldolat.pastebin.com/Tm4g4nnN</a></p>
<p>For a month it will be there.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9601</link>
		<author>neop</author>
		<pubDate>Thu, 01 Apr 2010 00:31:11 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9601</guid>
					<description>Steve, 
Sometimes Postalicious needs some time to adjust to changes, just give it some time and things should work out.

Aldo,
You are indeed right, I forgot about that when I made delicious a URL service. I'll try to fix it as soon as I have some free time.</description>
		<content:encoded><![CDATA[<p>Steve,<br />
Sometimes Postalicious needs some time to adjust to changes, just give it some time and things should work out.</p>
<p>Aldo,<br />
You are indeed right, I forgot about that when I made delicious a URL service. I&#8217;ll try to fix it as soon as I have some free time.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: benwaynet</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9602</link>
		<author>benwaynet</author>
		<pubDate>Sat, 03 Apr 2010 02:02:06 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9602</guid>
					<description>If I have 2.7rc1 working with delicious should I upgrade?</description>
		<content:encoded><![CDATA[<p>If I have 2.7rc1 working with delicious should I upgrade?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9603</link>
		<author>neop</author>
		<pubDate>Wed, 07 Apr 2010 01:26:54 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9603</guid>
					<description>benwaynet,

Sorry for the late reply. No, don't upgrade. There's no real advantage and as Aldo noted above there's a bug in the new version which was not present in older version and that I still haven't had time to fix.</description>
		<content:encoded><![CDATA[<p>benwaynet,</p>
<p>Sorry for the late reply. No, don&#8217;t upgrade. There&#8217;s no real advantage and as Aldo noted above there&#8217;s a bug in the new version which was not present in older version and that I still haven&#8217;t had time to fix.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Yapci</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9612</link>
		<author>Yapci</author>
		<pubDate>Sat, 01 May 2010 10:35:40 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9612</guid>
					<description>Hello Neop!

Fantastic plugin for Wordpress... ;)

I have a problem to integrate Adsense in template postalicious.

When i press "Update now" the plugin run very well... i can see the template correctly.

BUT when i schedule the post... i can't see the code adsense. 

The code disappears in the post generated.

I'm forgetting something? Any ideas on this?

Have a nice day and thxs for your time!!</description>
		<content:encoded><![CDATA[<p>Hello Neop!</p>
<p>Fantastic plugin for Wordpress&#8230; <img src='http://neop.gbtopia.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I have a problem to integrate Adsense in template postalicious.</p>
<p>When i press &#8220;Update now&#8221; the plugin run very well&#8230; i can see the template correctly.</p>
<p>BUT when i schedule the post&#8230; i can&#8217;t see the code adsense. </p>
<p>The code disappears in the post generated.</p>
<p>I&#8217;m forgetting something? Any ideas on this?</p>
<p>Have a nice day and thxs for your time!!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Steve Portigal</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9641</link>
		<author>Steve Portigal</author>
		<pubDate>Tue, 15 Jun 2010 18:21:38 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9641</guid>
					<description>Just FYI, things did settle down (see earlier post), but I made a number of changes the other day, and even though my settings still indicate that posts should be 24 hours apart, etc. the last two times that Postalicious has scheduled upcoming entries, they have been for 3 to 5 days from that day, rather than at 10:02 pm the same day. Not sure if this is the same "it will settle down eventually" syndrome (which as a user is utterly confounding) but I wanted to pass this along and I will keep watching it. Thanks! LOVE this plugin.</description>
		<content:encoded><![CDATA[<p>Just FYI, things did settle down (see earlier post), but I made a number of changes the other day, and even though my settings still indicate that posts should be 24 hours apart, etc. the last two times that Postalicious has scheduled upcoming entries, they have been for 3 to 5 days from that day, rather than at 10:02 pm the same day. Not sure if this is the same &#8220;it will settle down eventually&#8221; syndrome (which as a user is utterly confounding) but I wanted to pass this along and I will keep watching it. Thanks! LOVE this plugin.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: neop</title>
		<link>http://neop.gbtopia.com/?p=173#comment-9644</link>
		<author>neop</author>
		<pubDate>Sun, 20 Jun 2010 04:36:46 +0000</pubDate>
		<guid>http://neop.gbtopia.com/?p=173#comment-9644</guid>
					<description>Yapci: The reason for that is that sometimes (as far as I've been able to tell when it's when Postalicious autoupdates) WordPress decided to run the posts Postalicious sends through it's usual filters which happen to strip several tags (and sometimes also add some paragraph tags) Unfortunately I haven't been able to find a workaround for this. Sorry.

Steve: I'm not sure what might be going wrong there, I'd have to check out the logs to try to see if I can figure it out.</description>
		<content:encoded><![CDATA[<p>Yapci: The reason for that is that sometimes (as far as I&#8217;ve been able to tell when it&#8217;s when Postalicious autoupdates) WordPress decided to run the posts Postalicious sends through it&#8217;s usual filters which happen to strip several tags (and sometimes also add some paragraph tags) Unfortunately I haven&#8217;t been able to find a workaround for this. Sorry.</p>
<p>Steve: I&#8217;m not sure what might be going wrong there, I&#8217;d have to check out the logs to try to see if I can figure it out.</p>
]]></content:encoded>
				</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.753 seconds -->
