<?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>Reframe It</title>
	<atom:link href="http://blog.reframeit.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.reframeit.com</link>
	<description>Its your web, Speak Up, Give It Context</description>
	<pubDate>Wed, 14 Jul 2010 22:18:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Meet Our New Blog Commenting System&#8230;</title>
		<link>http://blog.reframeit.com/announcements/meet-out-new-blog-commenting-system/</link>
		<comments>http://blog.reframeit.com/announcements/meet-out-new-blog-commenting-system/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 21:41:29 +0000</pubDate>
		<dc:creator>Matt Getty</dc:creator>
		
		<category><![CDATA[General Announcements]]></category>

		<guid isPermaLink="false">http://blog.reframeit.com/?p=77</guid>
		<description><![CDATA[Look to the right! It&#8217;s this thing we call the Reframe It Margin!  Maybe you&#8217;ve heard of it?
We&#8217;d always planned to put the JIM (Javascript Injectable Margin) in our blog, but had been busy making the rest of our product great, until now. As it would turn out, Wordpress makes writing plugins extremely easy. They [...]]]></description>
			<content:encoded><![CDATA[<p>Look to the right! It&#8217;s this thing we call the Reframe It Margin!  Maybe you&#8217;ve heard of it?</p>
<p>We&#8217;d always planned to put the JIM (Javascript Injectable Margin) in our blog, but had been busy making the rest of our product great, until now. As it would turn out, Wordpress makes writing plugins extremely easy. They have action-hooks, so you can just tell Wordpress to call a function when it performs a certain action. That&#8217;s exactly what we did.</p>
<p>You can see from the <a href="http://reframeit.com/integrate">Integrate Page</a> that the JIM only depends on just a few lines. From the <a href="http://codex.wordpress.org/Plugin_API/Action_Reference">Wordpress Plugin Documentation</a> we used the actions &#8216;wp_head&#8217; and &#8216;loop_end&#8217; to output the necessary lines at the necessary time.</p>
<p>With this and a bit of PHP, we whipped up a bare-bones plugin in a matter of minutes. You can download our plugin here: <a href="http://reframeit.s3.amazonaws.com/Blog/reframeit.php.gz">Reframe It WP Plugin</a>. Download it, unzip it, and put it in your Plugins folder.</p>
<p>As you can probably expect, we&#8217;ve gone and closed up the Wordpress comments, so enjoy using the Margin!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.reframeit.com/announcements/meet-out-new-blog-commenting-system/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Citability Codeathon</title>
		<link>http://blog.reframeit.com/engineering-notes/citability-codeathon/</link>
		<comments>http://blog.reframeit.com/engineering-notes/citability-codeathon/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 22:16:19 +0000</pubDate>
		<dc:creator>David Kovsky</dc:creator>
		
		<category><![CDATA[Engineering Notes]]></category>

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

		<guid isPermaLink="false">http://blog.reframeit.com/?p=74</guid>
		<description><![CDATA[Citability Codeathon
Last weekend, 3 Reframe It Engineers (David Kovsky, Ben Taitelbaum, and Chris Runyan) participated in Citability.org&#8217;s Citability Codeathon in Washington, DC. We had lots of great conversations with lots of very dedicated people whose goals for the web align very nicely with Reframe It&#8217;s. The opportunity to spread the word about Reframe It and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Citability Codeathon</strong></p>
<p>Last weekend, 3 Reframe It Engineers (David Kovsky, Ben Taitelbaum, and Chris Runyan) participated in <a id="gczt" title="citability.org" href="http://citability.org/">Citability.org</a>&#8217;s <a id="f0_i" title="Citability Codeathon" href="http://dccodeathon.com/">Citability Codeathon</a> in Washington, DC. We had lots of great conversations with lots of very dedicated people whose goals for the web align very nicely with Reframe It&#8217;s. The opportunity to spread the word about Reframe It and learn more about what other passionate people are doing in similar areas made the trip well worth it. We also created some open-source software to make it easier to cite specific data published on government websites.</p>
<p><strong>The Goal</strong><br />
The primary goal of the codeathon was to create open source software and standards so that governments can make their websites easier to cite. In simple terms, here&#8217;s an example of the problem we aimed to solve:</p>
<p>A nonprofit publishes a report. The report includes information about government spending published on <a id="w__m" title="Recovery.gov" href="http://recovery.gov/">Recovery.gov</a>, so it includes a link to the page containing the cited information. Then somebody at <a id="cdqt" title="Recovery.gov" href="http://recovery.gov/">Recovery.gov</a> realizes the information is incorrect and fixes it. Now the nonprofit looks like a liar. Mayhem ensues. Fingers point all over the place.</p>
<p>If there were an easy way for the nonprofit to link to the version of <a id="efwd" title="Recovery.gov" href="http://recovery.gov/">Recovery.gov</a> as it existed when they wrote their report, making it clear that their report is based on that version of the data, without <a id="i.is" title="Recovery.gov" href="http://recovery.gov/">Recovery.gov</a> having to do a lot of extra work to make this possible, then there&#8217;d be a lot more trust to go around for <a id="r.qb" title="Recovery.gov" href="http://recovery.gov/">Recovery.gov</a> and the nonprofits that cite it.</p>
<p>This is exactly what the codeathon was meant to create. And obviously it should work just as easily for any website at any level of government.</p>
<p><strong>The Codeathon</strong><br />
The pace of the codeathon was very fast. The entire group met for dinner Friday night for a chance to get to know each other better. Silona Bonewald, the codeathon&#8217;s excellent organizer, then led a presentation and brainstorming session to kick off the effort. We went back to our hotel late that night and let the ideas sink in. We all returned early the next morning and after a little bit more group discussion, we broke out into teams and worked feverishly until late that night. And of course we started again early Sunday morning. Finally, at 4pm Sunday each team presented its accomplishments.</p>
<p>The 3 of us worked on the HTML parser team along with Firoze Lafeer and Robert King. We created a simple microformat that publishers can use to specify what part of a web page is or is not citable. Why should any part of a government website not be citable? Because it might be a widget that contains a feed from, say, Reframe It, Twitter, or some other external data. The microformat also allows the publisher to specify the server that is used to store the archived data.</p>
<p>Chris Runyan put <a href="http://cdn.reframeit.com/Blog/Citability Microformat.pdf">this presentation</a> together for our demo.</p>
<p>We were able to demo an IE extension and embeddable JavaScript code that works alongside the IE extension and in all major browsers. Each showed what parts of a page are citable with a small button. Pushing this button sent a request to the archive server, which checked its Bazaar repository to see if the information was already archived or if it had changed since its last archive. Ultimately, the user received a link that uniquely identified the information at that point in time on the archive server. We also wrote the server code, which talked to Bazaar, and a Sinatra facade to let us replace Bazaar with Git or some other tool as soon as the requirement to use Bazaar is dropped.</p>
<p>I should mention here that Ben Taitelbaum wanted me to give a shout out to Test-Driven Development with QUnit. Even in the fast-paced, sleep-deprived codeathon, he had the discipline to use TDD and was rewarded for it with high JavaScript productivity and confidence.</p>
<p><strong>What&#8217;s Next?</strong><br />
I would encourage anyone who is interested in this project to check out <a id="ymvg" title="citability.org" href="http://citability.org/">Citability.org</a> and get involved. I only mentioned the project we were involved in at the codeathon but there were several others. They were all very cool and helpful. I can&#8217;t wait to see them in action. We worked hard over the weekend but we knew it wouldn&#8217;t end there. As I mentioned before, everything created at the codeathon is open-source. We expect to continue to work on it&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.reframeit.com/engineering-notes/citability-codeathon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Terms of Service and User Survey</title>
		<link>http://blog.reframeit.com/announcements/new-terms-of-service-and-user-survey/</link>
		<comments>http://blog.reframeit.com/announcements/new-terms-of-service-and-user-survey/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 21:19:54 +0000</pubDate>
		<dc:creator>Brian McKinney</dc:creator>
		
		<category><![CDATA[General Announcements]]></category>

		<guid isPermaLink="false">http://blog.reframeit.com/?p=73</guid>
		<description><![CDATA[Dear Reframe It Users,
On behalf of our entire team at Reframe It, I want to thank you for being a part of the Reframe It community and tell you about your chance to win one of several great prizes. We sincerely appreciate your using Reframe It’s commenting tool and hope that you have found it [...]]]></description>
			<content:encoded><![CDATA[<p>Dear Reframe It Users,</p>
<p>On behalf of our entire team at Reframe It, I want to thank you for being a part of the Reframe It community and tell you about your chance to win one of several great prizes. We sincerely appreciate your using Reframe It’s commenting tool and hope that you have found it useful for communicating and sharing information with your family, friends, and colleagues.</p>
<p>We just launched our latest version and hope that you have had the chance to download it; if not, you can get it here: http://reframeit.com/download/. New features such as in-margin access to your feeds and bookmarks, and a simpler, cleaner user interface are just some of what you can expect to see in Version 2.0.</p>
<p>We want you to know that we are making changes that we hope will be beneficial to you, and we have updated our Terms of Service after listening to your feedback http://reframeit.com/terms/. We would also love to hear more from you about your likes, dislikes, and views on how we can improve Reframe It’s tool and our company to better suit your needs. On that note:</p>
<p>Below is a SURVEY that we’d like your feedback on!</p>
<p>We will have a weekly drawing for several 500 GB Seagate Personal Hard Drives that you will automatically be entered into – just by filling out the survey! As always, any information that you provide will be kept strictly confidential. So speak up and tell us what you think! http://www.surveymonkey.com/s/ReframeIt_Questionnaire</p>
<p>Please know that our team and I are always available to discuss any thoughts, comments, and ideas that you have which can help us to better serve you –our users– so that you have a better experience using Reframe It.</p>
<p>Our Sincerest Thanks for your time and for using Reframe It.</p>
<p>Bobby Fishkin</p>
<p>CEO, Reframe It</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.reframeit.com/announcements/new-terms-of-service-and-user-survey/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Revamped sign-in panel plus Twitter</title>
		<link>http://blog.reframeit.com/announcements/revamped-sign-in-panel-plu-twitter/</link>
		<comments>http://blog.reframeit.com/announcements/revamped-sign-in-panel-plu-twitter/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 17:22:50 +0000</pubDate>
		<dc:creator>Brian McKinney</dc:creator>
		
		<category><![CDATA[General Announcements]]></category>

		<guid isPermaLink="false">http://blog.reframeit.com/?p=71</guid>
		<description><![CDATA[We just updated the sign-in panel in the margin to make it easier to sign-in via Facebook, OpenID (including Yahoo, Google, and AOL) and we added support to sign-in via our favorite upstairs neighbors in San Francisco, Twitter!

]]></description>
			<content:encoded><![CDATA[<p>We just updated the sign-in panel in the margin to make it easier to sign-in via Facebook, OpenID (including Yahoo, Google, and AOL) and we added support to sign-in via our favorite upstairs neighbors in San Francisco, Twitter!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://reframeit.s3.amazonaws.com/Blog/images/new-login-panel-with-twitter.png" alt="New sign-in panel with twitter" width="268" height="370" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.reframeit.com/announcements/revamped-sign-in-panel-plu-twitter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>V2 for Users and Publishers Released!</title>
		<link>http://blog.reframeit.com/announcements/v2-for-users-and-publishers-released-2/</link>
		<comments>http://blog.reframeit.com/announcements/v2-for-users-and-publishers-released-2/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 01:09:38 +0000</pubDate>
		<dc:creator>Robert Fishkin</dc:creator>
		
		<category><![CDATA[General Announcements]]></category>

		<guid isPermaLink="false">http://blog.reframeit.com/?p=70</guid>
		<description><![CDATA[We are excited to announce the official full release of V2 from Reframe It.  Reframe It has been completely redesigned from one end to the other in order to provide you with the most intuitive and powerful commenting platform on the market.  V2 is compatible with Firefox, Internet Explorer 7 &#38; 8, Safari, [...]]]></description>
			<content:encoded><![CDATA[<p>We are excited to announce the official full release of V2 from Reframe It.  Reframe It has been completely redesigned from one end to the other in order to provide you with the most intuitive and powerful commenting platform on the market.  V2 is compatible with Firefox, Internet Explorer 7 &amp; 8, Safari, and Chrome (see the Bookmarklet for Safari &amp; Chrome) at reframeit.com/download.</p>
<p>We have some cool new features that will make commenting on web pages and sharing your thoughts easy, fun and useful.  Wherever you go on the web, you can highlight a sentence or drag a picture into the margin, and share your thoughts with any of your contacts on Facebook, Twitter or anyone with an e-mail address.  You can create a group to share your comments in a central place for your colleagues, friends or family.  You can communicate ideas about the web page you are on.  You can use filters to see comments on a web page made only by the people that you trust or care about.  Reframe Its V2 lets you see all of those comments made by your friends or fellow group members in real-time in the margin, anywhere you are.  You can also show an RSS feed of your comments to your website or blog.</p>
<p>V2 also means that publishers can now integrate Reframe It directly on their web pages (please see reframeit.com/integrate). This will allow a site owner’s users to comment line by line on articles on their site’s web pages.  Visitors to a site can be automatically associated with a publisher’s community, and can continue the conversation on external sites.  Publishers can moderate groups, and create an editorial lens for comments on their published content.  Publishers can also take custom feeds of user comments and place these on sub-sections of their sites.  If you would be interested in collaborating with Reframe It as a publisher, please write to publisher@reframeit.com.</p>
<p>Reframe It is a technology that lets you talk about anything you want to talk about, anywhere you want to talk about it.  There is a wide web out there littered with gems and nuggets of information that the people you know would love to learn about.  Good luck treasure hunting.  I look forward to reading your comments and receiving your thoughts about what Reframe It makes possible.  I wish you the very best that 2010 has to offer.<br />
Sincerely,<br />
Bobby<br />
CEO of Reframe It<br />
ceo@reframeit.com</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.reframeit.com/announcements/v2-for-users-and-publishers-released-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>An internet company without internet</title>
		<link>http://blog.reframeit.com/announcements/an-internet-company-without-internet/</link>
		<comments>http://blog.reframeit.com/announcements/an-internet-company-without-internet/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 22:57:20 +0000</pubDate>
		<dc:creator>Jeffrey Jenkins</dc:creator>
		
		<category><![CDATA[General Announcements]]></category>

		<guid isPermaLink="false">http://blog.reframeit.com/?p=68</guid>
		<description><![CDATA[That&#8217;s right.  No internet.  You may have noticed a few issues with Reframe It the past few days, and we aren&#8217;t surprised.  Our internet provider - our ISP - made a few decisions without telling us first.   To summarize: they failed to pay their upstream provider, moved offices - to a whole new city, even, [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right.  No internet.  You may have noticed a few issues with Reframe It the past few days, and we aren&#8217;t surprised.  Our internet provider - our ISP - made a few decisions without telling us first.   To summarize: they failed to pay their upstream provider, moved offices - to a whole new city, even, sold all their furniture, and then - as collateral damage - happened to turn the internet off for our entire engineering office. Not only was this not very nice for us, but we&#8217;re betting you probably haven&#8217;t enjoyed the experience either.</p>
<p>For our users, this meant no Reframe It blog to keep you entertained day and night, and you probably ran into a slow-loading margin a few times, too.</p>
<p>Needless to say, the irony of an internet company without internet was not lost on us, and we spent about 2 seconds laughing about our fly-by-night ISP.  Fortunately, we&#8217;re pretty quick on our feet:  Things are back in action now as we have found a more reputable solution for our bandwidth needs.</p>
<p>Sorry if you ran into any major issues because of this during the past few days.  We&#8217;ll try to keep our new internet provider on a tighter leash.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.reframeit.com/announcements/an-internet-company-without-internet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Share Your Holiday Wishlist with Reframe It</title>
		<link>http://blog.reframeit.com/announcements/share-your-holiday-wishlist-with-reframe-it/</link>
		<comments>http://blog.reframeit.com/announcements/share-your-holiday-wishlist-with-reframe-it/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 02:03:55 +0000</pubDate>
		<dc:creator>Megan Wolfe</dc:creator>
		
		<category><![CDATA[General Announcements]]></category>

		<guid isPermaLink="false">http://blog.reframeit.com/?p=67</guid>
		<description><![CDATA[
Let your friends and family know what you want this holiday season! Click over to one of your favorite online shopping sites, drag and drop the image of your &#8220;want&#8221; into the Reframe It extension, and leave a comment! Then share your comment with your friends and family, and discuss the hot holiday trends with [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://reframeit.s3.amazonaws.com/Blog/Blog%20Images/smbetterworld_gift3.jpg" alt="Share Your Holiday Wishlist with Reframe It" width="450" height="230" /></p>
<p>Let your friends and family know what you want this holiday season! Click over to one of your favorite online shopping sites, drag and drop the image of your &#8220;want&#8221; into the <a title="Reframe It Browser Add-On" href="http://reframeit.com/download">Reframe It extension</a>, and leave a comment! Then share your comment with your friends and family, and discuss the hot holiday trends with Reframe It <a title="Reframe It Groups" href="http://reframeit.com/groups/most_popular">groups</a>!</p>
<p>Some of our favorite shopping sites include:</p>
<p><a title="Better World Books" href="http://www.betterworldbooks.com/">Better World Books</a>, <a title="Etsy" href="http://www.etsy.com/">Etsy</a>, <a title="Pets Mart" href="http://www.petsmart.com/">PetSmart</a>, and <a title="Tiger Direct" href="http://www.tigerdirect.com/">Tiger Direct</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.reframeit.com/announcements/share-your-holiday-wishlist-with-reframe-it/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Chrome Trim</title>
		<link>http://blog.reframeit.com/announcements/google-chrome-trim/</link>
		<comments>http://blog.reframeit.com/announcements/google-chrome-trim/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 23:11:27 +0000</pubDate>
		<dc:creator>Jeffrey Jenkins</dc:creator>
		
		<category><![CDATA[General Announcements]]></category>

		<guid isPermaLink="false">http://blog.reframeit.com/?p=63</guid>
		<description><![CDATA[We are excited to announce that Reframe It will soon be an add-on for Google Chrome. That&#8217;s right, you can add some extra shine to your Chrome browser with the Reframe It margin.  It works and feels just like our other platforms (IE, Firefox, Bookmarket, Publisher Integration) and looks great inside the Google interface.

Check back soon [...]]]></description>
			<content:encoded><![CDATA[<p>We are excited to announce that Reframe It will soon be an add-on for <a href="http://www.google.com/chrome">Google Chrome</a>. That&#8217;s right, you can add some extra shine to your Chrome browser with the Reframe It margin.  It works and feels just like our other platforms (IE, Firefox, Bookmarket, Publisher Integration) and looks great inside the Google interface.</p>
<p><img class="alignnone" src="http://reframeit.s3.amazonaws.com/Blog/ChromeExtension.jpg" alt="" /></p>
<p>Check back soon for the release date and link.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.reframeit.com/announcements/google-chrome-trim/feed/</wfw:commentRss>
		</item>
		<item>
		<title>On the Horizon</title>
		<link>http://blog.reframeit.com/announcements/on-the-horizon/</link>
		<comments>http://blog.reframeit.com/announcements/on-the-horizon/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 02:14:40 +0000</pubDate>
		<dc:creator>Jeffrey Jenkins</dc:creator>
		
		<category><![CDATA[General Announcements]]></category>

		<category><![CDATA[Add new tag]]></category>

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

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

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

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

		<guid isPermaLink="false">http://blog.reframeit.com/?p=62</guid>
		<description><![CDATA[
Something new and exciting is looming on the horizon here at Reframe It:  We call it Version 2.0.
That&#8217;s right - we have been working hard to develop a new margin based on your feedback, and it&#8217;s almost ready.  By providing us with such an incredible amount of insight, we have been able to design a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img style="vertical-align: middle;" src="http://reframeit.s3.amazonaws.com/video/logo.png" alt="logo" width="300" height="100" /></p>
<p>Something new and exciting is looming on the horizon here at Reframe It:  We call it Version 2.0.</p>
<p>That&#8217;s right - we have been working hard to develop a new margin based on your feedback, and it&#8217;s almost ready.  By providing us with such an incredible amount of insight, we have been able to design a simple and elegant commenting tool tailored to you, our users.  The new margin will make commenting as effortless as highlighting and writing on a real page; reading and writing annotations should always be an intuitive experience.</p>
<p>This means no extra clicking, no superfluous information, and no confusion.  We want to make Version 2.0 as easy as possible for you to use.</p>
<p>We can&#8217;t wait for you - our users - to get your hands on this new margin, and you won&#8217;t have to wait much longer.  We&#8217;re releasing Version 2.0 this month.  Get ready to read, write and organize comments better than you ever have before.</p>
<p>Take a look:</p>
<p><img src="http://reframeit.s3.amazonaws.com/video/KeynoteScreenSnapz004.jpg" alt="&lt;/p" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.reframeit.com/announcements/on-the-horizon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iGoogle Gadget.</title>
		<link>http://blog.reframeit.com/announcements/igoogle-gadget/</link>
		<comments>http://blog.reframeit.com/announcements/igoogle-gadget/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 21:25:49 +0000</pubDate>
		<dc:creator>Max Harmon</dc:creator>
		
		<category><![CDATA[General Announcements]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.reframeit.com/?p=61</guid>
		<description><![CDATA[Hey All.
In conjunction with the release of the new 1.5 version of the Reframe It margin we have also decided to release an iGoogle gadget. If you already use iGoogle as your homepage then you will find it super easy to add the Reframe It widget and keep up to date with comments from the [...]]]></description>
			<content:encoded><![CDATA[<p>Hey All.</p>
<p>In conjunction with the release of the new 1.5 version of the Reframe It margin we have also decided to release an iGoogle gadget. If you already use iGoogle as your homepage then you will find it super easy to add the Reframe It widget and keep up to date with comments from the Reframe It community and your Reframe It friends.</p>
<p>To install the iGoogle gadget simply visit http://www.reframeit.com and log in. From there select the Sharing tab located between People and Bookmarks tabs. The Sharing tab includes a tutorial on how to load the Reframe It widget into your iGoogle homepage as well as tutorials on sharing by <a href="http://www.reframeit.com/sharing/email">email</a>, <a href="http://www.reframeit.com/sharing/facebook">Facebook</a>, <a href="http://www.reframeit.com/sharing/twitter">Twitter</a>, <a href="http://www.reframeit.com/sharing/blogger">Blogger</a>, <a href="http://www.reframeit.com/sharing/friendfeed">Friendfeed</a>, <a href="http://www.reframeit.com/sharing/metaweblog">WordPress</a>, <a href="http://www.reframeit.com/sharing/metaweblog">MovableType</a>, <a href="http://www.reframeit.com/sharing/blog">Widgets</a>, and <a href="http://www.reframeit.com/sharing/rss"><span class="zem_slink">RSS feed</span></a>.</p>
<p>This is a quick tutorial and picture explanation of the iGoogle widget and how you could add the widget to your iGoogle homepage.</p>
<p><a class="aligncenter" title="iGoogle Gadget" href="http://blog.reframeit.com/announcements/igoogle-gadget/" target="_blank"><img class="aligncenter" src="http://reframeit.s3.amazonaws.com/Blog/iGooge Gadget Blog Post Pics/igoogle.gif" alt="" /></a></p>
<p>Once in the Sharing Tab and under the subsection iGoogle the user will see a image containing a link as posted below. Click on this image.</p>
<p><a title="iGoogle Gadget" href="http://blog.reframeit.com/announcements/igoogle-gadget/" target="_blank"><img class="aligncenter" src="http://reframeit.s3.amazonaws.com/Blog/iGooge Gadget Blog Post Pics/igoogle:reframe it sharing page.png" alt="" /></a></p>
<p>Clicking on this image will bring you to the widget download page. Your now one step away from being instantly connected to Reframe It and the Reframe It community through iGoogle.</p>
<p>Now click the Add To iGoogle button and the Reframe It widget (posted below so you can see what it looks like) will show up on your iGoogle homepage instantly alerting you to new comments made within the Reframe It community, groups that you are a part of, and your Reframe It friends.</p>
<p><img class="aligncenter" src="http://reframeit.s3.amazonaws.com/Blog/iGooge Gadget Blog Post Pics/sharing-igoogle.jpg" alt="" /></p>
<p><a href="http://www.reframeit.com/sharing/igoogle"><img class="aligncenter" src="http://files.me.com/nofriendshawaii/00jams" alt="" /></a></p>
<p>We hope you love the iGoogle gadget almost as much as we do, since it&#8217;s a lot. Give us some feedback through commenting, get satisfaction, or even our blog on how much you like the iGoogle and the next gadget you would like to see implemented into the Reframe It margin.</p>
<p>Best,</p>
<p>The Reframe It Team.</p>
<div class="zemanta-pixie" style="15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/03c3b00a-fee6-4981-8117-dc4efdd46760/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=03c3b00a-fee6-4981-8117-dc4efdd46760" alt="Reblog this post [with Zemanta]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.reframeit.com/announcements/igoogle-gadget/feed/</wfw:commentRss>
		</item>
	<script type="text/javascript">var jim_options = {};jim_options.margin_open = true;jim_options.margin_width = '300px';jim_options.tab_position = '25%';var jim = new RF.JIM(jim_options);</script></channel>
</rss>
