<?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>Rockin&#039; with Joe Bear &#187; social media</title>
	<atom:link href="http://www.joebear.net/blog/category/social-media/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joebear.net/blog</link>
	<description>musings from a musician</description>
	<lastBuildDate>Mon, 26 Dec 2011 23:44:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>add a wordpress blog to a ReverbNation profile</title>
		<link>http://www.joebear.net/blog/add-a-wordpress-blog-to-a-reverbnation-profile/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-a-wordpress-blog-to-a-reverbnation-profile</link>
		<comments>http://www.joebear.net/blog/add-a-wordpress-blog-to-a-reverbnation-profile/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 06:06:43 +0000</pubDate>
		<dc:creator>JoeBear</dc:creator>
				<category><![CDATA[social media]]></category>
		<category><![CDATA[ReverbNation]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.joebear.net/blog/?p=21</guid>
		<description><![CDATA[Social media tools provide a platform for musicians and bands to expand their fan base. Wordpress is a widespread blogging platform, and ReverbNation provides a comprehensive toolset to market musical endeavors. But who has time to duplicate their blog posts to both platforms? You don't have to! You can set these tools up to synchronize with each other!

This article explains how to add a wordpress blog to a ReverbNation profile.]]></description>
			<content:encoded><![CDATA[<p>ReverbNation profiles have a blog tab on them. This blog tab can reflect content from RN&#8217;s internal blogging system. Better yet, it can accept an RSS feed from a wordpress blog &#8212; such as this one. Here&#8217;s how to set up RN to accept an external blog.</p>
<ol>
<li>Go to the Profile page within which you wish to embedded the blog.</li>
<li>Slightly down the page is a row of approximately ten tabs. Select the one entitled &#8216;BLOG/BUZZ&#8217;.</li>
<li>On the upper right of the BLOG/BUZZ tab is a button entitled &#8216;Blog Preferences&#8217;. Click it!</li>
<li>Select the Blog radio button for Default View.</li>
<li>In the Blog section, select the radio button entitled &#8220;I would like to show a blog I maintain on another site.&#8221;</li>
<li>In the text box entitled &#8220;<label>The URL for the blog RSS feed is </label>&#8220;, enter the URL of the blog RSS feed*!</li>
<li>Click the &#8216;Save&#8217; button.</li>
<li>Watch your RN blog populate itself with the source blog&#8217;s contents! Cool!</li>
</ol>
<p>*Bonus section &#8211; what is the URL of the RSS feed of the blog in which I am interested?</p>
<p>There are several correct answers to this question. Perhaps an example would help to illustrate. In my case, I just wanted to use the entire blog contents, and I did not care in which specific format it was published. My blog is located at <strong><code>http://www.joebear.net/blog/</code></strong>.  In this case, the proper feed to be typed into the text box for Blog Preferences was <strong><code>http://www.joebear.net/blog/feed</code></strong> .  Simple, hunh?</p>
<p>To see how it looks, compare this blog with its RN representation at <a title="Blog embedded in the Lee Thomas Band profile page at ReverbNation" href="http://www.reverbnation.com/leethomasband#tab=blogs_buzz" target="_blank">this link</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joebear.net/blog/add-a-wordpress-blog-to-a-reverbnation-profile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>wordpress, pretty permalinks, and seo</title>
		<link>http://www.joebear.net/blog/wordpress-pretty-permalinks-and-seo/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-pretty-permalinks-and-seo</link>
		<comments>http://www.joebear.net/blog/wordpress-pretty-permalinks-and-seo/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 05:32:49 +0000</pubDate>
		<dc:creator>JoeBear</dc:creator>
				<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://www.joebear.net/blog/?p=17</guid>
		<description><![CDATA[URLs generated by wordpress' default policy suck, from an SEO point of view. Here's a better plan, that uses the post title as a URL. Using keyword rich titles thereby improves rankings.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure this is old news to most. However, I discovered today that the default formal that wordpress uses to generate permalinks (URLs to each post) is almost universally reviled in the blogging community.</p>
<p>Essentially, the default format just appends a <code><strong>?p=index_number</strong></code> to the directory and calls it good. That works, but gives nothing for search engines to hang onto. The search engines especially like to see keywords in the URL. In order to give something for them to chew on, that simple integer has to go. </p>
<p>Upon some googling, I have arrived at this custom format: <code><strong>/%postname%/</strong></code> . This will use the slug version of the title as the generated URL. Done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joebear.net/blog/wordpress-pretty-permalinks-and-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RN widget example</title>
		<link>http://www.joebear.net/blog/rn-widget-example/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rn-widget-example</link>
		<comments>http://www.joebear.net/blog/rn-widget-example/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 09:17:54 +0000</pubDate>
		<dc:creator>JoeBear</dc:creator>
				<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://www.joebear.net/blog/?p=9</guid>
		<description><![CDATA[Two examples of ReverbNation widgets -- populated with some Lee Thomas Band material.]]></description>
			<content:encoded><![CDATA[<p>I think I may now know how to embed an RN Widget in a post. Let&#8217;s try, shall we? Here&#8217;s the small tune player widget, with the material I loaded into the LTB RN site.</p>
<p><img style="visibility: hidden; width: 0px; height: 0px;" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNTQyMDg*Mjk4MzEmcHQ9MTI1NDIwODQ*MjcyMiZwPTI3MDgxJmQ9bWluaV9tdXNpY19wbGF5ZXJfZmlyc3RfZ2VuJmc9MSZvPTg*ZGU*MTU2NjVkMDQyOGZiMmE1YmMxNmU*ZGM5NGEzJm9mPTA=.gif" border="0" alt="" width="0" height="0" /><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="262" height="83" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://cache.reverbnation.com/widgets/swf/13/widgetPlayerMini.swf?emailPlaylist=artist_509717&amp;backgroundcolor=EEEEEE&amp;font_color=000000&amp;posted_by=artist_509717&amp;shuffle=&amp;autoPlay=false" /><embed type="application/x-shockwave-flash" width="262" height="83" src="http://cache.reverbnation.com/widgets/swf/13/widgetPlayerMini.swf?emailPlaylist=artist_509717&amp;backgroundcolor=EEEEEE&amp;font_color=000000&amp;posted_by=artist_509717&amp;shuffle=&amp;autoPlay=false"></embed></object><br />
<a href="http://www.reverbnation.com/c./a4/13/509717/Artist/509717/Artist/link"><img src="http://cache.reverbnation.com/widgets/content/13/footer.png" border="0" alt="Lee%20Thomas%20Band" width="262" height="12" /></a><br />
<img style="visibility: hidden; width: 0px; height: 0px;" src="http://www.reverbnation.com/widgets/trk/13/artist_509717/artist_509717/t.gif" border="0" alt="" width="0" height="0" /><a href="http://www.quantcast.com/p-05---xoNhTXVc" target="_blank"><img style="display: none" src="http://pixel.quantserve.com/pixel/p-05---xoNhTXVc.gif" border="0" alt="Quantcast" width="1" height="1" /></a></p>
<p>Have a listen!</p>
<p>If you like what you hear, sign up for the mailing list &#8211; I promise it&#8217;ll be a very low-volume mailing, and you can always unsubscribe later:</p>
<p><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNTQyMDg2MDY3MzcmcHQ9MTI1NDIwODYwODk1NiZwPTI3MDgxJmQ9ZmFuX2NvbGxlY3Rvcl9maXJzdF9nZW4mZz*xJm89ODRkZTQxNTY2NWQwNDI4ZmIyYTViYzE2ZTRkYzk*YTMmb2Y9MA==.gif" /><embed type="application/x-shockwave-flash" src="http://cache.reverbnation.com/widgets/swf/11/fancollector.swf?page_object_id=artist_509717&#038;backgroundcolor=EEEEEE&#038;font_color=000000&#038;posted_by=artist_509717" height="100" width="434" /><br /><a href="http://www.reverbnation.com/c./a4/11/509717/Artist/509717/Artist/link"><img alt="Lee%20Thomas%20Band" border="0" height="19" src="http://cache.reverbnation.com/widgets/content/11/footer.png" width="434" /></a><br /><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://www.reverbnation.com/widgets/trk/11/artist_509717/artist_509717/t.gif"/><a href="http://www.quantcast.com/p-05---xoNhTXVc" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-05---xoNhTXVc.gif" style="display: none" border="0" height="1" width="1" alt="Quantcast"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joebear.net/blog/rn-widget-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>intro to ReverbNation</title>
		<link>http://www.joebear.net/blog/intro-to-reverbnation/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=intro-to-reverbnation</link>
		<comments>http://www.joebear.net/blog/intro-to-reverbnation/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 09:06:14 +0000</pubDate>
		<dc:creator>JoeBear</dc:creator>
				<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://www.joebear.net/blog/?p=6</guid>
		<description><![CDATA[ReverbNation provides tools for musicians to market their music. It prompts the user through logical marketing activities in order to build brand equity in the band or performer's name. Further, it pushes out info to other social media sites, allowing the user to update the info in one place, and have other sites instantly and automatically updated.]]></description>
			<content:encoded><![CDATA[<p>intro for me, anyway.</p>
<p>There are just so many social media outlets available that a person could spend their entire life updating them all and getting nowhere fast.</p>
<p>One possible tool for musicians to cut down on the duplication is ReverbNation (RN). This tool provides a handy control panel that tracks and even guides all aspects of marketing for a musician or band. At least it seems to guide the marketing activities &#8212; I do not have a background in marketing, and RN seems to prompt me as to what I should do as a next step, based upon what I already have in place.</p>
<p>As such a marketing control panel, RN is useful in and of itself. However, it also contains hooks to MySpace, Twitter, Facebook, and other sites. As a consequence, one can enter (e.g.) a new scheduled show on RN, and have their (e.g.) MySpace page instantly updated with the new info. Or so it appears to me at this moment.</p>
<p>I&#8217;m still stumbling about in the interface, but I think I am getting a handle on the tools available therein. So far, I have just been expanding one of my bands&#8217; presence there. This would be the Lee Thomas Band. Here is the <a title="Lee Thomas Band RN Profile" href="http://www.reverbnation.com/leethomasband" target="_blank">Lee Thomas Band RN Profile</a>.</p>
<p>As an example of the tools available, I&#8217;ll talk about the mailing lists. RN provides a mailing list utility, which maintains a database of contacts for the band. This is linked to an editor and mass mailer, for distribution of newsletters and such. This is similar to the functionality one would find at Aweber or Constant Contact.</p>
<p>Also provided are one-step HTML generators, that create Widgets for posting on any arbitrary site. I used this to embed a signup for the LTB RN mailing list on each page of the <a title="Lee Thomas Band website" href="http://leethomasband.com/index.html" target="_blank">Lee Thomas Band website</a>.</p>
<p>Once I figure out how to modify this blog&#8217;s layout, I should be able to embed that widget (and others) right here. Further, there is a Widget Widget, which allows anyone to generate and embed a Lee Thomas Band mailing list widget in any site of their own. This is intended for the use of fans in viral marketing campaigns.</p>
<p>More to come&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joebear.net/blog/intro-to-reverbnation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

