<?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>Hector Herrera Jr. &#187; facebook</title>
	<atom:link href="http://hectorherrerajr.com/tag/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://hectorherrerajr.com</link>
	<description>Resume</description>
	<lastBuildDate>Mon, 14 Jun 2010 16:48:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Creating Share Links on Posterous</title>
		<link>http://hectorherrerajr.com/2010/01/creating-share-links-on-posterous/</link>
		<comments>http://hectorherrerajr.com/2010/01/creating-share-links-on-posterous/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 17:57:48 +0000</pubDate>
		<dc:creator>HHJR</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[creating]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[posterous]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://hectorherrerajr.com/2010/01/creating-share-links-on-posterous/</guid>
		<description><![CDATA[After contemplating whether or not to start a Posterous blog, I finally took the plunge and have genuinely liked most of what Posterous has to offer. Posterous is quick to setup, very clean and extremely user friendly for novice bloggers. They also have the ability for advanced customization but I really like the “out-of-the-box” minimalist [...]]]></description>
			<content:encoded><![CDATA[<p>After contemplating whether or not to start a <a href="http://posterous.com/">Posterous</a> blog, I finally took the plunge and have genuinely liked most of what Posterous has to offer. <strong>Posterous is quick to setup, very clean and extremely user friendly for novice bloggers</strong>. They also have the ability for advanced customization but I really like the “out-of-the-box” minimalist theme they give you. Plus, I plan to use Posterous as more of a personal blog and collection of point of ideas, opinions and ramblings. The only down side is the lack of plugins for the platform.</p>
<p>The only plugin I would really want for Posterous is one to allows readers to share content they enjoyed. While Posterous does have a built in “<a href="http://www.retweet.com/">retweet</a>” feature, I’m curious why they didn’t offer more share points for bloggers. Either way, I came up with a script that would allow readers to share on <a href="http://twitter.com">Twitter</a>, <a href="http://facebook.com">Facebook</a>, <a href="http://digg.com">Digg</a>, <a href="http://delicious.com">Delicious</a> and Email.</p>
<h3>Here’s the instructions:</h3>
<p>1.Find advance theme options:  <span style="color: #0000ff;">Manage&gt;Settings&gt; Theme and Customize my site&gt; Advanced</span><em><br />
*It might ask you to create and a new theme sheet</em> <strong>“Clean Sheet (copy)”</strong><em> … hit OK.</em></p>
<p>2. Locate the body tag: <span style="color: #808080;"><strong>{Body}</strong></span></p>
<p>3. Right under this tag place this code:</p>
<blockquote><p><span style="color: #000000;">&lt;a title=&#8221;Send this page to Twitter!&#8221; href=&#8221;http://twitter.com/home?status=RT @twitterusername {Title} {Permalink}&#8221; target=&#8221;_blank&#8221;&gt;Tweet This!&lt;/a&gt; | &lt;a title=&#8221;Send this page to Facebook&#8221; href=&#8221;http://www.facebook.com/sharer.php?u={Permalink}&amp;t={Title}&#8221; target=&#8221;_blank&#8221;&gt;Share on Facebook&lt;/a&gt; | &lt;a class=&#8221;DiggThisButton&#8221; href=&#8221;http://digg.com/submit?url={Permalink}&#8221;&gt;Digg&lt;/a&gt; |<br />
&lt;a href=&#8221;http://del.icio.us/post?url={Permalink}&amp;title={Title}&#8221;&gt;Del.icio.us&lt;/a&gt; | &lt;a href=&#8221;mailto:?subject={Title}&amp;body=I thought you might find this article interesting &#8211; {Title} | {Permalink}&#8221;&gt;Email&lt;/a&gt;</span></p></blockquote>
<p><strong>* Make Sure you change the “@twitterusername” in the code to whatever your twitter username is.</strong></p>
<p>4. Hit the: “Save, I’m done” button and you should be all good.</p>
<p><strong>This is how the completed code should look:</strong></p>
<blockquote><p><span style="color: #000000;">&lt;p&gt;<br />
{Body}<br />
&lt;a title=&#8221;Send this page to Twitter!&#8221; href=&#8221;http://twitter.com/home?status=RT @”twitterusername” {Title} {Permalink}&#8221; target=&#8221;_blank&#8221;&gt;Tweet This!&lt;/a&gt; | &lt;a title=&#8221;Send this page to Facebook&#8221; href=&#8221;http://www.facebook.com/sharer.php?u={Permalink}&amp;t={Title}&#8221; target=&#8221;_blank&#8221;&gt;Share on Facebook&lt;/a&gt; | &lt;a class=&#8221;DiggThisButton&#8221; href=&#8221;http://digg.com/submit?url={Permalink}&#8221;&gt;Digg&lt;/a&gt; |<br />
&lt;a href=&#8221;http://del.icio.us/post?url={Permalink}&amp;title={Title}&#8221;&gt;Del.icio.us&lt;/a&gt; | &lt;a href=&#8221;mailto:?subject={Title}&amp;body=I thought you might find this article interesting &#8211; {Title} | {Permalink}&#8221;&gt;Email&lt;/a&gt;<br />
&lt;/p&gt;</span></p></blockquote>
<p>I’m sure you could add more links but these are the only ones I was interested in. Also, if you want image links instead of text link just add the appropriate HTML image code &#8211; I just preferred text, flows better.</p>
<p>You can view this code in action on my posterous blog here: <a href="http://hectorherrerajr.posterous.com/">Hector’s Posterous</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hectorherrerajr.com/2010/01/creating-share-links-on-posterous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update Twitter via Text Message Using Cricket Wireless.</title>
		<link>http://hectorherrerajr.com/2009/12/update-twitter-via-text-message-using-cricket-wireless/</link>
		<comments>http://hectorherrerajr.com/2009/12/update-twitter-via-text-message-using-cricket-wireless/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 20:13:41 +0000</pubDate>
		<dc:creator>HHJR</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cricket]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[ping.fm]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://hectorherrerajr.com/icon/2009/12/update-twitter-via-text-message-using-cricket-wireless/</guid>
		<description><![CDATA[When I first got Cricket Wireless I was thrilled about getting unlimited texts and minutes at a reasonable price. However, I soon found out that I couldn&#8217;t update many of the common social networking sites via text messaging (sms). The only one I really wanted to update was twitter. After a quick goggle search I [...]]]></description>
			<content:encoded><![CDATA[<p>When I first got <a href="http://mycricket.com">Cricket Wireless</a> I was thrilled about getting <strong>unlimited texts and minutes</strong> at a reasonable price. However, I soon found out that I couldn&#8217;t update many of the common social networking sites via text messaging (sms). The only one I really wanted to update was <a href="http://twitter.com">twitter</a>. After a quick goggle search I found out that I was not alone in this dilemma and Cricket has made a <a href="http://www.youtube.com/watch?v=2ow4StkDNoE">statement</a> that they are working towards getting features like this on their network. Needless to say, I was bummed. =(</p>
<p>About 2 months ago, I stumbled upon a site called <a href="http://ping.fm" target="_blank"><strong>ping.fm</strong></a><strong>. </strong>Ping allows you to update most of your social networking sites from one dashboard. They even have the ability to <strong>send in updates via text message to a 10 digit number.</strong> This meant that I could text message my twitter updates to <a href="http://ping.fm" target="_blank">ping.fm</a> and they would update my twitter<strong>. </strong>I have been using Ping for about a month and a half now and have no complaints. They update 99.9% of the time immediately or for sure within 2 minutes of sending your update.  Ping however does not send back direct messages (D) or @responses to your cell phone; you have to get on twitter or your twitter app to see your messages. I am fine with that because I was only looking for a way to update my status. <strong>This will also work with </strong><a href="http://facebook.com" target="_blank"><strong>facebook</strong></a><strong> and </strong><a href="http://myspace.com" target="_blank"><strong>myspace</strong></a><strong> status updates</strong>. I hope this helps your situation…let me know if it does. =)</p>
<p>*Side Note* This post was transferred from my old blog because many people have found it useful.  I want the content to continue to be out on the web to help people that are having this issue with their phones.</p>
]]></content:encoded>
			<wfw:commentRss>http://hectorherrerajr.com/2009/12/update-twitter-via-text-message-using-cricket-wireless/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
