<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mitch Canter is [studionashvegas] &#187; Google Reader</title>
	<atom:link href="http://www.studionashvegas.com/tag/google-reader/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.studionashvegas.com</link>
	<description>Nashville, TN&#039;s Best WordPress Designer/Developer</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:28:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress MU: Promoting Posts from User Blogs</title>
		<link>http://www.studionashvegas.com/old-posts/wordpress-mu-promoting-posts-from-user-blogs/</link>
		<comments>http://www.studionashvegas.com/old-posts/wordpress-mu-promoting-posts-from-user-blogs/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 20:06:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Old Posts]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[Promote Posts]]></category>
		<category><![CDATA[User Blogs]]></category>
		<category><![CDATA[WordPress MU]]></category>
		<category><![CDATA[WPMU]]></category>

		<guid isPermaLink="false">http://www.studionashvegas.com/?p=199</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/old-posts/" title="Old Posts">Old Posts</a></p>A long point of contention with WordPress MU users is the inability to &#8220;promote&#8221; posts from the user pages]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/old-posts/" title="Old Posts">Old Posts</a></p><p>A long point of contention with WordPress MU users is the inability to &#8220;promote&#8221; posts from the user pages to the main blog feed.  This causes a disjoint between the bloggers and the site administrators who want to share the content their users are creating.  Other content management systems have this feature built-in, but WordPress users have been trying workarounds (with little success) to allow their users to have the &#8220;15 MB of Fame&#8221; they deserve.</p>
<p>Working with the <a href="http://michigansfe.org">Students for a Free Economy</a>, we&#8217;ve come up with a solution that works really well (and gives added benefit to the site administrators)</p>
<p>The one caveat with this way is that it does not import the author&#8217;s names.  I&#8217;ll address that later in the post.</p>
<h3>You Need:</h3>
<p>1) Google Reader Account</p>
<p>2) <a href="http://wpmudev.org/project/WPMU-Sitewide-Feed-Plugin---ITDamager">WPMU &#8211; Sitewide Feed Plugin</a></p>
<p>3) <a href="http://devthought.com/wp-o-matic-the-wordpress-rss-agreggator/">WP-O-Matic Plugin</a></p>
<p>4) WPMU installed on a host with a few user blogs already created</p>
<h3>Let&#8217;s Roll</h3>
<p>1) Install Sitewide Feed into the /mu-plugins/ directory.  This compiles feeds from all over your MU installation and creates a &#8220;master feed&#8221; pulling in posts as they happen from the user blogs.  Putting it into the /mu-plugins/ directory automatically activates it, so you should be good to go.</p>
<p>2) Visit the generated feed.  It should be something like <a title="http://michigansfe.org/?wpmu-feed=posts" href="http://www.yourdomain.com?wpmu-feed=posts">http://www.yourdomain.com?wpmu-feed=posts</a> if you are running a subdirectory structure.  If you are running subdomains, it&#8217;s <a href="http://www.yourdomain.com/masterfeed/">http://www.yourdomain.com/masterfeed/</a> or whatever you set it to in the options.  Make sure the posts are being parsed correctly, then copy the feed url down.</p>
<p>3) Put the feed into your Google Reader.  This is the first step in allowing you to &#8220;promote posts&#8221;, but it also gives you a super easy way to check your user&#8217;s blogs for spam, inappropriate content, or anything else you as a site administrator need to be on the lookout for.</p>
<p>4) Look at your feed in Google Reader.  If it shows up OK, go ahead and share an item or two (making sure to annotate the author&#8217;s name and URL in the note).  Make sure it&#8217;s fairly recent so you can know immediately if it shows up in the master feed later.</p>
<p>5) Click on your &#8220;Shared Items&#8221; tab in the Reader sidebar.  It should bring up a page with only those items that you&#8217;ve shared, and a link to a public page.  Visit that link, and pull the RSS feed from the Firefox/IE toolbar (it should be long and look like this: <a href="http://www.google.com/reader/public/atom/user%2F08955600430794990750%2Fstate%2Fc">http://www.google.com/reader/public/atom/user%2F08955600430794990750%2Fstate%2Fc&#8230;</a>).</p>
<p>6) That feed is your shared items feed.  You are going to take those shared items and parse them onto your blog as promoted posts using WP-O-Matic.</p>
<p>OPTIONAL* 7) Create a new user (role doesn&#8217;t matter) in your main blog.  For the SFE blog we used &#8220;An SFE Blogger&#8221;, but you can call it whatever you want.  If you don&#8217;t mind it posting under your username, skip this step.<br />
 <img src='http://cdn.studionashvegas.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Install WP-O-Matic into your /plugins/ directory (you&#8217;ll have to manually activate this one) and follow the setup procedures. When you&#8217;re all set up, click &#8220;Add Campaign&#8221; to set up your newly generated shared items feed.</p>
<p>9) Set your options, and click Submit.</p>
<h3>And there you have it.</h3>
<p>To break it down in a nutshell, this method parses together all of your sites&#8217; blog feeds, brings them into Google Reader, allows you to moderate which posts you want to show up on the front page, and then pulls them in at a timed interval.  Sure, there are other methods people have found to doing this, but the utility in this method is that you have a way to monitor your entire site from a single dashboard, while allowing your users to have their moment in the sun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studionashvegas.com/old-posts/wordpress-mu-promoting-posts-from-user-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 3/13 queries in 0.008 seconds using disk: basic
Object Caching 429/445 objects using disk: basic
Content Delivery Network via cdn.studionashvegas.com

Served from: www.studionashvegas.com @ 2012-02-10 02:35:29 -->
