This solution will make your template hard to read ,not good for SEO (as SEO expert said) because we included all scripts in template file . But hosting scripts in blogger will increase the loading speed ,and it work 100% ,don't need to worry about downtime .
How to do ?
1,If you are using a template from SimplexDesign ,open template in a word editor such as notepad ,wordpad ,notepad ++ ...
2,Make a search for this term <script ,it will show you all the place where scripts are embedded to your template .
Take a closer look ,if the script is hosted in another host , you will see something like this :
<script src='http://hosting....../xxxx.js' type='text/javascript'/>The src attribute in <script statement above indicate the URL of javascript file .
Copy this URL http://hosting....../xxxx.js and paste it in browser window

It will show you the content of js file as picture above ,or a dialog which asking for download js file .
If you download the js file ,open it in a word editor
3,Insert the script in js file into blogger template by using this structure :
<script type='text/javascript'>After inserting the script to blogger directly ,delete the line
//<![CDATA[
insert content of js file here
............
//]]>
</script>
<script src='http://hosting....../xxxx.js' type='text/javascript'/>that we found in step 2 .
Do this for the rest .
4,Save template and upload it to blogger .
That's all .
I hope with this tip ,we can forget the problem with free javascript hosting . Yes,if you have a hosting ,you can host js file in your host ,it better for SEO .
would make the loading longer ? Which is better, than using free hosting....??
ReplyDeletenhamngahanh: Solution for seo is put the javascript on the bottom of template..
ReplyDelete@Muhd Firdaus : thanks for your suggestion ^^ keep commenting ,guys ^^
ReplyDeletethanks, its great tips
ReplyDeleteWhat if we are hosting to "google code" ?
ReplyDeletebecause,,, all my js uploaded there.
whether "google code" could be down as well...
wow ... I do not know if would be removed ...
ReplyDeleteOkay I will upload directly to blogger.
gratitude for his science friends ... : D
can not ask for backlinks for my blog .. hehe ... : D
very good post but can you tell me that how to host scripts in a way that when that script run our blog also run not a dropbox..ok
ReplyDeleteK for Knowledge.com
@Mairaj Pirzada : Don't really understand your question . The tutorial for hosting scripts are all in this blog and you can make a search for more .
ReplyDeleteDon't be lazy every one . Just google , and you will get the js file
ReplyDeletebro.. do something templates are not loading........
ReplyDeleteevn i tried code frm google by following ur this tutorials bt not working again
i don´t lazy. i just google but i don´t get your tabcontent.js file. It´s appears many tabcontent.js but are there yours tabcontent.js file???
ReplyDeleteplease, help me. i need your tabcontent.js file.
ReplyDelete