<?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>Beth Granter &#187; tagging</title>
	<atom:link href="http://bethgranter.com/blog/tag/tagging/feed/" rel="self" type="application/rss+xml" />
	<link>http://bethgranter.com/blog</link>
	<description>Social media, online communities, interface design, ethics and feminism</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:31:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Custom size del.icio.us Widgetbox widget for Ning (and others)</title>
		<link>http://bethgranter.com/blog/2008/06/custom-size-delicious-widgetbox-widget-for-ning-and-others/</link>
		<comments>http://bethgranter.com/blog/2008/06/custom-size-delicious-widgetbox-widget-for-ning-and-others/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 08:50:09 +0000</pubDate>
		<dc:creator>Beth Granter</dc:creator>
				<category><![CDATA[Social media]]></category>
		<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[ning]]></category>
		<category><![CDATA[Online communities]]></category>
		<category><![CDATA[online community]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[widgetbox]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://bethgranter.wordpress.com/?p=107</guid>
		<description><![CDATA[So I made a custom size del.icio.us Widgetbox widget for my Ning profiles, but Widgetbox won&#8217;t put it in their gallery because the links don&#8217;t open in a new window.  I added the code they provide to make it do this but it appears not to work.  I ...]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">So I made a custom size del.icio.us Widgetbox widget for my Ning profiles, but Widgetbox won&#8217;t put it in their gallery because the links don&#8217;t open in a new window.  I added the code they provide to make it do this but it appears not to work.  I think because the links are being created by the del.icio.us javascript rather than already being in the widget.  Does anyone know how to fix this?  The other del.icio.us tagroll widget must have managed it because it&#8217;s in the Widgetbox gallery, but you can&#8217;t resize that one on Ning.  Here&#8217;s my code:</p>
<pre style="text-align:left;">&lt;script&gt;
	var i;
	var aTags = document.getElementsByTagName(“a”);
	for (i=0; i &lt; aTags.length; i++) {
		aTags[i].setAttribute(“target”, “_new”);
	}

	var areaTags = document.getElementsByTagName(“area”);
	for (i=0; i &lt; areaTags.length; i++) {
		areaTags[i].setAttribute(“target”, “_new”);
	}
&lt;/script&gt;
&lt;div style="padding:7px;font-family:Arial;
width:${config.width}px;"&gt;
  &lt;script type="text/javascript"
src="http://del.icio.us/feeds/js/tags/${config.username}
?count=${config.number};
size=${config.minimum}-${config.maximum};
color=${config.little-colour}-${config.big-colour};
title=${config.title};name"&gt;
&lt;/script&gt;
  &lt;/div&gt;</pre>
<pre style="text-align:center;"><span style="color:#ff6600;">_____________________________EDIT___________________________
</span></pre>
<p><strong>Solution!</strong> OK so I wrote to Widgetbox support eventually and they&#8217;ve helped loads.  They&#8217;ve now added a &#8216;code snippet&#8217; inserter into the widget code editor which adds the correct code for making links open in a new window.  Apparently the problem was with copy-pasting the code into my widget made the quotes into speech marks  rather than those code type straight quotes.  So now that&#8217;s fixed.  BUT sometime in the last week the actual widget itself has broken on Ning.  The widget is fine on Widgetbox, but even the &#8216;add to Ning&#8217; option has disappeared.  I can&#8217;t find an &#8216;add to Ning&#8217; option on any of the other widgets either so I wonder if Ning has changed something and become incompatible?  Anyway, I&#8217;ve asked Widgetbox about this again so bear with me and I&#8217;ll let you know what they say&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://bethgranter.com/blog/2008/06/custom-size-delicious-widgetbox-widget-for-ning-and-others/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

