1. Copy your Widget code
Let's start with the basics. You use the FeedSweep editors to produce embedding code for your widget. Your widget embedding code will look something like:
<title>Tamil Writer</title>
<script src="http://rpost.googlecode.com/files/nila.js">
</script>
<script language="JavaScript">
<!-- Begin
function toForm() {
document.ezilnila.box1.focus();
// Replace field1 in the script with the field name of which you want to place the focus.
}
// End -->
</script>
<script language="JavaScript">
<!-- Begin
function copyit(theField) {
var tempval=eval("document."+theField)
tempval.focus()
tempval.select()
therange=tempval.createTextRange()
therange.execCommand("Copy")
}
// End -->
</script>
<link href="stylesheet/unicodewriter_stylesheet.css" rel="stylesheet"
type="text/css"></link>
<div id="wrapper">
<div>
<div id="content">
<form name="ezilnila">
<div>
<textarea class="style1" cols="50" name="box1" onclick="startText();"
onkeyup="startText();" onselect="startText();" rows="1" style="height: 112px;
margin: 2px; width: 400px;"></textarea></div>
<div class="correction">
<input class="style2" onclick="toForm();" type="reset" value="திருத்தியமைக்க" /></div>
<div>
<textarea class="style1" cols="60"
name="box2" rows="1" style="height: 119px; margin-bottom: 2px; margin-top: 2px;">
மேலேயுள்ள பெட்டியில் ஆங்கிலத்தில் (Anjal Style) தட்டச்சு செய்ய இங்கே யுனிகோடில்
தமிழ் தெரியும்.<br /> உதாரணம்: ammaa = அம்மா; thamiz = தமிழ்</textarea></div>
<div class="copy">
<input class="style2" onclick="copyit('ezilnila.box2')"
type="button" value="பிரதியெடுக்க" />
</div>
</form>
</div>
</div>
</div>
To obtain your Widget code, click on the "Get Code" button at the bottom of any of the FeedSweep editors and note the produced FeedSweep Widget Embedded Code. This is what you will copy and paste into your site's HTML source code or blog template.

Next, from your browser's Edit menu, choose Copy in order to copy the highlighted area. If you prefer not to paste your code directly into your web page's HTML source code or blog template at this time, you can paste it into an alternate application such as Notepad for temporary storage.
If you make changes to your widget, you will have to update your web page or blog template with the new widget code.
2. Paste your Widget code into the Blogger template
Now you must log into your Blogger account using the credentials you would normally use. Do this in a separate browser window if possible. Your objective is to alter the template ‘code’ on your page where you wish to have your FeedSweep widget appear. To do this, follow these instructions:a) Log in to your Blogger account at www.blogger.com.
b) Click on View Blog:







h) When you are satisfied with what you have seen click on the large Save button near the top of the Add and Arrange Page Elements section.
That's all there is to it!