<?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>Free Web Resources - Web Resources Depot &#187; Bit.ly</title>
	<atom:link href="http://www.webresourcesdepot.com/tag/bitly/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webresourcesdepot.com</link>
	<description>Free Web Resources</description>
	<lastBuildDate>Sun, 21 Mar 2010 08:46:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Help Your Content Spread On Twitter With Easy Retweet Button (+Wordpress Installation Steps)</title>
		<link>http://www.webresourcesdepot.com/help-your-content-spread-on-twitter-with-easy-retweet-button-wordpress-installation-steps/</link>
		<comments>http://www.webresourcesdepot.com/help-your-content-spread-on-twitter-with-easy-retweet-button-wordpress-installation-steps/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 05:15:47 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Goodies]]></category>
		<category><![CDATA[MIT License]]></category>
		<category><![CDATA[Social Bookmarking]]></category>
		<category><![CDATA[Bit.ly]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1043</guid>
		<description><![CDATA[John Resig is sharing very functional script named Easy Retweet Button that will simplify &#34;the sharing of your content on Twitter&#34;.
It is an unobtrusive JavaScript file for displaying a retweet link with a shortened URL via Bit.ly (similar to Tweetmeme) &#38; number of clicks came to that content from Twitter.

Easy Retweet Button has 2 ready-to-go [...]]]></description>
			<content:encoded><![CDATA[<p><strong>John Resig</strong> is sharing very functional script named <a href="http://ejohn.org/blog/retweet/" target="_blank"><strong>Easy Retweet Button</strong></a> that will simplify &quot;the sharing of your content on <strong>Twitter</strong>&quot;.</p>
<p>It is an unobtrusive JavaScript file for <strong>displaying a retweet link with a shortened URL via Bit.ly</strong> (similar to Tweetmeme) &amp; <strong>number of clicks</strong> came to that content from Twitter.</p>
<p><a href="http://ejohn.org/blog/retweet/" target="_blank"><img height="150" width="480" src="http://www.webresourcesdepot.com/wp-content/uploads/image/easy-retweet-button.jpg" alt="Easy Retweet Button" /></a></p>
<p><strong>Easy Retweet Button</strong> has 2 ready-to-go styles: vertical &amp; horizontal. And it can be <strong>easily themed</strong> as only HTML, CSS &amp; JavaScript is used.</p>
<p>It is possible to customize the &quot;Retweet&quot; text, prefix of the tweets (like RT @..) &amp; Bit.ly username / API key to be used.</p>
<h3>It offers various advantages like:</h3>
<ul>
<li>speed:&nbsp;it works completely asynchronously</li>
<li>tracking:&nbsp;all the tracking is done via Bit.ly &amp; clicks from retweets can be tracked from a single interface</li>
</ul>
<div class="featured"><strong>Tip:</strong> <a target="_blank" href="http://twitter.com/umutm">Follow <strong>WebResourcesDepot</strong> on Twitter</a> &amp; get more resources!</div>
<h3>Steps For Using It With Wordpress:</h3>
<p>This is nothing complicated but can save your time:</p>
<p><span id="more-1043"></span></p>
<ul>
<li>Create a &quot;js&quot; folder in your active theme &amp; upload Retweet.js into this folder</li>
<li>Include the Retweet.js to your theme. There are 2 options:
<ul>
<li>You may want to use retweet links only inside your post details (single.php) page. So, it is a better decision to include Retweet.js only into single.php to prevent unnecessary loading. In your template&#8217;s folder&gt;header.php&gt;between your head tags: <br />
        <code>&lt;?php<br />
        if ( is_single()) {<br />
        ?&gt;<br />
        &nbsp;&nbsp;&nbsp; &lt;script src=&quot;&lt;?php bloginfo('stylesheet_directory'); ?&gt;/js/retweet.js&quot;&gt;&lt;/script&gt;<br />
        &lt;?php<br />
        }<br />
        ?&gt;</code></li>
<li>If you will use it site-wide (your homepage, post details, etc..) simple include the JS file to your template&#8217;s folder&gt;header.php&gt;between your head tags: <br />
        <code>&lt;script src=&quot;&lt;?php bloginfo('stylesheet_directory'); ?&gt;/js/retweet.js&quot;&gt;&lt;/script&gt;</code></li>
</ul>
</li>
<li>For using it inside post details (single.php), insert the code below to any part of your template&#8217;s single.php file:<br />
    <code>&lt;a class=&quot;retweet&quot; href=&quot;&lt;?php echo get_permalink(); ?&gt;&quot; rel=&quot;nofollow&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;</code> . Besides the original examples of Easy Retweet Button, <code>rel=nofollow</code> info is added considering the link has no value to search engines.</li>
<li>And, you may want to get a free account from Bit.ly &amp; update the username &amp; API key info inside Retweet.js to reach your stats from a single interface.</li>
</ul>
<p>P.S. A demo of the script can be found below the title of every post at <strong>WebResourcesDepot</strong>.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/bitly/" title="Bit.ly" rel="tag">Bit.ly</a>, <a href="http://www.webresourcesdepot.com/tag/javascript/" title="Javascript" rel="tag">Javascript</a>, <a href="http://www.webresourcesdepot.com/tag/twitter/" title="Twitter" rel="tag">Twitter</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/display-tweets-with-phpajax-ptwix/" title="Display Tweets With PHP/Ajax: Ptwix (July 4, 2009)">Display Tweets With PHP/Ajax: Ptwix</a></li>
	<li><a href="http://www.webresourcesdepot.com/ajax-powered-mash-up-engine-afrous/" title="Ajax-Powered Mash Up Engine: Afrous (January 6, 2008)">Ajax-Powered Mash Up Engine: Afrous</a></li>
	<li><a href="http://www.webresourcesdepot.com/zoom-script-with-a-smart-interface-tjpzoom/" title="Zoom Script With A Smart Interface: TJPzoom (September 4, 2008)">Zoom Script With A Smart Interface: TJPzoom</a></li>
	<li><a href="http://www.webresourcesdepot.com/yui-slideshow-customizable-and-animated-slideshows/" title="YUI Slideshow: Customizable And Animated Slideshows (August 12, 2009)">YUI Slideshow: Customizable And Animated Slideshows</a></li>
	<li><a href="http://www.webresourcesdepot.com/wrap-content-around-images-jqslickwrap/" title="Wrap Content Around Images: jQSlickWrap (November 22, 2009)">Wrap Content Around Images: jQSlickWrap</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/help-your-content-spread-on-twitter-with-easy-retweet-button-wordpress-installation-steps/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 7/21 queries in -1.581 seconds using disk

Served from: www.webresourcesdepot.com @ 2010-03-21 14:24:59 -->