One main problem we have is to host our javascripts if we don`t have a good host the fast way is using some good java script hosts you can use like Your javascript which will host your javascript for free.
The best solution is to host javascripts in Blogger itself ,yes it`s possible but you have no external links for the javascript code so you will replace codes like this :
<script src='http://Your-Script-Url/file.js' type='text/javascript'/>
with the javascript code that it aims to by visiting the link http://Your-Script-Url/file.js and copy everything then replace the whole
<script src='http://Your-Script-Url/file.js' type='text/javascript'/>
with the codes you copied
the next step is to paste the whole code between
<script type="text/javascript">// <![CDATA[
and
// <![CDATA[
like the following
// <![CDATA[
<--Paste all code here from .js file -->
// <![CDATA[
<script type="text/javascript">
And it`s done nowand congrats
you are hosting javascripts on blogger for free and for ever !
you are hosting javascripts on blogger for free and for ever !
0 comments
Thank you