Latest news, food, business, travel, sport, Tips and Tricks...

Blogger b:template-script Tag

The tag <b:template-script> is an instruction to call a JavaScript file hosted on the server side of Blogger related to Official theme distributed by Blogger. this tag generates a script tag containing the url of a JS file, or adding inline of the JS file inside XML Blogger Template Code.

If you encounter a tag <b:template-script> in the XML code of your official theme, do not touch it! unless you know what are you doing with the file, such as modify script and host to another hosting service or adding inline within XML code to customize the script.

<b:template-script> Example

BLOGGER XML LANGUAGE

<b:template-script inline='true' name='threaded_comments'/>

<b:template-script async='true' name='indie' version='1.0.0'/>

RESULT IN HTML PAGE SOURCE

<script type="text/javascript">

  /* JS FILE */

</script>

<script type="text/javascript" src="https://.js"/>

Other Tag

 

,
//