Posts

Showing posts from May, 2016

More custom template flexibility

Image
Last May, we added some expressions to our templating language to make it easier for you to customize your blog’s look and feel. These new expressions proved popular with those of you who enjoy advanced blogging tools, so we wanted to offer you even more flexibility. Starting today, we’re introducing a new set of operators, which we’re calling lambda expressions, that allow you to apply rules to whole sets of data (think posts, comments, or labels), rather than just individual instances.  Let’s say you wanted to add a flower image to all posts with the label “Flower,” for example. With lambda expressions, simply define a variable name that each item in the set will take, and then refer to the variable name as though it were each item. <!-- Show a Flower image if the post has the label flower --> <b:if cond= ' data:post.labels any (l => l.name == "Flower") ' >  <img src=’/img/flower.jpg’ /> <b:if/> An example of adding a flower icon to pos...

Keep your readers interested with the AdSense Guide to Audience Engagement

Image
Today, information is at our fingertips and we can access it from anywhere on any device. Just a few taps pull up millions of websites all competing for our attention. For bloggers, engaging with your audience has never been more important or more challenging. To help lay the foundation to a winning engagement strategy, the AdSense team created the AdSense Guide to Audience Engagement. Research shows that 29% of smartphone users will immediately switch to another site or app if it doesn’t satisfy their needs. To help keep your audience engaged, get your free copy of the AdSense Guide to Audience Engagement . In the guide, you’ll learn: How to help your audience become familiar with your brand Best practices to design user journeys How to develop content that resonates with your audience Ways to make your content easy to consume Why you should share the love with other sites by referring to good sources If you’re interested in more updates from the Google AdSense team, follow us on ...

Bringing HTTPS to all blogspot domain blogs

Image
[Cross-posted from the Google Security Blog ] HTTPS is fundamental to internet security; it protects the integrity and confidentiality of data sent between websites and visitors' browsers. Last September, we began rolling out HTTPS support for blogspot domain blogs so you could try it out. Today, we’re launching another milestone: an HTTPS version for every blogspot domain blog. With this change, visitors can access any blogspot domain blog over an encrypted channel. The HTTPS indicator in the Chrome browser As part of this launch, we're removing the HTTPS Availability setting. Even if you did not previously turn on this setting, your blogs will have an HTTPS version enabled. We’re also adding a new setting called HTTPS Redirect that allows you to opt-in to redirect HTTP requests to HTTPS. While all blogspot blogs will have an HTTPS version enabled, if you turn on this new setting, all visitors will be redirected to the HTTPS version of your blog at https ://<your-blog>...