In This Tutorial I Am Going To Tell You How To Host Javascript Or .js files on Blogger Itself
There Are Many Hosting Websites Where JavaScript File Is Hosted For
Free. But All Have Some Bandwidth Limitations. How To Host Your
Javascript On Blogger Itself And Enjoy Unlimited Bandwidth.
<script src='JavaScript URL' type='text/javascript'/>
- Download Your JavaScript File From JavaScript URL
- Replace The Above JavaScript Code With The Following Code.
<script type='text/javascript'>
//<![CDATA[
<--Paste all code here from .js file -->
//]]>
</script>
- Open Downloaded JavaScript File And Copy All The Text From File.
- Replace It With Red Text From Above Code.
- Now JavaScript Code Is Ready To Hosted On Blogger.
- Now You Will Face No Bandwidth Problems.
No comments:
Post a Comment