HOW TO HOST JAVASCRIPT IN BLOGGER

We always trouble to host JavaScript,images,files, on web. Some paid file hosting  websites are available. But it ask more money for large bandwidth. Later, I share a post about host your JavaScript, HTML, other files. in Google drive. It is very simple and free. It is trusty. You can share your files to public. Now i share  a simple trick to host your JavaScript in blogger.  It is very safe. but you can not link  this JavaScript to external. Some times this scripts make to increase your page load time. If you don’t mind  Just  follow.

Javascript (www.masterhacksindia.blogspot.com)


Log in your blogger dashboard.

  • Go to Template

  • Find External link, you want to replace.

  • External JavaScript links shows this format.
<script src=' https://apis.google.com/js/plusone.js ' type='text/javascript'/>

  • Just copy external JavaScript URL in new tab. Hit enter in keyboard (or go to button in browser). Then it shows a script.
How To Host JavaScript In Blogger (www.masterhacksindia.blogspot.com)

  • Copy shown code  and replace RED colour with your code.
<script type='text/javascript'>
//<![CDATA[
<--Paste all code here from .js file --> //]]>
</script>

  • Copy this code and paste before blogger </head> tag.

  • Done
- See more at: http://internetexplora.blogspot.in/2013/09/how-to-host-javascript-in-blogger.html#sthash.hf6zX3nw.dpuf