Remove plusone JavaScript From HTML To Load Blog Faster |
[...] .... ... <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> ... ... [...]
And when you try to remove it several times; it keeps reinserting automatically itself again in HTML. Even if you are going to disabling google plusone feature, that script again shown at the same place.People used to ask - "Page speed of my blog is decreasing continuously, tell me something to make blogger blog template load faster without disturbing better user experience."
In previous article we have seen most effective tips to reduce load time of blogger blog and how to remove default widgets & JavaScript. In addition to that, we are going to learn to remove plusone.js from HTML to make blog load faster.
Remove plusone.js JavaScript From HTML To Load Blog Faster
It is the simplest way to load G+ button on the page, but inappropriately it won't work, instead it slow down your page loading time considerably, and hence we are going to remove it from our HTML.Follow steps as it is:
1. First take a backup of your blog template for the case where something goes wrong. Then open HTML.2. Find plusone.js, you will get like this :
<b:widget id='Navbar1' locked='true' title='Navbar' type='Navbar'>
..
..
bla bla
..
.. .. .. https://apis.google.com/js/plusone.js.. .. ..
..
bla bla
..
.. .. ..
</b:widget>
3. Its the navbar code in blogger that injecting plusone.js script auto into HTML. If you don't want and if you are not using it then you can remove it. And go to next step...
..
bla bla
..
.. .. .. https://apis.google.com/js/plusone.js.. .. ..
..
bla bla
..
.. .. ..
</b:widget>
4. Final step, find </body> and replace it with following code:
<!--</body>--> </body>
5. Save template.Now onwards your web pages will load a bit faster and this is pretty nice thing for the user visiting your blog.
Speed up Google +1 button JavaScript
There is no need of coding knowledge to make it faster. This tip may help WordPress bloggers to boost there blog loading time. You just need to edit the https protocol attached with the link of plusone.js JavaScript as shown below:https:// to http://
That�s it. Check your speed test.
If you know any interesting and effective trick to load blogger page faster than ever, then you can share with us via comment, we would like to feature it in our blog.
#Blogger #Blogging #SpeedOptimization #Howto #Tutorial
EmoticonEmoticon