peter.sunna@episerver.com
2009-11-16

TwitterChannel: Import tweets to a channel where you users can comment and search. 

1. Unzip files in the website's modules folder.
2. Include the project in your episerver solution
3. Add the following lines to the web.config (the root web.config) under episerver.shell/modules:

<add name="TwitterChannel">
	<assemblies>
		<add assembly="TwitterChannel"/>
	</assemblies>
</add>


4. Compile!
5. Run the TwitterChannel scheduler in episerver admin (will import tweets containing the word episerver)
6. Go to the dashboard and try out the TwitterChannel gadget

