<?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"
	>

<channel>
	<title>Social Bookmarklets</title>
	<atom:link href="http://www.socialbookmarklets.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.socialbookmarklets.com</link>
	<description>As many social bookmarklets as your little heart desires</description>
	<pubDate>Tue, 04 Nov 2008 05:39:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Furl This Bookmarklet - Furl It!</title>
		<link>http://www.socialbookmarklets.com/furl-it-furl-this-bookmarklet/</link>
		<comments>http://www.socialbookmarklets.com/furl-it-furl-this-bookmarklet/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 05:05:06 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
		<category><![CDATA[Button]]></category>

		<category><![CDATA[Unofficial]]></category>

		<category><![CDATA[bookmarklet]]></category>

		<category><![CDATA[furl]]></category>

		<category><![CDATA[bookmark]]></category>

		<category><![CDATA[bookmarker]]></category>

		<category><![CDATA[easy bookmarking]]></category>

		<category><![CDATA[easy tagging]]></category>

		<category><![CDATA[free bookmarklet]]></category>

		<category><![CDATA[furl.net]]></category>

		<category><![CDATA[internet marketing]]></category>

		<category><![CDATA[link building]]></category>

		<category><![CDATA[official]]></category>

		<category><![CDATA[seo]]></category>

		<category><![CDATA[social marketing]]></category>

		<category><![CDATA[social network]]></category>

		<guid isPermaLink="false">http://www.socialbookmarklets.com/?p=17</guid>
		<description><![CDATA[Here is the Furl It! Bookmarklet for all your power surfing demands.]]></description>
			<content:encoded><![CDATA[<p><div class="wp-caption aligncenter" style="width: 136px"><img title="Furl Logo" src="http://www.socialbookmarklets.com/img/furl-logo-larger.png" alt="Furl Logo - Furl This - Furl It! - SocialBookmarklets.com" width="126" height="109" /><p class="wp-caption-text">Furl Logo - SocialBookmarklets.com</p></div></p>
<p>Here it is: the <strong>Furl Bookmarklet</strong>. This is the &#8220;<strong>Furl It!</strong>&#8221; bookmarklet for all of your social media needs. Best for <strong>quick posting</strong> of news, web snippets, and websites to your <strong>Furl.net</strong> account.</p>
<p>This is an <strong>unofficial bookmarklet</strong>. The code for this bookmarklet comes from <a href="http://binnyva.blogspot.com/2006/11/delicious-and-furl-bookmarklets.html">Binny V A &#8217;s Blog</a>.</p>
<p>To install: drag this button or the link below it</p>
<p><div class="wp-caption aligncenter" style="width: 35px"><a href="javascript:(function(){ d = document; w = window; s = w.selection; t = s ? (s.type != 'None' ? s.createRange().text : '') : (w.getSelection ? w.getSelection() : ''); t = t.toString(); if (!t) {     m = d.getElementsByTagName('meta');     for (i = 0; i &lt; m.length; i++)if (m[i].getAttribute('name') == 'description')t = m[i].getAttribute('content'); ; ; } if (!t) {     p = d.getElementsByTagName('p');     if (p)t = p[0].innerHTML.replace(/&lt;[^&gt;]+&gt;/g, ''); } if (t.length &gt; 500)t = t.substr(0, 500) + &quot; ...&quot;; var furlit = window.open('http://www.furl.net/storeIt.jsp?t=' + encodeURIComponent(d.title) + '&amp;u=' + escape(d.location.href) + '&amp;r=' + escape(d.referrer) + '&amp;c=' + encodeURIComponent(t), 'furlit', 'width=475,height=540,left=75,top=20,resizable=yes'); furlit.focus(); })(); "><img title="Furl This - Furl It!" src="http://www.socialbookmarklets.com/img/furl-logo-small.gif" alt="Furl This - Furl It! Bookmark / Bookmarklet" width="25" height="25" /></a><p class="wp-caption-text">Furl This - Furl It! </p></div></p>
<p style="text-align: center;">or</p>
<p style="text-align: center;">
<p style="text-align: center;"><a title="Furl This Bookmarklet - Furl It!" href="javascript:(function(){ d = document; w = window; s = w.selection; t = s ? (s.type != 'None' ? s.createRange().text : '') : (w.getSelection ? w.getSelection() : ''); t = t.toString(); if (!t) {     m = d.getElementsByTagName('meta');     for (i = 0; i &lt; m.length; i++)if (m[i].getAttribute('name') == 'description')t = m[i].getAttribute('content'); ; ; } if (!t) {     p = d.getElementsByTagName('p');     if (p)t = p[0].innerHTML.replace(/&lt;[^&gt;]+&gt;/g, ''); } if (t.length &gt; 500)t = t.substr(0, 500) + &quot; ...&quot;; var furlit = window.open('http://www.furl.net/storeIt.jsp?t=' + encodeURIComponent(d.title) + '&amp;u=' + escape(d.location.href) + '&amp;r=' + escape(d.referrer) + '&amp;c=' + encodeURIComponent(t), 'furlit', 'width=475,height=540,left=75,top=20,resizable=yes'); furlit.focus(); })(); ">Furl It!</a> &lt;- Drag to your toolbar. That&#8217;s it!</p>
<p>Here is the <strong>furl bookmarklet code</strong>:</p>
<blockquote>
<div>
<div>
<div></div>
</div>
</div>
</blockquote>
<blockquote>
<pre id="code-furl" style="display: block;"><code class="javascript">javascript:(function(){
d = document;
w = window;
s = w.selection;
t = s ? (s.type != 'None' ? s.createRange().text : '') :
  (w.getSelection ? w.getSelection() : '');
t = t.toString();
if (!t) {
    m = d.getElementsByTagName('meta');
    for (i = 0; i &lt; m.length; i++)
if (m[i].getAttribute('name') == 'description')
       t = m[i].getAttribute('content'); ; ; }
if (!t) {
    p = d.getElementsByTagName('p');
    if (p)t = p[0].innerHTML.replace(/&lt;[^&gt;]+&gt;/g, '');
}
if (t.length &gt; 500)t = t.substr(0, 500) + " ...";
var furlit = window.open('http://www.furl.net/storeIt.jsp?t=' +
encodeURIComponent(d.title) + '&amp;u=' + escape(d.location.href) +
'&amp;r=' + escape(d.referrer) + '&amp;c=' + encodeURIComponent(t), 'furlit',
'width=475,height=540,left=75,top=20,resizable=yes');
furlit.focus();
})();</code></pre>
</blockquote>
<p>You can used this tool for quicker browsing, fast bookmarking, or whatever you use these for&#8230; also good for people doing social/<strong>internet marketing</strong>, <strong>SEO</strong>, and <strong>link building</strong>.</p>
<p>Have any problems with this one? Do you have any other <strong>bookmarklets</strong> to share? Share in the comments below.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.socialbookmarklets.com%2Ffurl-it-furl-this-bookmarklet%2F';
  addthis_title  = 'Furl+This+Bookmarklet+-+Furl+It%21';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/socialbookmarklets.com/p=17</wfw:commentRss>
		</item>
		<item>
		<title>The Official Share This on Facebook Bookmarklet</title>
		<link>http://www.socialbookmarklets.com/the-official-share-this-on-facebook-facebook-bookmarklet/</link>
		<comments>http://www.socialbookmarklets.com/the-official-share-this-on-facebook-facebook-bookmarklet/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 01:31:02 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
		<category><![CDATA[Button]]></category>

		<category><![CDATA[Facebook]]></category>

		<category><![CDATA[bookmarklet]]></category>

		<category><![CDATA[official]]></category>

		<category><![CDATA[bookmark]]></category>

		<category><![CDATA[bookmarker]]></category>

		<category><![CDATA[easy bookmarking]]></category>

		<category><![CDATA[easy tagging]]></category>

		<category><![CDATA[facebook.com]]></category>

		<category><![CDATA[free bookmarklet]]></category>

		<category><![CDATA[link building]]></category>

		<category><![CDATA[seo]]></category>

		<category><![CDATA[social marketing]]></category>

		<category><![CDATA[social network]]></category>

		<guid isPermaLink="false">http://www.socialbookmarklets.com/?p=3</guid>
		<description><![CDATA[Here it is, the official Facebook Bookmarklet for all your surfing needs.]]></description>
			<content:encoded><![CDATA[<p><div class="wp-caption aligncenter" style="width: 413px"><img title="The Facebook Logo - Social Bookmarklets" src="http://www.grammarwindsor.org.nz/facebook-logo.jpg" alt="The Facebook Logo - Social Bookmarklets" width="403" height="151" /><p class="wp-caption-text">The Facebook Logo - Social Bookmarklets</p></div></p>
<p>Here it is: the official <strong>Facebook Bookmarklet</strong>. This is the &#8220;<strong>Share this on Facebook</strong>&#8221; bookmarklet for all of your social media needs. Best for <strong>quick posting</strong> of news, web snippets, and websites to your <strong>Facebook.com</strong> account.</p>
<p>This *IS* an <strong>official bookmarklet</strong>. The code is taken directly from the site.</p>
<p>To install: drag this button or the link below it</p>
<p style="text-align: center;"><div class="wp-caption aligncenter" style="width: 129px"><p class="wp-caption-text">Share on Facebook - Facebook Bookmarklet - Social Bookmarklets</p></div><a href="javascript:var%20d=document,f='http://www.new.facebook.com/share',l=d.location,e=encodeURIComponent,p='.php?src=bm&amp;v=4&amp;i=1222957763&amp;u='+e(l.href)+'&amp;t='+e(d.title);1;try{if%20(!/^(.*.)?facebook.[^.]*$/.test(l.host))throw(0);share_internal_bookmarklet(p)}catch(z)%20{a=function()%20{if%20(!window.open(f+'r'+p,'sharer','toolbar=0,status=0,resizable=1,width=626,height=436'))l.href=f+p};if%20(/Firefox/.test(navigator.userAgent))setTimeout(a,0);else{a()}}void(0)"><img class="aligncenter" src="http://static.ak.fbcdn.net/images/share_options/share_button_ff_win.gif?2:27409" alt="Share on Facebook Bookmarklet" /></a></p>
<p style="text-align: center;"><a href="javascript:var%20d=document,f='http://www.new.facebook.com/share',l=d.location,e=encodeURIComponent,p='.php?src=bm&amp;v=4&amp;i=1222957763&amp;u='+e(l.href)+'&amp;t='+e(d.title);1;try{if%20(!/^(.*.)?facebook.[^.]*$/.test(l.host))throw(0);share_internal_bookmarklet(p)}catch(z)%20{a=function()%20{if%20(!window.open(f+'r'+p,'sharer','toolbar=0,status=0,resizable=1,width=626,height=436'))l.href=f+p};if%20(/Firefox/.test(navigator.userAgent))setTimeout(a,0);else{a()}}void(0)">Share This On Facebook!</a> &lt;&#8211; Drag this to your toolbar. That&#8217;s it!</p>
<p>Here is the code:</p>
<table style="background-color: #000000;color:#33FF00;" border="0" width="100%">javascript:var%20d=document,f=&#8217;http://www.new.facebook.com/share&#8217;,l=d.location,e=encodeURIComponent,p=&#8217;.php?src=bm&amp;<br />
amp;v=4&amp;i=1222957763&amp;u=&#8217;+e(l.href)+&#8217;&amp;<br />
t=&#8217;+e(d.title);1;try{if%20(!/^(.*.)?facebook.[^.]*$/.test(l.host))throw(0);share_internal_bookmarklet(p)}catch(z)%20{a=function()%20{ if%20(!window.open(f+&#8217;r'+p,&#8217;sharer&#8217;,'toolbar=0,status=0,<br />
<code>resizable=1,width=626,height=436'))l.href=f+p}<br />
if%20(/Firefox.test(navigator.userAgent))setTimeout(a,0);<br />
else{a()}}void(0)<br />
</code></table>
<p>The code is taken directly from Facebook. In additional to the benefits to casual surfers and power users, this tool can also be used for social/<strong>internet marketing</strong>, <strong>SEO</strong>, and <strong>link building</strong>. We&#8217;ll get into that later <img src='http://www.socialbookmarklets.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Have any problems with this one? Do you have any other <strong>bookmarklets</strong> to share? Share in the comments below.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.socialbookmarklets.com%2Fthe-official-share-this-on-facebook-facebook-bookmarklet%2F';
  addthis_title  = 'The+Official+Share+This+on+Facebook+Bookmarklet';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/socialbookmarklets.com/p=3</wfw:commentRss>
		</item>
	</channel>
</rss>
