Saturday, October 16, 2010
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiz29OG_x_DJAnwsrTBZ0gTumZ_mHm5Wu_sYP9XhxkliXRu-ZLGe-aDgNPUTPx18cJYpaX_QHmo4g44h6rwOqoZyw89KLFSXhHJ548JzzM-V3EIouOye99CDt38XyxxhaeOILLaGINCWiVp/s200/rss_logo.gif)
All of us like to have a good template with matching design and widgets. Feedburner provides a default Email Subscription Widget which may not suit to your templates. This post contains simple techniques to Customize your Feedburner Email Subscription Box.
So let’s start !
Your Original Code will be like this:
<form style=”border:1px solid #ccc;padding:3px;text-align:center;” action=”http://www.feedburner.com/fb/a/emailverify” method=”post” target=”popupwindow” onsubmit=”window.open(‘http://www.feedburner.com/fb/a/emailverifySubmit?feedId=Your feed ID here‘, ‘popupwindow’, ‘scrollbars=yes,width=550,height=520′);return true”><p>Enter your email address:</p><p><input type=”text” style=”width:140px” name=”email”/></p><input type=”hidden” value=”http://feeds.feedburner.com/~e?ffid=Your feed ID here” name=”url”/><input type=”hidden” value=”your blog name” name=”title”/><input type=”hidden” name=”loc” value=”en_US”/><input type=”submit” value=”Subscribe” /><p>Delivered by <a href=”http://www.feedburner.com” target=”_blank”>FeedBurner</a></p></form>2.Change Background Colour:
To change the background colour, add:background: #00BB11just after,
text-align:center;So the Code will be:
<form style=”border:1px solid #ccc;padding:3px;text-align:center;background: #00BB11;“(For RGB Color Codes Chart, click here)
3.Add a Background Image:
To add a background image, add:To add a background image, add:just after,text-align:center;<form action=”http://www.feedburner.com/fb/a/emailverify” style=”border:1px solid #ccc;padding:3px;text-align:center;background: url(your image url here);“(Change the image URL to add your own)4.Change the Width of the Textbox:
To change the width of the Textbox, you need to alter the codewidth:140px(You can just increase or reduce the size according to your requirements)
For example,
<input type=”text” style=”width:250px” name=”email”/>5.Add Default Text in the Textbox:
You can add some dafault text in the textbox to make it more attractive to the visitors. Just use this simple technique:Remove the code
<p>Enter your email address:</p><p><input type=”text” style=”width:140px” name=”email”/></p>and replace it with
<input type=”text” style=”width:240px” name=”email” value=”Enter your email address” onfocus=”if(this.value==this.defaultValue)this.value=”;” onblur=”if(this.value==”)this.value=this.defaultValue;”/>6.Changing the height of the textbox:
To change the height of the textbox, add:
height:22px;just after,
style=”width:255px;So the part of the Code will be:
style=”width:255px;height:22px;…..(You can change the height according to your requirements)
7.Changing Font-Colour and Font-Size of the Text:
You can also change the font-size and colour of the text that users enters in the textbox.
Add:font-size:15px;color:#AA33FFjust after,
style=”width:255px;So the Code will be:
style=”width:255px;height:22px;font-size:15px;color:#000000…(Change the size and colour to make it more attractive and matching with your template)
8.Changing the Style of ‘Subscribe’ Button:
To change the style of the button, you need to add a small piece of code to your template.
- Go to Edit Template in the Blogger Layout
- Search(Ctrl+F) for ]]></b:skin>
- Add the following code just before ]]></b:skin>
.button {background-color: #cc0000;font-size: 80%;font-family:Tahoma;font-weight: bold;color:#ffffff; }- Save the Template
- Now make a slight alteration to your Feedburner Email Widget code:
Replace:
<input type=”submit” value=”Subscribe” />with,<input type=”submit” value=”Subscribe” class=”button”/>you can change the size,colour and face of the font9.Removing Delivered by Feedburner Link:
It’s very simple!
Just remove:<p>Delivered by <a href=”http://www.feedburner.com” target=”_blank”>FeedBurner</a></p>Drops your comments below if you liked my tips!
THANKS TO-tipsblogger
Friday, October 15, 2010
A Screen Shot of the New Like Button
Integrating the New Like Button into your Blog
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=button_count&show_faces=false&width=450&action=like&colorscheme=light&font=arial" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:40px;"></iframe>
Parameters
1.layout=button_count will provide you with the new like button.If you change it tolayout=standard , then you will get the older version of the like button2. show_faces=false If you set this parameter to true(show_faces=true), then it will show faces of those who like your post
3.There are three different color schemes available . The code has the light color scheme. To use the other two color schemes change colorscheme=light tocolorscheme=dark or colorscheme=evil
4.you can also change the font used by changing the font parameter
You can change font=arial to any of
- font=lucida+grande
- font=segoe+ui
- font=tahoma
- font=trebuchet+ms
- font=verdana
Do you like the new version of the Like Button? Let me know!
Tuesday, October 12, 2010
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgryZ-ZL7mXg9MT4v_oru7T0no6nh9pa14qVSQ8UsqNNYcKXIrI4khVFarM9kRIiRr-PzhJcetYD1RCNw82Nu-6NJYmtMWXmW85Fa69uf5rtyaA6bL_av8cFz5eDALVr6oJhVwUUksdeI8Z/s1600/screentoaster.png)
2) After you have clicked it, it will ask you to run a java applet. Run it. Don't worry, it's not a driveby ;).
3) Adjust the dimensions of the box until you get your desired screen size. When you are ready to record click the red record . Then, a red box will indicate that you are recording.
4) When you are finished recording, press the DONE button just a little right from the original record button.
Notes: You can only record up to 5 minutes of footage, you also MUST have a twitter account.
I hope this will benefit some of you. Enjoy!
Monday, October 11, 2010
Remember once you have saved the username then their is no turning back that is you can't change it afterwards. If you have any question then visit Facebook Help center
Sunday, October 10, 2010
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikhUp_D3tDW0mtMI9mLVvX3k2412tzOsJzsQIT_8S3meVv8piW0gixFCqPTvKuZPigXu2hoythKuAK7AnNYOinZx3_gYPzR1BQDHFJq5Owa3gkA1eQeDF4evRHM_OKAsBfrAcdlp_GZrcj/s200/New_Look_logo220x220.jpg)
After a so long time now technowit come with a new look .
we create a hard effort to make technowit lighter and easy to use.
so that readers can find good content easily.Also tried to provide better option to keep in contact and if readers find any difficulty can contact easily .
so i tried my best to provide best service to our readers please keep visiting and also tell to yours friend about technowit.
soon we will also launch the service of guest blogging so that you can share your articles with us and to our readers.
I hope u will share us with your friend.
Thanks for visiting
TANJ VRM (TANUJ VERMA)
Popular Posts