b:widget

The tags <b:widget> known as Gadget is a small application contain lots of code that interact with the user interface. In Blogger, Gadget can only be installed inside a tag <b:section>. <b:widget> Syntax and Attribute BLOGGER XML LANGUAGE <b:widget id='STRING' cond='EXPRESSION' locked='BOOLEAN' version='NUMBER' title='STRING' type='WIDGET_TYPE' mobile='BOOLEAN' visible='BOOLEAN'> </b:widget> A tag <b:widget> must have one tags <b:includable> with id 'main'. which is the part that will be displayed as a Gadget. Tags <b:widget> can not be nested. The BOOLEAN value is between 'true' or 'false'. The version is related to layout version of the template. WIDGET_TYPE is the specipic type of widget. If we want to make own widget, the type must be HTML. mobile is only work with layout version 1, default value is 'no' even we not declare it. This is the statement wether…