<?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>Andrew R. Jones &#187; Social Bookmarks</title>
	<atom:link href="http://andrew-jones.com/tag/social-bookmarks/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrew-jones.com</link>
	<description>Andrew Jones' Site</description>
	<lastBuildDate>Tue, 01 Dec 2009 20:30:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Social Bookmarks for Foswiki</title>
		<link>http://andrew-jones.com/2009/04/14/social-bookmarks-for-foswiki/</link>
		<comments>http://andrew-jones.com/2009/04/14/social-bookmarks-for-foswiki/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 20:45:12 +0000</pubDate>
		<dc:creator>Andrew Jones</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Foswiki]]></category>
		<category><![CDATA[Social Bookmarks]]></category>

		<guid isPermaLink="false">http://andrew-jones.com/?p=151</guid>
		<description><![CDATA[I have knocked up a small add on for Foswiki that makes it easy to add social bookmarking and news links to a Foswiki page. It is called the SocialBookmarkingAddOn and is available at http://foswiki.org/Extensions/SocialBookmarkingAddOn. It relies on no other extensions and currently supports the following five sites:

Delicious
Digg
Facebook
Reddit
StumbleUpon

The add on is used with the %INCLUDE% [...]]]></description>
			<content:encoded><![CDATA[<p>I have knocked up a small add on for Foswiki that makes it easy to add social bookmarking and news links to a Foswiki page. It is called the SocialBookmarkingAddOn and is available at <a title="Social Bookmarking Add On on foswiki.org" href="http://foswiki.org/Extensions/SocialBookmarkingAddOn">http://foswiki.org/Extensions/SocialBookmarkingAddOn</a>. It relies on no other extensions and currently supports the following five sites:</p>
<ul>
<li>Delicious</li>
<li>Digg</li>
<li>Facebook</li>
<li>Reddit</li>
<li>StumbleUpon</li>
</ul>
<p>The add on is used with the <code>%INCLUDE%</code> macro, which among other things can grab a section of a topic. For example, to create a link to Digg, you would include the &#8220;digg&#8221; section of the SocialBookmarkingAddOn topic with the following macro:</p>
<pre>%INCLUDE{"System.SocialBookmarkingAddOn" section="digg" }%</pre>
<p>This would be fine if you only wanted one link on a small amount of pages, but is obviously a lot of typing if you want to add five links to many pages. Luckily in Foswiki we can easily create our own macros in our SitePreferences topic, or our WebPreferences topic if we only want them in one web. So by adding the following, we can use the <code>%SOCIALBOOKMARKS%</code> macro in any topic we want it:</p>
<pre>   * Set SOCIALBOOKMARKS = %INCLUDE{"System.SocialBookmarkingAddOn" section="delicious" }% %INCLUDE{"System.SocialBookmarkingAddOn" section="digg" }% %INCLUDE{"System.SocialBookmarkingAddOn" section="reddit" }% %INCLUDE{"System.SocialBookmarkingAddOn" section="facebook" }% %INCLUDE{"System.SocialBookmarkingAddOn" section="stumbleupon" }%</pre>
<p>Hopefully some might this useful. This add on also shows just how flexible and powerfull Foswiki can be straight out of the box.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrew-jones.com/2009/04/14/social-bookmarks-for-foswiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
