How to make Blogger widgets visible in Blogger Mobile template (make Adsense visible in mobile template)? - ShoutMeLoudHere

Latest

ShoutMeLoudHere

Tech,jobs,news,social,networking,mobile,tourism news.Gulf Jobs, Android,Gulf Jobs.

Friday 14 July 2017

How to make Blogger widgets visible in Blogger Mobile template (make Adsense visible in mobile template)?


In Blogger, the view on desktop computers and mobile devices are show differently. By default, the template on mobile devices are stripped down and responsive. Not all sections or widgets displayed on desktop computers are available on mobile devices. Most widgets manually added to Blogger will not be view-able on mobile devices. Adsense added from Blogger's Adsense widgets are visible however their display regions are only on the top and bottom of the page. Google Adsense code if added to the blog using Blogger HTML/JavaScript widget, it won't display on mobile devices. In order to show widgets visible only on desktop to also show on mobile devices, including Google Adsense widgets, do the following changes.



How to enable widgets to display on mobiledevices
  • First, let's add a Blogger widget our self. Let's say we want to display a custom labels block
  • Login to Blogger and click click on Layout
  • Click "Add a gadget" and choose "Labels"
  • Instead of all, let's select only a few labels to show.
  • Save the widget.
  • Check whether it appears on desktop (it should). 
  • Check whether it appeared on mobile (it won't).
To display Blogger widgets view-able on desktops to also appear onmobile devices, do the following:

1. While still logged in to Blogger, click on Template / Theme, and then on Edit HTML
2. From the "Jump To Widget", click on the widget you are interested in (the newly added widget will usually have a higher number. eg: HTML15).

We'll come to a code that looks like the one below:
<b:widget id='Label1' locked='false' title='Categories' type='Label' visible='true'>

To show this widget on mobile devices, just add "mobile='yes'' to the above line. So it now looks like:
<b:widget id='Label1' locked='false' mobile='yes' title='Categories' type='Label' visible='true'> 

Repeat the above steps for any other widget which you would like to display on mobile devices.

3. After enabling all the widgets you need, SAVE TEMPLATE and go BACK.
4.  In the TEMPLATE page, click on the "gear" icon under the MOBILE preview shown.
We have two options at "On mobile devices, show a mobile version of your current template".
  1. Yes. Show mobile template on mobile devices. (choose this option)
  2. No. Show desktop template on mobile devices.
5. Click to choose  "Yes. Show mobile template on mobile devices."
6. Choose mobile template: Click and choose "CUSTOM". 
Custom adapts your template customization to mobile. Be sure to preview your template.
7. Click SAVE. 

After saving the changes, open the blog on mobile device and check. The widgets you enabled will now be displayed on the mobile deviceThis includes widgets such as popular posts, labels, others and even Google Adsense code added through HTML/JAVASCRIPT widgets.

As shown in the screenshots below,  

How to make Blogger widgets visible in Blogger Mobile template 2     How to make Blogger widgets visible in Blogger Mobile template 3

If you find the post helpful, please like, share and let me know in the comments. Cheers!

Latest Jobs