How to Add Word Counter Tool in Blogger Static Page?

Word Counter Tool Script For Blogger
Word Counter Tool Script For Blogger

You may often look for the best word counter tool for blogger to count words and characters. Because you have to count the letters in the title and description of your blog post. But we can count the number of characters in Word and Excel. But it isn't always easy to count the character in these apps.

The Character Counter Tool helps you make sure that your posts on all of your social media pages are all the same.For example, do you know how many characters you can use on Twitter? Or how Twitter keeps track of the number of characters in what you share? Maybe, maybe not.

We suggest that you keep your posts under the limit of characters to get the most responses.

What Is A Character Counter?

A word counter is a program that counts how many letters are in a text file. Word counter tool can help you set up precise formatting features like title, description, boldness, precise formatting, bullet, or number list, and so on.

When using a word counter, make sure you're seeing the right number of words, with or without spaces. A character counter is a must if you want to improve your site's ranking and SEO. but if you count characters without spaces, it's not good enough for your blog and social media pages.

Character Counter Tool for Blogger

Bloggers need to count the number of characters in the titles and meta descriptions of their posts. If your article titles have more than 60 characters, some of the text will be broken and not be able to be seen. Also, you should write the Meta Description in no more than 150 characters. And your post's meta description won't have any clutter or breaks. Make sure your blog summary and post titles don't go over the limit so you can get more visitors and readers.

You can use the character counter tool to see how many characters are in your blog title, post titles, and meta descriptions on Blogger. This tool can count how many letters and spaces there are in a string.

The Advantages of Using Our Letter Counting Tool

A word counter can help you with a variety of online tasks that require a certain number of characters, well-formatted paragraphs, and other things. You can write content with this tool. The tool can also be used in other ways to make money, such as:

1. Online Content Writers

Many freelance writers focus on writing jobs to make more money. The rates for these jobs depend on how many words or characters are used. For these kinds of tasks, you need a counter that keeps track of how many words or characters you've typed. This makes blogging or writing even easier.

2. Content Marketers

Content marketing is a great way to make money, so you will need a good tool to help you write the right formatted content while staying within your budget. With a tool that tracks how often words are used, you can format the writing well. After you've counted the words, you can copy and paste the content into another document or a blog post editor.

Many character count tools save your content, but if you add this one, you don't have to save anything on a third-party site.

3. Word Counts on Social Media

You can use the character count tool to see if the content is right for your blog post or social network, like Twitter, without losing the layout of a long post.

There are many social networks with word limits that encourage you to add content within that limit, such as:

Visit Blogpen to get Latest Blogging Tips, Blogger Templates, Blogger Scripts, SEO Tips and Adsense Tips to grow your earnings.

A. Character Limit on Twitter

Twitter only lets you use 280 characters per direct message, and you can only use 10,000 characters total. You have to stick to that limit, or Twitter may not let you post or may stop you.

B. Character Limits on Facebook Posts

The most characters you can use in a Facebook update is 63,206, but most people don't need that many. You use the tool to keep track of how many words you've used within the word limit, since some people publish posts these days.

How to add Word Counter Tool in Blogger Static Page?

This tool will make it easier for you to post on social media. Keep your character count under the limit if you want your followers to be as interested as possible.

Please follow the steps below to add the word counter tool in blogger:

Step 1: Log in to your Blogger Dashboard.

Step 2: Locate “Pages” from the left menu and click “+ NEW PAGE” to Create a static page in Blogger.

Step 3: On the new page switch from Compose to HTML view.

Step 4: Now copy the code from below and paste it there.

<center><textarea class="word-character-text-box" placeholder="Enter your text here..."></textarea> 

<div class="results-container-word-counter">

   <ul>

  <li><div><strong>Total Characters</strong></div> <div><span id="characterCount">0</span></div></li>

  <li><div><strong>Total Words</strong></div> <div><span id="wordCount">0</span></div></li>

  <li><div><strong> Total Sentences</strong></div> <div><span id="sentenceCount">0</span></div></li>

  <li><div><strong>Total Paragraphs</strong></div> <div><span id="paragraphCount">0</span></div></li>

  <li><div><strong>Total Reading Time</strong></div> <div><span id="readingTime">0</span></div></li>

   </ul>

  </div>             

</center>

<br><div class="keywords"> <h3 id="Top_keyword_Rankings_"><span><strong>Top keyword Rankings <i class="rbi-steam"></i></strong></span></h3>

  <br>

  <div id="topKeywords"> </div>

  

<style>

 .word-character-text-box{background-color:#eee;border:none;border-radius:9px;width:98%;font-size:17px;margin-bottom:1em;min-height:15rem}.word-character-text-box:focus{background-color:#eee}#wordCount{font-weight:700;color:#0693e3}#characterCount{font-weight:700;color:#cf2e2e}#sentenceCount{font-weight:700;color:#ff8000}#paragraphCount{font-weight:700;color:#f0f}#readingTime{font-weight:700;color:#000}.char-tool-table{min-width:98%;margin:0 auto;border:1px;border-radius:3px;overflow:hidden}.results-container-word-counter ul{display:flex;flex-wrap:wrap;list-style:none;width:90%;justify-content:space-between}

</style>

  

<script>

"use strict";var input=document.querySelectorAll("textarea")[0],characterCount=document.querySelector("#characterCount"),wordCount=document.querySelector("#wordCount"),sentenceCount=document.querySelector("#sentenceCount"),paragraphCount=document.querySelector("#paragraphCount"),readingTime=document.querySelector("#readingTime"),keywordsDiv=document.querySelectorAll(".keywords")[0],topKeywords=document.querySelector("#topKeywords");input.addEventListener("keyup",function(){console.clear(),characterCount.innerHTML=input.value.length;var e=input.value.match(/\b[-?(\w+)?]+\b/gi);if(wordCount.innerHTML=e?e.length:0,e){var n=input.value.split(/[.|!|?]+/g);console.log(n),sentenceCount.innerHTML=n.length-1}else sentenceCount.innerHTML=0;if(e){var t=input.value.replace(/\n$/gm,"").split(/\n/);paragraphCount.innerHTML=t.length}else paragraphCount.innerHTML=0;if(e){var o=Math.floor(60*e.length/120);if(o>59){var r=Math.floor(o/60);o-=60*r,readingTime.innerHTML=r+"m "+o+"s"}else readingTime.innerHTML=o+"s"}else readingTime.innerHTML="0s";if(e){for(var s=[],a=["a","able","about","above","abst","accordance","according","accordingly","across","act","actually","added","adj","affected","affecting","affects","after","afterwards","again","against","ah","all","almost","alone","along","already","also","although","always","am","among","amongst","an","and","announce","another","any","anybody","anyhow","anymore","anyone","anything","anyway","anyways","anywhere","apparently","approximately","are","aren","arent","arise","around","as","aside","ask","asking","at","auth","available","away","awfully","b","back","be","became","because","become","becomes","becoming","been","before","beforehand","begin","beginning","beginnings","begins","behind","being","believe","below","beside","besides","between","beyond","biol","both","brief","briefly","but","by","c","ca","came","can","cannot","can't","cause","causes","certain","certainly","co","com","come","comes","contain","containing","contains","could","couldnt","d","date","did","didn't","different","do","does","doesn't","doing","done","don't","down","downwards","due","during","e","each","ed","edu","effect","eg","eight","eighty","either","else","elsewhere","end","ending","enough","especially","et","et-al","etc","even","ever","every","everybody","everyone","everything","everywhere","ex","except","f","far","few","ff","fifth","first","five","fix","followed","following","follows","for","former","formerly","forth","found","four","from","further","furthermore","g","gave","get","gets","getting","give","given","gives","giving","go","goes","gone","got","gotten","h","had","happens","hardly","has","hasn't","have","haven't","having","he","hed","hence","her","here","hereafter","hereby","herein","heres","hereupon","hers","herself","hes","hi","hid","him","himself","his","hither","home","how","howbeit","however","hundred","i","id","ie","if","i'll","im","immediate","immediately","importance","important","in","inc","indeed","index","information","instead","into","invention","inward","is","isn't","it","itd","it'll","its","itself","i've","j","just","k","keep","keeps","kept","kg","km","know","known","knows","l","largely","last","lately","later","latter","latterly","least","less","lest","let","lets","like","liked","likely","line","little","'ll","look","looking","looks","ltd","m","made","mainly","make","makes","many","may","maybe","me","mean","means","meantime","meanwhile","merely","mg","might","million","miss","ml","more","moreover","most","mostly","mr","mrs","much","mug","must","my","myself","n","na","name","namely","nay","nd","near","nearly","necessarily","necessary","need","needs","neither","never","nevertheless","new","next","nine","ninety","no","nobody","non","none","nonetheless","noone","nor","normally","nos","not","noted","nothing","now","nowhere","o","obtain","obtained","obviously","of","off","often","oh","ok","okay","old","omitted","on","once","one","ones","only","onto","or","ord","other","others","otherwise","ought","our","ours","ourselves","out","outside","over","overall","owing","own","p","page","pages","part","particular","particularly","past","per","perhaps","placed","please","plus","poorly","possible","possibly","potentially","pp","predominantly","present","previously","primarily","probably","promptly","proud","provides","put","q","que","quickly","quite","qv","r","ran","rather","rd","re","readily","really","recent","recently","ref","refs","regarding","regardless","regards","related","relatively","research","respectively","resulted","resulting","results","right","run","s","said","same","saw","say","saying","says","sec","section","see","seeing","seem","seemed","seeming","seems","seen","self","selves","sent","seven","several","shall","she","shed","she'll","shes","should","shouldn't","show","showed","shown","showns","shows","significant","significantly","similar","similarly","since","six","slightly","so","some","somebody","somehow","someone","somethan","something","sometime","sometimes","somewhat","somewhere","soon","sorry","specifically","specified","specify","specifying","still","stop","strongly","sub","substantially","successfully","such","sufficiently","suggest","sup","sure","t","take","taken","taking","tell","tends","th","than","thank","thanks","thanx","that","that'll","thats","that've","the","their","theirs","them","themselves","then","thence","there","thereafter","thereby","thered","therefore","therein","there'll","thereof","therere","theres","thereto","thereupon","there've","these","they","theyd","they'll","theyre","they've","think","this","those","thou","though","thoughh","thousand","throug","through","throughout","thru","thus","til","tip","to","together","too","took","toward","towards","tried","tries","truly","try","trying","ts","twice","two","u","un","under","unfortunately","unless","unlike","unlikely","until","unto","up","upon","ups","us","use","used","useful","usefully","usefulness","uses","using","usually","v","value","various","'ve","very","via","viz","vol","vols","vs","w","want","wants","was","wasn't","way","we","wed","welcome","we'll","went","were","weren't","we've","what","whatever","what'll","whats","when","whence","whenever","where","whereafter","whereas","whereby","wherein","wheres","whereupon","wherever","whether","which","while","whim","whither","who","whod","whoever","whole","who'll","whom","whomever","whos","whose","why","widely","willing","wish","with","within","without","won't","words","world","would","wouldn't","www","x","y","yes","yet","you","youd","you'll","your","youre","yours","yourself","yourselves","you've","z","zero"],i=0;i<e.length;i++)-1===a.indexOf(e[i].toLowerCase())&&isNaN(e[i])&&s.push(e[i].toLowerCase());var l={};for(i=0;i<s.length;i++)s[i]in l?l[s[i]]+=1:l[s[i]]=1;var h=[];for(var u in l)h.push([u,l[u]]);h.sort(function(e,n){return n[1]-e[1]}),topKeywords.innerHTML="";for(i=0;i<h.length&&i<4;i++){var d=document.createElement("li");d.innerHTML="<b>"+h[i][0]+"</b>: "+h[i][1],topKeywords.appendChild(d)}}keywordsDiv.style.display=e?"block":"none"});

document.write('<a href="https://www.pixabin.com/ rel="dofollow" target="_blank" style="visibility:hidden">Pixabin Official</a>');

              </script><a href="https://www.blogrtool.com/ rel=" dofollow"="" target="_blank" style="visibility:hidden">Pixabin Official</a>

<div class="postRelated" id="postRelated">

<script>/*<![CDATA[*/ var relatedTitles = new Array(); var relatedTitlesNum = 0; var relatedUrls = new Array(); function related_results_labels(json) { for (var i = 0; i < json.feed.entry.length; i++) { var entry = json.feed.entry[i]; relatedTitles[relatedTitlesNum] = entry.title.$t; for (var k = 0; k < entry.link.length; k++) { if (entry.link[k].rel == 'alternate') {relatedUrls[relatedTitlesNum] = entry.link[k].href; relatedTitlesNum++; break;}}}} function removeRelatedDuplicates() { var tmp = new Array(0); var tmp2 = new Array(0); for(var i = 0; i < relatedUrls.length; i++) { if(!contains(tmp, relatedUrls[i])) { tmp.length += 1; tmp[tmp.length - 1] = relatedUrls[i]; tmp2.length += 1; tmp2[tmp2.length - 1] = relatedTitles[i];}} relatedTitles = tmp2; relatedUrls = tmp;} function contains(a, e) { for(var j = 0; j < a.length; j++) if (a[j]==e) return true; return false;} function printRelatedLabels() { var r = Math.floor((relatedTitles.length - 1) * Math.random()); var i = 0; document.write('<ul>'); while (i < relatedTitles.length && i < 20) { document.write('<li><a href="' + relatedUrls[r] + '">' + relatedTitles[r] + '</a></li>'); if (r < relatedTitles.length - 1) { r++; } else { r = 0;} i++;} document.write('</ul>');} /*]]>*/</script>

<script rel="preload" src="/feeds/posts/default/-/Tools?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=3"></script>

Step 5: Finally publish your Blogger static page.

Conclusion

I gave you the script for Word Counter Tool. Let me know what you think of the tool by leaving a comment. I hope that this Word Counter Tool from your blog will be very helpful to you. We appreciate your visit to our website.

Next Post Previous Post
No Comment
Add Comment
comment url