Host Javascript files on Blogger for Free To have fast Loading pages !

best-javascript-resources1

 

How To Host Javascript Or .js files on Blogger for free ?

This post explains how to host javascript(.js) files in blogger itself, so you don't need to worry about bandwidth limitations !

 

Hosting Javascript files for Free with unlimited bandwidth ?

is one of the most frequently asked questions in the blogger community. There are tons of hosting providers out there who can help you host your .js files for Free, but all have some bandwidth limitations and also they are not very reliable.

if you have problem With  bandwidth hosting , here is a simple solution for bloggers specially !

 

Save bandwidth and have better Fast loading for your blog !

 

This is the best solution to host your javascript on blogger itself and enjoy unlimited bandwidth.

 

Now just see the below codes:

<script src='http://Your-Script-Url/file.js' type='text/javascript'/>

Whenever you are trying to implement some hack making use of javascript you would have mostly been asked to download the .js file and upload to your own server,get its url and then replace it with red link in above codes shown above,and then place the whole above codes in blogger html before closing of head tag.The Problem we all face is getting an free server with unlimited bandwidth to host these javascripts.
So why don't we upload these javascripts to blogger itself.Just what you have to do is,whenever you are asked to do this kind of above stuff while implementing any hack.


Just use below code in place of above code .

<script type='text/javascript'>
//<![CDATA[
<--Paste all code here from .js file -->
//]]>
</script>

 

Just in place of orange line in above code what you have to do is just open the .js file (which you are asked to download or upload to your own server) in notepad or on your browser , copy its code and paste it in place of above red line.And your javascript codes are now ready which are now hosted on blogger itself instead of hosting to third party server.
Now you will face no bandwidth problems and enjoy fast loading pages on blogger.

1 comments For This Post I'd Love to Hear Yours!

Jerico Jien says:

thanks for this post Mariela, this is pretty helpful. However, I'm just kinda confused on how to get my "Your-script-url/files.js". Just how exactly would i be able to get the url? Please help me. Thanks.


Leave a Comment Here's Your Chance to Be Heard!