<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>The Kitchen in the Zoo - html tag</title>
  <link>http://blog.maxant.co.uk:80/pebble/tags/html/</link>
  <description>&lt;small&gt;A blog where Ant writes about anything he finds interesting! &lt;a href=&#039;http://www.linkedin.com/in/maxant&#039;&gt;&lt;font color=&#039;white&#039;&gt;Who is Ant?&lt;/font&gt;&lt;/a&gt;      &lt;a href=&#039;/pebble/pages/copyright.html&#039;&gt;&lt;font color=&#039;white&#039;&gt;Copyright 2005-2012 Ant Kutschera&lt;/font&gt;&lt;/a&gt;&lt;/small&gt;</description>
  <language>en</language>
  <copyright>Ant Kutschera</copyright>
  <lastBuildDate>Thu, 10 May 2012 20:07:00 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  
  <item>
    <title>Sharing, using Social Media Links</title>
    <link>http://blog.maxant.co.uk:80/pebble/2011/03/12/1299954600000.html</link>
    
      
        <description>
          &lt;p&gt;Below is some Javascript which lets users share the current page on several social media sites.&amp;nbsp; It relies on simple anchor tags wrapping images, like those on the top right of this blog.&amp;nbsp; You could equally use serverside code to fill the link, just my Blog (Pebble)&amp;nbsp;doesn&#039;t seem to let me do that (the template doesn&#039;t let you add Java tags to the JSP?!).&amp;nbsp; Note how some use an escaped URL and others don&#039;t.&lt;/p&gt;
&lt;p&gt;---------------------------&lt;/p&gt;
&lt;p&gt;var title = escape(&amp;quot;Ant&#039;s blog&amp;quot;);&lt;br /&gt;
var url = escape(window.location.href);&lt;br /&gt;
&lt;br /&gt;
var facebookLink = document.getElementById(&amp;quot;facebookLink&amp;quot;);&lt;br /&gt;
facebookLink.href = &amp;quot;http://www.facebook.com/sharer.php?u=&amp;quot; + url + &amp;quot;&amp;amp;t=&amp;quot; + title;&lt;br /&gt;
&lt;br /&gt;
var twitterLink = document.getElementById(&amp;quot;twitterLink&amp;quot;);&lt;br /&gt;
twitterLink.href = &amp;quot;http://www.twitter.com/home?status=&amp;quot; + window.location.href;&lt;br /&gt;
&lt;br /&gt;
var googleLink = document.getElementById(&amp;quot;googleLink&amp;quot;);&lt;br /&gt;
googleLink.href = &amp;quot;http://www.google.com/bookmarks/mark?op=add&amp;amp;bkmk=&amp;quot; + url + &amp;quot;&amp;amp;title=&amp;quot; + title;&lt;br /&gt;
&lt;br /&gt;
var diggLink = document.getElementById(&amp;quot;diggLink&amp;quot;);&lt;br /&gt;
diggLink.href = &amp;quot;http://www.digg.com/submit?phase=2&amp;amp;url=&amp;quot; + window.location.href + &amp;quot;&amp;amp;title=&amp;quot; + title;&lt;br /&gt;
&lt;br /&gt;
var myspaceLink = document.getElementById(&amp;quot;myspaceLink&amp;quot;);&lt;br /&gt;
myspaceLink.href = &amp;quot;http://www.myspace.com/Modules/PostTo/Pages/?u=&amp;quot; + url + &amp;quot;&amp;amp;t=&amp;quot; + title + &amp;quot;&amp;amp;c=&amp;quot; + title;&lt;br /&gt;
&lt;br /&gt;
var deliciousLink = document.getElementById(&amp;quot;deliciousLink&amp;quot;);&lt;br /&gt;
deliciousLink.href = &amp;quot;http://del.icio.us/post?url=&amp;quot; + url + &amp;quot;&amp;amp;title=&amp;quot; + title;&lt;br /&gt;
&lt;br /&gt;
var redditLink = document.getElementById(&amp;quot;redditLink&amp;quot;);&lt;br /&gt;
redditLink.href = &amp;quot;http://reddit.com/submit?url=&amp;quot; + url + &amp;quot;&amp;amp;title=&amp;quot; + title;&lt;br /&gt;
&lt;br /&gt;
var stumbleUponLink = document.getElementById(&amp;quot;stumbleUponLink&amp;quot;);&lt;br /&gt;
stumbleUponLink.href = &amp;quot;http://www.stumbleupon.com/submit?url=&amp;quot; + url + &amp;quot;&amp;amp;title=&amp;quot; + title;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div class=&#034;tags&#034;&gt;&lt;span&gt;Social Bookmarks : &lt;/span&gt;&amp;nbsp;&lt;a href=&#034;http://slashdot.org/bookmark.pl?url=http://blog.maxant.co.uk:80/pebble/2011/03/12/1299954600000.html&amp;amp;title=Sharing%2C+using+Social+Media+Links&#034; target=&#034;_blank&#034; title=&#034;Add this post to Slash Dot&#034;&gt;&lt;img src=&#034;common/images/slashdot.png&#034; alt=&#034;Add this post to Slashdot&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://digg.com/submit?url=http://blog.maxant.co.uk:80/pebble/2011/03/12/1299954600000.html&amp;amp;title=Sharing%2C+using+Social+Media+Links&#034; target=&#034;_blank&#034; title=&#034;Digg this post&#034;&gt;&lt;img src=&#034;common/images/digg.png&#034; alt=&#034;Add this post to Digg&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://reddit.com/submit?url=http://blog.maxant.co.uk:80/pebble/2011/03/12/1299954600000.html&amp;amp;title=Sharing%2C+using+Social+Media+Links&#034; target=&#034;_blank&#034; title=&#034;Add this post to Reddit&#034;&gt;&lt;img src=&#034;common/images/reddit.png&#034; alt=&#034;Add this post to Reddit&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://del.icio.us/post?url=http://blog.maxant.co.uk:80/pebble/2011/03/12/1299954600000.html&amp;amp;title=Sharing%2C+using+Social+Media+Links&#034; target=&#034;_blank&#034; title=&#034;Save this post to Del.icio.us&#034;&gt;&lt;img src=&#034;common/images/delicious.png&#034; alt=&#034;Add this post to Delicious&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.stumbleupon.com/submit?url=http://blog.maxant.co.uk:80/pebble/2011/03/12/1299954600000.html&amp;amp;title=Sharing%2C+using+Social+Media+Links&#034; target=&#034;_blank&#034; title=&#034;Stumble this post&#034;&gt;&lt;img src=&#034;common/images/stumbleupon.png&#034; alt=&#034;Add this post to Stumble it&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.google.com/bookmarks/mark?op=edit&amp;amp;bkmk=http://blog.maxant.co.uk:80/pebble/2011/03/12/1299954600000.html&amp;amp;title=Sharing%2C+using+Social+Media+Links&#034; target=&#034;_blank&#034; title=&#034;Add this post to Google&#034;&gt;&lt;img src=&#034;common/images/google.png&#034; alt=&#034;Add this post to Google&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://technorati.com/faves?add=http://blog.maxant.co.uk:80/pebble/2011/03/12/1299954600000.html&#034; target=&#034;_blank&#034; title=&#034;Add this post to Technorati&#034;&gt;&lt;img src=&#034;common/images/technorati.png&#034; alt=&#034;Add this post to Technorati&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.bloglines.com/sub/http://blog.maxant.co.uk:80/pebble/2011/03/12/1299954600000.html&#034; target=&#034;_blank&#034; title=&#034;Add this post to Bloglines&#034;&gt;&lt;img src=&#034;common/images/bloglines.png&#034; alt=&#034;Add this post to Bloglines&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.facebook.com/share.php?u=http://blog.maxant.co.uk:80/pebble/2011/03/12/1299954600000.html&#034; target=&#034;_blank&#034; title=&#034;Add this post to Facebook&#034;&gt;&lt;img src=&#034;common/images/facebook.png&#034; alt=&#034;Add this post to Facebook&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://www.furl.net/storeIt.jsp?u=http://blog.maxant.co.uk:80/pebble/2011/03/12/1299954600000.html&amp;amp;t=Sharing%2C+using+Social+Media+Links&#034; target=&#034;_blank&#034; title=&#034;Add this post to Furl&#034;&gt;&lt;img src=&#034;common/images/furl.png&#034; alt=&#034;Add this post to Furl&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;amp;url=http://blog.maxant.co.uk:80/pebble/2011/03/12/1299954600000.html&amp;amp;title=Sharing%2C+using+Social+Media+Links&#034; target=&#034;_blank&#034; title=&#034;Add this post to Windows Live&#034;&gt;&lt;img src=&#034;common/images/windowslive.png&#034; alt=&#034;Add this post to Windows Live&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#034;http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;amp;u=http://blog.maxant.co.uk:80/pebble/2011/03/12/1299954600000.html&amp;amp;t=Sharing%2C+using+Social+Media+Links&#034; target=&#034;_blank&#034; title=&#034;Add this post to Yahoo!&#034;&gt;&lt;img src=&#034;common/images/yahoo.png&#034; alt=&#034;Add this post to Yahoo!&#034; border=&#034;0&#034; /&gt;&lt;/a&gt;&lt;/div&gt;
        </description>
      
      
    
    
    
    <comments>http://blog.maxant.co.uk:80/pebble/2011/03/12/1299954600000.html#comments</comments>
    <guid isPermaLink="true">http://blog.maxant.co.uk:80/pebble/2011/03/12/1299954600000.html</guid>
    <pubDate>Sat, 12 Mar 2011 18:30:00 GMT</pubDate>
  </item>
  
  </channel>
</rss>

