<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>
	<channel>
		<title>Google Tutor Tag: shared items</title>
		<link>http://www.googletutor.com/forums/tags/shared-items</link>
		<description>Google forums</description>
		<language>en-US</language>
		<pubDate>Sun, 21 Mar 2010 21:36:08 +0000</pubDate>
		<generator>bbpress 1.0-alpha-2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.googletutor.com/forums/search.php</link>
		</textInput>

		<item>
			<title>The Tutor on "Starred items is broken in wordpress 2.9.1"</title>
			<link>http://www.googletutor.com/forums/topic/starred-items-is-broken-in-wordpress-291#post-260</link>
			<pubDate>Fri, 19 Mar 2010 07:45:39 +0000</pubDate>
			<dc:creator>The Tutor</dc:creator>
			<guid isPermaLink="false">260@http://www.googletutor.com/forums/</guid>
			<description>&#60;p&#62;I do feel bad it hasn't been updated but unfortunately I don't have time for it at this time. I do plan to update it again but at the moment is is not near the top of the list. I'd like to be able to give you more hope but I'd rather be honest.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tgiokdi on "Starred items is broken in wordpress 2.9.1"</title>
			<link>http://www.googletutor.com/forums/topic/starred-items-is-broken-in-wordpress-291#post-258</link>
			<pubDate>Wed, 17 Mar 2010 12:57:45 +0000</pubDate>
			<dc:creator>tgiokdi</dc:creator>
			<guid isPermaLink="false">258@http://www.googletutor.com/forums/</guid>
			<description>&#60;p&#62;isn't working for me on 2.9.1, it just wont save the data I try to input into it and then when I hit test it says that there's no url.&#60;/p&#62;
&#60;p&#62;this makes me sad :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>josephzizys on "Starred items is broken in wordpress 2.9.1"</title>
			<link>http://www.googletutor.com/forums/topic/starred-items-is-broken-in-wordpress-291#post-246</link>
			<pubDate>Tue, 19 Jan 2010 22:49:10 +0000</pubDate>
			<dc:creator>josephzizys</dc:creator>
			<guid isPermaLink="false">246@http://www.googletutor.com/forums/</guid>
			<description>&#60;p&#62;working for me with 2.9.1
&#60;/p&#62;</description>
		</item>
		<item>
			<title>booyaa on "Starred items is broken in wordpress 2.9.1"</title>
			<link>http://www.googletutor.com/forums/topic/starred-items-is-broken-in-wordpress-291#post-244</link>
			<pubDate>Wed, 06 Jan 2010 09:30:06 +0000</pubDate>
			<dc:creator>booyaa</dc:creator>
			<guid isPermaLink="false">244@http://www.googletutor.com/forums/</guid>
			<description>&#60;p&#62;is there any plan to update the plugin to work with this version of wordpress?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kelle on "Feature Request: Name of Blog in Item Listing?"</title>
			<link>http://www.googletutor.com/forums/topic/feature-request-name-of-blog-in-item-listing#post-243</link>
			<pubDate>Sun, 13 Dec 2009 00:21:18 +0000</pubDate>
			<dc:creator>kelle</dc:creator>
			<guid isPermaLink="false">243@http://www.googletutor.com/forums/</guid>
			<description>&#60;p&#62;I'm pretty sure I've figured out how to get this feature by editing the shared-items-post.php&#60;/p&#62;
&#60;p&#62;Around line 212 (just before &#60;code&#62;$new_items[] = $new_item;&#60;/code&#62;), Add this:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
$rss = $item-&#38;gt;get_source();&#60;br /&#62;
$new_item['source_link'] = $rss-&#38;gt;get_permalink();&#60;br /&#62;
$new_item['source_title'] = $rss-&#38;gt;get_title();&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Also, around line 228 (within the &#60;code&#62;foreach ($new_items as $item) &#60;/code&#62; loop), add this:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
$import = str_replace('%SOURCE%', $item[&#34;source_title&#34;], $import);&#60;br /&#62;
$import = str_replace('%SOURCELINK%', $item[&#34;source_link&#34;], $import);&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;And now %SOURCE% and %SOURCELINK% work just like %TITLE% and %LINK% in the plugin options page in WordPress. &#60;/p&#62;
&#60;p&#62;I just played around until I got this to work...use at your own risk.  I used this page for reference: &#60;a href=&#34;http://simplepie.org/wiki/tutorial/how_to_display_previous_feed_items_like_google_reader&#34; rel=&#34;nofollow&#34;&#62;http://simplepie.org/wiki/tutorial/how_to_display_previous_feed_items_like_google_reader&#60;/a&#62;&#60;br /&#62;
In that example, the relevant variable is called &#60;code&#62;$feed&#60;/code&#62; instead of &#60;code&#62;$rss&#60;/code&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tigtog on "Feature Request: Name of Blog in Item Listing?"</title>
			<link>http://www.googletutor.com/forums/topic/feature-request-name-of-blog-in-item-listing/page/7#post-197</link>
			<pubDate>Sun, 08 Mar 2009 21:04:23 +0000</pubDate>
			<dc:creator>tigtog</dc:creator>
			<guid isPermaLink="false">197@http://www.googletutor.com/forums/</guid>
			<description>&#60;p&#62;I would like to feature the name of the Blog that the shared item comes from, but I can't see a tag for that?  Author name for group blogs would be good too.&#60;/p&#62;
&#60;p&#62;Am I missing something obvious?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>m_abdelfattah on "Feature request: include article or article excerpt and not only note"</title>
			<link>http://www.googletutor.com/forums/topic/feature-request-include-article-or-article-excerpt-and-not-only-note/page/6#post-177</link>
			<pubDate>Sat, 27 Dec 2008 17:56:13 +0000</pubDate>
			<dc:creator>m_abdelfattah</dc:creator>
			<guid isPermaLink="false">177@http://www.googletutor.com/forums/</guid>
			<description>&#60;p&#62;I'm looking for the same feature too :) !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>The Tutor on "Feature request: include article or article excerpt and not only note"</title>
			<link>http://www.googletutor.com/forums/topic/feature-request-include-article-or-article-excerpt-and-not-only-note/page/6#post-169</link>
			<pubDate>Wed, 10 Dec 2008 11:40:29 +0000</pubDate>
			<dc:creator>The Tutor</dc:creator>
			<guid isPermaLink="false">169@http://www.googletutor.com/forums/</guid>
			<description>&#60;p&#62;glad you like it bippo :)&#60;/p&#62;
&#60;p&#62;I'm considering trying to add an except option if it is possible, I can say that I won't allow the full article though since I'm afraid people would abuse that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bippo on "Feature request: include article or article excerpt and not only note"</title>
			<link>http://www.googletutor.com/forums/topic/feature-request-include-article-or-article-excerpt-and-not-only-note/page/6#post-168</link>
			<pubDate>Tue, 09 Dec 2008 11:40:15 +0000</pubDate>
			<dc:creator>bippo</dc:creator>
			<guid isPermaLink="false">168@http://www.googletutor.com/forums/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;is it possible to include publishing of selected content/excerpt of the articles, and and not only the notes? I often just copy quotes or parts of my shared objects and put my notes on these excerpts, rather than publishing the whole content of the article in my Shared Items feed. &#60;/p&#62;
&#60;p&#62;Thanks for a great plugin, it is really useful.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bippo on "Feature Request: Automatic Tagging"</title>
			<link>http://www.googletutor.com/forums/topic/feature-request-automatic-tagging/page/6#post-164</link>
			<pubDate>Sun, 07 Dec 2008 21:43:39 +0000</pubDate>
			<dc:creator>bippo</dc:creator>
			<guid isPermaLink="false">164@http://www.googletutor.com/forums/</guid>
			<description>&#60;p&#62;I really want this plugin to work, and I tried uploading the plugin as usual and also with the hacks as described in this previous thread:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.googletutor.com/forums/topic/simplepie-error&#34; rel=&#34;nofollow&#34;&#62;http://www.googletutor.com/forums/topic/simplepie-error&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Doesn't do the trick and activating this plugin autmatically creates hundreds of new posts and the whole site just breaks down. &#60;/p&#62;
&#60;p&#62;I am using Wordpress 2.6.5 with these plugins&#60;/p&#62;
&#60;p&#62;Akismet  	2.2.3&#60;br /&#62;
All in One SEO Pack 	1.4.6.15&#60;br /&#62;
FeedBurner FeedSmith 	2.3.1&#60;br /&#62;
Flash Video Player 	2.1&#60;br /&#62;
Google XML Sitemaps 	3.1.0.1&#60;br /&#62;
IntenseDebate 	2.0.16&#60;br /&#62;
Plugin Manager 	0.7.5&#60;br /&#62;
Search Everything 	4.7.8&#60;br /&#62;
SimplePie Core 	1.1.1&#60;br /&#62;
Simple Tags 	1.5.7&#60;br /&#62;
Smart Update Pinger 	2.0&#60;br /&#62;
Subscribe To Comments 	2.1.2&#60;br /&#62;
TTFTitles 	0.4.2&#60;br /&#62;
WordPress.com Stats 	1.3.5&#60;br /&#62;
WP-PageNavi 	2.31&#60;br /&#62;
WP-PostViews 	1.31&#60;br /&#62;
WP-PostViews Widget 	1.31&#60;br /&#62;
WP-Print 	2.31&#60;br /&#62;
WP Comment Remix 	1.4.4 	&#60;/p&#62;
&#60;p&#62;Any idea what's causing the trouble/known issues with the above listed plugins? Adding the functionality of this plugin to my site would be great, really want it to work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bobweasel on "Feature Request: Automatic Tagging"</title>
			<link>http://www.googletutor.com/forums/topic/feature-request-automatic-tagging/page/6#post-158</link>
			<pubDate>Sat, 06 Dec 2008 14:27:50 +0000</pubDate>
			<dc:creator>bobweasel</dc:creator>
			<guid isPermaLink="false">158@http://www.googletutor.com/forums/</guid>
			<description>&#60;p&#62;This is a great and simple plugin that works really well - I just have one small request: Automatic Tagging. I'd love it if the notes I share in reader could carry over the tags that I give them and be used on my blog as the tags for that particular post. The postalicious plugin does this well, but is more picky with other details!&#60;/p&#62;
&#60;p&#62;Please add this feature!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
