For bloggers How To Show/Hide Any Gadget on Blogger Mobile Template

How to activate custom mobile template 

Go to template
Then click on customise mobile template



Under choose mobile template select custom


Then save it 



How to show blogger gadgets in mobile template
 

1. Go to Layout and Select the widget which you want to show in mobile Example : In my case i want to show “Follow us on Facebook” gadget in mobile


2. Click on edit on the widget which you want to show in mobile and notice the id of “widgetId” for this one is HTML16




3. Now go to "Template" > "Edit HTML"


4. Click on "Jump To Widget" and click on the id of the widget you want to show on the mobile view of your blog. This will take you directly to the <b:widget> tag of the widget.



Eg. <b:widget id='HTML16' locked='false' title='Follow us on Facebook!' type='HTML'>



5. Now just after “locked=’false’ add mobile=’yes’ (This should be added in the right section of the code)

It will become <b:widget id='HTML16' locked='false' mobile='yes' title='Follow us on Facebook!' type='HTML'>




6. Save you template by clicking on “Save template” button 

Comments