Pages

Friday, November 13, 2015

Online Character Counter


An online character counter and word counting tool allows you to easily count the number of characters, words, sentences and paragraphs within a text area. With an online character counter,  you don't have to go through the cumbersome process of manually calculating the number of characters in your text, tweet, article or email. For your blog posts title which should not exceed 66 characters and meta description of 144 characters, using this online character counter can make your blog more SEO friendly. This is because when the number of characters for the post title or meta description is exceeded, the remaining part will not be shown in search engines result. 

Also Read: Free Blog Backgrounds
                   Random 468x60 Banner Ad For Blogger
                   jQuery Background Slideshow Plugin For Blogger

To use this online character counter tool, all you have to do is copy your entire text and paste or type your text in in the space below provided below. Then click on calculate characters. As you update the text, the number of characters currently in your text is displayed immediately. 







How to Add Online Character Counter In Blogger


To include this online character counter in your blogger blog, copy the code below and paste in the HTML editor section while creating a new post/page on your blog.



<form method="POST">

<table border="0" cellpadding="0" cellspacing="0"><tbody>
<tr> <td width="100%">
<textarea cols="60" name="charcount" rows="12" wrap="virtual"></textarea>
</td> </tr>
<tr> <td width="100%"><div align="right">
<input onclick="countit(this)" type="button" value="Calculate Characters" /> <input name="displaycount" size="20" type="text" />
<div align="center">
<center>
<a href="http://wegist.com/">Celebrity</a>
</center>
</div>
</div>
</td> </tr>
</tbody></table>

</form>