Skip to main content

Blogger in Draft says "Try the new Blogger!"

It's been long time that I wrote something here. Interestingly there seems to be a new update in Blogger in Draft (https://draft.blogger.com).

Try the new Blogger! - at the bottom right

Clicking on it, Blogger shows a popup stating,
Blogger is gradually introducing some fresh pages that work well on mobile. Keep an eye in the coming months as these are rolled out. To start, check out Stats, Comments, and Theme
You click on Continue and it redirects. After redirect you get the all new UI. However the point to notice is, it lands in the Stats page.

Stats section - New UI

So, what's new about this UI? Just a couple of re-alignments, I thought. And then I happened to notice the hamburger icon on the top left near Blogger logo.

Clicking on it, the menu got hidden and then it occurred to me that there's really more to look into. So I made a resize to mobile width to see this,

Responsive UI of Stats section

Menu in Mobile view

MOBILE FRIENDLY, RESPONSIVE UI.
So this is it guys, since Blogger has already launched new themes in Responsive UI during the past years, looks like they've been working on bringing Blogger mobile view.

Now this is getting more exciting.

Is it just Stats page that got the smart responsive UI?
Not just Stats.  Stats and Comments for now seems to have the new UI while the other sections remain the same.

How do I revert to classic UI?
First of all, it's a cool UI and works pretty much fine to my knowledge. So, no need for reverting. If it's really required, blogger has "Back to Classic Blogger" button at the bottom of the menu.

Please note that, this button is available only in Stats and Comments section which has got the new UI.

Being all that said, I and more other Blogger users will be happy to know that Blogger is slowly supporting mobile friendly UI. I am really excited and is looking forward to see the whole of Blogger moving to new section. Are you?

Kudos, Blogger team!

P.S: I am not going to take this more detailed as we have one other PE who has drafted it nicely. Please read -> Try out the new mobile-friendly Blogger! - peggyktc.com

Comments

  1. Replies
    1. Hi Abhinav,

      New UI has it's issues but, I feel it won't be long enough you change your mind on this. Let's hope for the best.

      Delete
  2. Hiii
    Your article was the best.
    But if you want to read my article then according to your permission I will send you the link.

    ReplyDelete

Post a Comment

People also read,

How to secure your Google account and Blogger blog?

As a part of contributions to NCSAM, I am writing this article down on what all should we be aware of with respect to Google's security aspect and how to make sure your blog stays yours forever. What is NCSAM? It's National Cyber Security Awareness Month which is observed during the month of October every year in America. However, we all know cyber security is a world topic and is not limited to just the USA. So let me give some tips with respect to keeping the Google account safe and Blogger blogs safe from hackers. As I secure my account, I hope you people catch up too. In this blog post, I am going to tell about the following, Securing your Google account. Securing your Blogger blog. Securing your Google account Since Blogger is also part of your Google account, let's first see what all we need to do to keep our Google account safe. Don't share your password to anyone. Keep changing your password every 60 - 90 days. Make sure your password is str

Blogger Tweak - Open external links in new tab automatically

So, once upon a time, a really long while ago, I tried to customise and recreate a Blogger template which is not available anymore, but there's one thing I remember about it. I had a jQuery code written to make all the external links open in new tab. I also thought, it's about time I revive that idea and write a more intact code and here we go.  So, there are two things to do.  Add Javascript code that detects external links and opens them in new tab. Add a CSS code to let users know that a particular link is going to be opened in new tab. Adding a javascript code Please follow the instructions below, Go to https://blogger.com  dashboard Navigate to Themes > click the down arrow near "Customize" and then click on Edit HTML. Now scroll to the very end and paste the following code just before </body> tag. <script type='text/javascript'> document.body.addEventListener(&quot;mousedown&quot;,function(event){       if(event.target.tagNa

Blogger HTTPS for custom domain and Cloudflare

In BHF, there was a recent issue related to cloudflare where the browser screams the site is a phishing site. So I thought of writing up how does a service like cloudflare affect your blogger blog. What is Cloudflare? Well we have that written all over Wikipedia: Cloudflare . Let's go on with why Blogger users look for Cloudflare. Anciently Blogger users used Cloudflare for one simple reason. HTTPS for custom domains. So what happens when you introduce Cloudflare into your domain? DNS Redirect. Your custom domain will be configured with the proxy info provided by Cloudflare and when the request is hit, DNS redirect happens. DNS redirect is bad for the site's health. A number of reasons, but the most important is that some browsers, when it detects a DNS redirection, it thinks that it is a phishing site. What is a DNS redirect? I am trying to explain this in easy terms. I'll try not to be too technical. When a custom domain URL is hit, usually the domain reques