Javascript Hosting is currently in high demands for blogger who use blogspot blog. Why? Nowdays a blogger template has moved to the next generations. Currently day by day blogger template keep coming with amazing style. For that we also need some javascript to make our design walk with no problem. As we know Googlepages has stopped the free hosting and nobody will deny that Googlepages given so much help to free blogspot user. Then what we can do?
The Solution
Every problem has the solution. Yes or No? There are 4 ways we can do to host our javascript file. So let's we start.
Solution 1. Change file extension from .js ke .txt
We can change the .js to .txt
Remember to cange .js file to .txt file and upload it to your free hosting that allowed .txt file. after it change the way you call it.
<script type="text/javascript" src="file-url.js" />
we can change it like this
<script type="text/javascript" src="file-url.txt" />
Solution 2. Adding script directly to our blogger templates.
We can do this by replace code below
<script src='SCRIPT_URL' type='text/javascript'></script>
With this code below
<script type='text/javascript'>
//<![CDATA[
SCRIPT_CONTENT_HERE
//]]>
</script>
How do i know SCRIPT_CONTENT_HERE code?
just copy SCRIPT_URL to your browser and you'll see a bunch of code. now copy and paste that code to SCRIPT_CONTENT_HERE.
Solution 3. Upload the javascript to another free hosting.
Well as you know we can't expect much from free hosting, but if you want to know where, then here is 2 file hosting that allowed javascript with direct linking.
1. http://www.hotlinkfiles.com/
2. http://www.ripway.com/
Solution 4. Buy a new Hosting. +_+
Well I hope this information is useful.
July 23, 2009 at 9:58 PM
Nice information.i used the site tucktail.com for the Domain name Registration they provided me the Free Hosting for me.
July 25, 2009 at 11:24 AM
Hi,
I would recommend "Host Gator" for your web hosting because it's very cheap and reliable. Their support service is awesome. This company offers site building tools, application vault, web mail, antivirus, Php, MySQL ,e-commerce and hosts unlimited websites in one plan. Don't go for free web hosting.They are not reliable. Check it out here (read the User Reviews) :
http://top50webhosting.org
August 19, 2009 at 2:04 AM
i found another great free javascript file hosting. www.yourjavascript.com
they have a nice feature to access the file for specific domains.
December 18, 2009 at 9:20 PM
thanks brother. I spent 3 hours before i found your blog. thanks , I embed my script in my own blog page.
January 9, 2010 at 11:14 AM
hi! help pls.
it actually works for some javascripts, but not for the recent post javascript on:
http://mlxperience.blogspot.com/2008/11/recent-post-thumbnails-widget-for.html
can you kindly check why?
i like to use that widget instead of the recent post widget already installed on blogger.
thanks!
January 18, 2010 at 1:47 PM
This information was awsome...
check my template any day,,,
it helped
January 23, 2010 at 12:50 AM
Hi, another great post
hey keep ur sharing button visible
September 11, 2010 at 11:43 PM
Thanks for sharing. It's very useful for a new blogger like me. :)
November 13, 2010 at 10:24 PM
WOW! i cant believe it. it really working... you know what i almost loss my job for this hahahahaha
February 27, 2011 at 10:19 AM
I found this:
http://jsi1.tk/
Here you can host javascripts too
April 8, 2011 at 10:17 AM
Thanx for sharing
http://luckybhumkar.blogspot.com
September 23, 2011 at 6:03 AM
Thanks a lot for ur valuable info.It helps me to a greater extent.