Hosting your css and javascript files is an easy task. You just need to have an dropbox account to run your files in your blog/website. After creating the account on dropbox, upload your css and javascript files in your account. Next move your files in 'Public' folder. Copy the link of your files. You files are ready to run in action. Just remove the 'WWW' with 'dl' and put it in your browser url address bar and load your file. You may see this figure below.
Add your generated dropbox url in
<script src='YOUR-DROPBOX-FILE-URL' type='text/javascript'/>
and put it in your template under
<head>
section. You must have to change 'WWW' with 'dl' otherwise it will not work. (Note:- dropbox only host css and javascript files, it doesn't host your php files)
0 comments:
Post a Comment