how to embed external JavaScript or CSS files into blogger

how to embed external JavaScript or CSS files into blogger

How to include the external JavaScript and CSS files On blogger

In Last Tutorail I Show You How to Host CSS and Javascript On Google Drive. When  you have got the direct link. You can embed these external files into your blogs. 

Today I Show you  how to embed external JavaScript or CSS files into blog.
For Hosting External JavaScript:

Now Go to Blogger Dashboard > Template > Edit HTML 

1. For  Hosting Exteranal Javascript  -  Search   </body> and Paste the below Code Before </body>

<script src='our-JavaScript-Direct-Link' type='text/javascript'></script>

2. For  Hosting Exteranal CSS  -  Search   </head> and Paste the below Code Before </head>

<link rel="stylesheet" type="text/css" href="CSS-FileDirect-Link/>


3. Save the Template , You Have Successfully Hosted Your Javascript And Css Direct Link

Post a Comment

Previous Post Next Post