<?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>Social Media Marketing Secrets from NYC and Los Angeles &#124; IPhone App Developer &#187; posterous</title>
	<atom:link href="http://sparkah.com/tag/posterous/feed/" rel="self" type="application/rss+xml" />
	<link>http://sparkah.com</link>
	<description>Social Media Marketing, Viral Marketing, Business, and Life Strategies That Don&#039;t Suck (Mostly)</description>
	<lastBuildDate>Mon, 21 May 2012 10:45:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to Add the Facebook Like Button to ELGG / PLIGG / WordPress &#8211; Dynamic Urls</title>
		<link>http://sparkah.com/2010/06/04/how-to-add-the-facebook-like-button-to-elgg-pligg-wordpress-dynamic-urls/</link>
		<comments>http://sparkah.com/2010/06/04/how-to-add-the-facebook-like-button-to-elgg-pligg-wordpress-dynamic-urls/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 20:06:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Management]]></category>
		<category><![CDATA[Viral Marketing: Facebook Twitter Youtube]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[posterous]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://sparkah.com/2010/06/04/how-to-add-the-facebook-like-button-to-elgg-pligg-wordpress-dynamic-urls/</guid>
		<description><![CDATA[This took a bit of time to figure out. Once you know how, it&#8217;s super easy. Since all the pages in ELGG / PLIGG or any CMS are dynamically generated in PHP, all you have to do is add php code that triggers the physical url into the facebook pluggin. So instead of entering http://DisastEarth.com [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fsparkah.com%2F2010%2F06%2F04%2Fhow-to-add-the-facebook-like-button-to-elgg-pligg-wordpress-dynamic-urls%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fsparkah.com%2F2010%2F06%2F04%2Fhow-to-add-the-facebook-like-button-to-elgg-pligg-wordpress-dynamic-urls%2F" height="61" width="51" /></a></div><div class='posterous_autopost'>
<p><span style="font-size: large;">This took a bit of time to figure out. Once you know how, it&#8217;s super easy. Since all the pages in ELGG / PLIGG or any CMS are dynamically generated in PHP, all you have to do is add php code that triggers the physical url into the facebook pluggin. So instead of entering http://DisastEarth.com in the URL field at <a href="http://developers.facebook.com/docs/reference/plugins/like">http://developers.facebook.com/docs/reference/plugins/like</a> &#8230; you&#8217;d enter {$story_url}</span></p>
<p><span style="font-size: large;">BUT DON&#8217;T.</span></p>
<p><span style="font-size: large;">Although PLIGG uses {$story_url} to reference urls, ELGG, and other CMSs may not. So&#8230; to find out what php code your CMS like WordPress or Drupal uses, just open up one of your site template pages and look for &lt;a href=&#8221;THISisTHEphpCODEyouNEED&#8221;</span></p>
<p><span style="font-size: large;">You&#8217;re not done yet. </span></p>
<p><span style="font-size: large;">Do NOT put the THISisTHEphpCODEyouNEED or {$story_url} in the facebook plugins builder wizard. It&#8217;ll render these characters, &#8220;{$}&#8221; into their HTML code. You need these characters as-is &#8211; NOT converted to html code. So, just go into your html text editor and add {$story_url} or THISisTHEphpCODEyouNEED instead of the static url:</span></p>
<p><span style="font-size: large;">So, like.php?href=http%253A%252F%252Fdisastearth.com%252F</span></p>
<p><span style="font-size: large;">becomes like.php?href={$story_url} or like.php?href={THISisTHEphpCODEyouNEED</span></p>
<p><span style="font-size: large;">Here&#8217;s the last step. If your facebook like button still doesn&#8217;t work, the reason is simple. THISisTHEphpCODEyouNEED may just generate a partial url like <a href="http://disastearth.com/story.php?title=a-bp-gulf-oil-spill-photo-i-will-never-forget-tedchris">http://story.php?title=a-bp-gulf-oil-spill-photo-i-will-never-forget-tedchris</a> &#8230; it&#8217;s missing the domain name. So.. just add: <a href="http://disastearth.com/">http://disastearth.com/</a> right in front of THISisTHEphpCODEyouNEED. If you do it right, in PLIGG, it looks like this: </span></p>
<p><strong><span style="font-size: xx-large;">like.php?href=http%253A%252F%252Fdisastearth.com{$story_url}</span></strong></p>
<p style="font-size: 10px;">  <a href="http://www.youtube.com/watch?v=y13-uqJG0_Y">Posted via web</a>   from <a href="http://journik.www.youtube.com/watch?v=y13-uqJG0_Y/how-to-add-the-facebook-like-button-to-elgg-p">I&#8217;m just amazed.</a>  </p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://sparkah.com/2010/06/04/how-to-add-the-facebook-like-button-to-elgg-pligg-wordpress-dynamic-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a High Google Page Rank Site</title>
		<link>http://sparkah.com/2009/12/07/how-to-create-a-high-google-page-rank-site/</link>
		<comments>http://sparkah.com/2009/12/07/how-to-create-a-high-google-page-rank-site/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 03:03:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Marketing and PR]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[posterous]]></category>
		<category><![CDATA[sem]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://sparkah.com/?p=16</guid>
		<description><![CDATA[Most of you won&#8217;t know about Google Page Rank. It&#8217;s not what you think it is. Google has a 0-10 rating scale that basically assigns your site a &#8220;credibility value.&#8221; Get used to seeing this by downloading the Google ToolBar. In order for your outbound links to be worth anything, you&#8217;ve got to have a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fsparkah.com%2F2009%2F12%2F07%2Fhow-to-create-a-high-google-page-rank-site%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fsparkah.com%2F2009%2F12%2F07%2Fhow-to-create-a-high-google-page-rank-site%2F" height="61" width="51" /></a></div><p>Most of you won&#8217;t know about Google Page Rank. It&#8217;s not what you think it is. Google has a 0-10 rating scale that basically assigns your site a &#8220;credibility value.&#8221; Get used to seeing this by downloading the Google ToolBar.</p>
<p>In order for your outbound links to be worth anything, you&#8217;ve got to have a high Google page rank. Links are crucial for getting your website on page one of Google. Links from a high page rank site are far more valuable at leap frogging over your search competitors than links from low page rank sites.</p>
<p>So how do you build a high page rank site? </p>
<p>1. Make lots of unique pages.<br />
2. Make all the pages relate in topic.<br />
3. Make others link to you.</p>
<p>How? Simple.</p>
<p>A. Refuse to answer email. Force everyone to use your forum. They build your content for you and you save time by not repeating yourself.<br />
B. Start a unique forum for each topic.<br />
C. Offer &#8220;exclusive give aways,&#8221; like mp3s or whitepapers if they link to you&#8230; SEE:</p>
<p><a href="http://gunguik.www.youtube.com/watch?v=y13-uqJG0_Y">http://gunguik.www.youtube.com/watch?v=y13-uqJG0_Y</a><br />
<a href="http://sirjames.www.youtube.com/watch?v=y13-uqJG0_Y">http://sirjames.www.youtube.com/watch?v=y13-uqJG0_Y</a><br />
<a href="http://jouz.www.youtube.com/watch?v=y13-uqJG0_Y">http://jouz.www.youtube.com/watch?v=y13-uqJG0_Y</a></p>
<p>BONUS: D: Link to the sites that link to you from a unique url. It builds their credibility and all the golden honey goodness just trickles down. If you have any questions, contact me <a href="http://twitter.com/journik">@journik</a></p>
<blockquote><p>NEXT: <a href="http://sparkah.com/?p=13">How to Get On Google&#8217;s Page One, 3 Trade Secrets</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://sparkah.com/2009/12/07/how-to-create-a-high-google-page-rank-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

