Showing posts sorted by relevance for query how-to-display-recent-posts-in-blogger. Sort by date Show all posts
Showing posts sorted by relevance for query how-to-display-recent-posts-in-blogger. Sort by date Show all posts

Monday, May 7, 2007

How To Display Recent Posts Inwards Blogger

Displaying Recent posts inward your sidebar frequently assist your users to speedily accept a await at the content that is to a greater extent than novel as well as fresh. It likewise gives them a basic consider that what variety of content is published on a sure enough blog. If the most recent posts are somewhat linked to each other, as well as then it mightiness engage your visitors for a chip longer.  However, inward exactly about designing methods people desire to display recent posts differently according to their design. In this article, nosotros volition exhibit you lot How to Display Recent posts inward Blogger.

Display Recent Post With H5N1 Summery inward Blogger?

Some people get got unlike approaches of showing recent posts inward their blogs. They desire them to endure alongside a championship as well as a brusk description, hence that users tin acquire exactly about consider nearly the topic. There're multiple ways of doing that, but nosotros get got listed below the most simplest as well as operate friendly method.

The kickoff affair you lot involve to create is to become to Blogger.com >> Layout >> Add a Gadget >> Add HTML/JavaScript. Now glue the next code inward the HTML Text Area. Remember: Don’t forget to supplant mybloggerlab.com alongside your personal domain name.

<link href="http://mybloggerlab.com/Scripts/recent.css" type="text/css" rel="stylesheet" />
 <script src="http://mybloggerlab.com/Scripts/json.js"></script>

  <script type='text/javascript'>
var numposts = 3;
var showpostthumbnails =  false;
var displaymore = false;
var displayseparator = true;
var showcommentnum = false;
var showpostdate = false;
var showpostsummary = true;
var numchars = 100;</script>
  <script type="text/javascript" src="http://www.mybloggerlab.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=labelthumbs"></script> 

You may alter the graphic symbol limit yesteryear replacing (100) alongside whatever other according to your needs. Once everything is done, salve the gadget.

Displaying Recent Posts inward a List Format inward Blogger?

Some people desire things to endure every bit small-scale every bit possible, this is the argue why they desire to exhibit recent posts alongside exactly post titles inward a listing format.

<link href="http://mybloggerlab.com/Scripts/recent.css" type="text/css" rel="stylesheet" />
<script src="http://mybloggerlab.com/Scripts/json.js"></script>

 <script type='text/javascript'>
var numposts = 3;
var showpostthumbnails = false;
var displaymore = false;
var displayseparator = true;
var showcommentnum = false;
var showpostdate = false;
var showpostsummary = false;
var numchars = 100;</script>
  <script type="text/javascript" src="http://www.mybloggerlab.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=labelthumbs"></script> 

You may alter the issue of posts to endure shown inward the gadget yesteryear replacing 10 alongside whatever other number. You tin exactly glue the code inward the HTML/JavaScript gadget's expanse or you lot tin likewise purpose them inward your post pages. Once everything is done, salve the gadget.

Displaying Recent Posts alongside Thumbnails inward Blogger?

Sometimes people desire things to endure perfect. As nosotros all know moving-picture exhibit speaks a lot than words, hence adding a little thumbnail to recent posts mightiness assist inward grabbing the attending of your visitors. You tin customize the thumbnail size through a uncomplicated CSS, but it mightiness acquire distorted every bit it is originally small.

To add together this inward your blog, Blogger.com >> Layout >> Add a Gadget >> Add HTML/JavaScript. Now glue the next code inward the HTML Text Area. Once everything is done, subsequently customizing salve the gadget.

<link href="http://mybloggerlab.com/Scripts/recent.css" type="text/css" rel="stylesheet" />
 <script src="http://mybloggerlab.com/Scripts/json.js"></script>

  <script type='text/javascript'>
var numposts = 3;
var showpostthumbnails = true;
var displaymore = false;
var displayseparator = true;
var showcommentnum = false;
var showpostdate = false;
var showpostsummary = true;
var numchars = 100;</script>
  <script type="text/javascript" src="http://www.mybloggerlab.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=labelthumbs"></script> 

Congratulations: You get got successfully learned how to display Recent posts inward blogger. Go as well as depository fiscal establishment lucifer out your weblog to come across things are working perfectly or not.

We promise this article get got helped you lot inward learning a means to display recent post inward your blogger site. You tin fifty-fifty display posts yesteryear using your labels. However, nosotros volition verbalize over them inward the upcoming tutorials. If you lot similar this article create part it on Facebook as well as other social web.

Wednesday, March 14, 2007

How To Display Random Posts Inwards Blogger

Since your weblog is to a greater extent than similar a diary or because of its natural construction sometimes former articles gets neglected together with hardly gets whatsoever visitors straight from your website. New users joins your website, takes consummate produce goodness from it but never bother to catch your former practiced articles. However, a elementary agency to convey dorsum attending to your former articles is to display them somewhere inwards your sidebar. Today inwards this article, nosotros volition exhibit yous how to display random posts inwards blogger.

What is Random Posts Widget?

This widget displays a listing of random posts from your weblog providing the mightiness to your visitors to read your practiced articles from the paste. On the other hand, this widget is in all likelihood ideal for bringing dorsum limelight to unopen to of your posts that are buried inwards your weblog achieve. Before, yous add together this widget inwards your weblog banking concern fit out the screenshot below of this widget:

How to display Random Posts inwards Blogger?

This tutorial consists of 2 parts, inwards the starting fourth dimension 1 we’ll live adding CSS of the widget and inwards the other one-half nosotros volition add together the primary construction coding on the widget. So, the real starting fourth dimension affair yous request to produce is to login into your blogger draw of piece of job concern human relationship together with become to Template >> Edit HTML. Now inwards the blogger template editor, search for ]]></b:skin> tag together with but to a higher house it glue the next code.

ul#random-posts img {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
ul#random-posts li {
    border-bottom: 1px enterprise #d2d2d2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.rp-info {
    font-style: italic;
}
.rp-snippet {
    font-style: normal;
}
ul#random-posts a {
    font-weight: bold;
}

Till here, yous conduct keep successfully installed CSS codes to your template, instantly it’s fourth dimension to add together primary construction coding. It depends on you, where yous would similar to display random posts on your weblog but pop blogs e'er recommends adding it inwards your sidebar. So, become to Layouts >> Add a Gadget >> Add HTML/JavaScript >> but glue the below coding inwards the HTML box.



<ul id='random-posts'>
<script type='text/javaScript'>
var rdp_numposts=5;
var rdp_snippet_length=80;
var rdp_info='yes';
var rdp_comment='Comments';
var rdp_disable='Comments Disabled';
var rdp_current=[];var rdp_total_posts=0;var rdp_current=new Array(rdp_numposts);function totalposts(json){rdp_total_posts=json.feed.openSearch$totalResults.$t}document.write('<script type=\"text/javascript\" src=\"/feeds/posts/default?alt=json-in-script&max-results=0&callback=totalposts\"><\/script>');function getvalue(){for(var i=0;i<rdp_numposts;i++){var found=false;var rndValue=get_random();for(var j=0;j<rdp_current.length;j++){if(rdp_current[j]==rndValue){found=true;break}};if(found){i--}else{rdp_current[i]=rndValue}}};function get_random(){var ranNum=1+Math.round(Math.random()*(rdp_total_posts-1));return ranNum};
</script>
<script type='text/javaScript'>
business office random_posts(json){for(var i=0;i<rdp_numposts;i++){var entry=json.feed.entry[i];var rdp_posttitle=entry.title.$t;if('content'in entry){var rdp_get_snippet=entry.content.$t}else{if('summary'in entry){var rdp_get_snippet=entry.summary.$t}else{var rdp_get_snippet="";}};rdp_get_snippet=rdp_get_snippet.replace(/<[^>]*>/g,"");if(rdp_get_snippet.length<rdp_snippet_length){var rdp_snippet=rdp_get_snippet}else{rdp_get_snippet=rdp_get_snippet.substring(0,rdp_snippet_length);var space=rdp_get_snippet.lastIndexOf(" ");rdp_snippet=rdp_get_snippet.substring(0,space)+"&#133;";};for(var j=0;j<entry.link.length;j++){if('thr$total'in entry){var rdp_commentsNum=entry.thr$total.$t+' '+rdp_comment}else{rdp_commentsNum=rdp_disable};if(entry.link[j].rel=='alternate'){var rdp_posturl=entry.link[j].href;var rdp_postdate=entry.published.$t;if('media$thumbnail'in entry){var rdp_thumb=entry.media$thumbnail.url}else{rdp_thumb="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9KWCtl_D2-fuj_8flEKUrSfYw3swu-a_2bkSVJ518ooYTFs2gfqBG49NBlGB_kQCdEDIhOG6za_MUOtSFI-zI-rN34hQ3DFrZDgiCa-fOVCniEsKvyPOrtdSZnMZtBoF2C7caAxYHDdg/s1600/no_thumb.png"}}};document.write('<li>');document.write('<a href="'+rdp_posturl+'" rel="nofollow"><img alt=" Since your weblog is to a greater extent than similar a diary or because of its natural construction sometimes former ar How to Display Random Posts inwards Blogger " src="'+rdp_thumb+'"/></a>');document.write('<div><a href="'+rdp_posturl+'" rel="nofollow" title="How to Display Random Posts inwards Blogger ">'+rdp_posttitle+'</a></div>');if(rdp_info=='yes'){document.write('<span><div  class="rp-info">'+rdp_postdate.substring(8,10)+'/'+rdp_postdate.substring(5,7)+'/'+rdp_postdate.substring(0,4)+' - '+rdp_commentsNum)+'</div></span>'};document.write('<br/><div class="rp-snippet">'+rdp_snippet+'</div><div style="clear:both"></div></li>')}};getvalue();for(var i=0;i<rdp_numposts;i++){document.write('<script type=\"text/javascript\" src=\"/feeds/posts/default?alt=json-in-script&start-index='+rdp_current[i]+'&max-results=1&callback=random_posts\"><\/script>')};
</script>
</ul>

Customization:

  1. You tin growth the issue of post service to display, but alter '5' to whatsoever other. 
  2. You tin growth the summery of the post, but alter '80' to whatsoever other.
  3. By default it display's engagement together with comments on the post, yous tin disable it past times changing var rdp_info='yes'; to no. 
Once everything is done, yous may relieve the widget past times pressing “Save” push together with that’s it. You conduct keep successfully added random posts amongst thumbnail on your blogger site.

We promise this tutorial conduct keep helped our users to larn how to display random posts inwards blogger. In past, nosotros conduct keep already covered how to display recent posts, related posts, random posts button, pop posts, together with most commented posts inwards blogger. Do portion what are your opinions close this novel widget nosotros conduct keep come upward up amongst past times commenting below. 

Saturday, March 17, 2007

How To Upgrade Your 404 Non Establish Page Inwards Blogger

You must last known to 404 mistake pages, they exhibit upwardly when a visitor terminate upwardly visiting a page or URL that is either broken or no longer exists. Therefore, having a useful 404 mistake page could last handy inward improving your sales in addition to non making a dead-end for your users. You tin dismiss meliorate your 404 page, past times providing some options or laid of instructions to visitors to operate around. In this article, nosotros volition exhibit y'all how to meliorate your 404 non constitute page inward blogger, thence that y'all tin dismiss brand your 404 mistake page non alone useful but engaging equally well.

How 404 Error Page looks similar inward Blogger?

Let’s last honest, earlier landing on this posts y'all convey ever ignored your 404 mistake page non because y'all don’t wishing it to meliorate but it just lacks interests. Check out the screenshot below that shows how a default blogger 404 page looks like:
The higher upwardly screenshot clearly shows that it is non a useful 404 page.  As a user yourself, y'all abhor when an mistake pops upwardly that doesn’t convey whatever agency to operate around?

The same agency y'all bespeak to assist your users past times providing them some laid of options that they tin dismiss do to honor the relevant theme that they are looking for. You tin dismiss assist them to honor precisely the correct page past times providing a search might on your 404 page in addition to lots of creative things that y'all tin dismiss do.

How to Customize your 404 Page inward Blogger:

The really commencement thing y'all tin dismiss do to brand your 404 page useful for your users it to customize it amongst your ain creativity. Go to Blogger >> Search engine Preference >> Custom Page Not Found.

We convey already covered how to do a custom 404 page inward blogger thence last certain to read that resources equally well.  You tin dismiss certainly role this characteristic to add together useful tools in addition to elements similar a search engine, hit widget, recent posts in addition to etc.

This volition assist your visitors to await for the best fit, according to their interests.

Display Search Widget on 404 Page:

To display a search widget on your 404 page, just glue the next slice of coding inward “Custom Page Not Found” inward blogger settings.  Once done y'all convey to brand your ain Custom CSS to back upwardly the mode of your template.

<form method='get'>
<div id='search'>
<div class='search'>
<input id='s' name='q' onblur='if (this.value == &#39;&#39;) {this.value = &#39;Search the site&#39;;}' onfocus='if (this.value == &#39;Search the site&#39;) {this.value = &#39;&#39;;}' type='text' value='Search the site'/>
<input id='button' style='vertical-align: top;' type='submit' value='Search!'/>
</div></div>
</form>

If y'all are already using a custom search widget, thence it volition automatically inherit CSS from your default search engine.

Display Recent Posts on 404 Page: 

The method is over again the same, y'all bespeak to glue the next code inward blogger settings inward the place nosotros convey mentioned above. This volition merely displays recent posts on your 404 page.

<link href="https://dl.dropboxusercontent.com/u/137869302/style.css" type="text/css" rel="stylesheet" />
 <script src="https://dl.dropboxusercontent.com/u/137869302/json.js"></script>
  <script type='text/javascript'>
var numposts = 3;
var showpostthumbnails = true;
var displaymore = false;
var displayseparator = true;
var showcommentnum = false;
var showpostdate = false;
var showpostsummary = true;
var numchars = 100;</script>
  <script type="text/javascript" src="/feeds/posts/default?orderby=published&alt=json-in-script&callback=labelthumbs"></script> 

You tin dismiss become inward await to a greater extent than attractive past times applying CSS according to your wishing needs.

Display Popular Posts on 404 Page:

In the past times nosotros convey already showed y'all how to display pop posts on your sidebar. However, hither nosotros are showing how y'all tin dismiss add together them inward your 404 page equally well. The method is the same equally nosotros convey told above, just glue the next code inward “Custom Page Not Found” inward blogger settings.

<script type="text/javascript">
business office getYpipePP(feed) {
 document.write('<ol style="">');
 var i;
 for (i = 0; i < feed.count ; i++)
 {
var href = "'" + feed.value.items[i].link + "'";
var pTitle = feed.value.items[i].title;
var pComment = " \(" + feed.value.items[i].commentcount + "\)";
var pList = "<li>" + "<a href="+ href + '" target="_blank">' + pTitle;
 document.write(pList);
 document.write(pComment); //to take comment count delete this line
 document.write('</a></li>');
 }
 document.write('</ol>');
 }
 </script>
 <script src="http://pipes.yahoo.com/pipes/pipe.run?
 YourBlogUrl=http://www.yourwebsiteurl.com/
 &ShowHowMany=10
 &_id=390e906036f48772b2ed4b5d837af4cd
 &_callback=getYpipePP
 &_render=json"
type="text/javascript"></script>
<span style="font-size: 80%; float:right;"><a href=" /search?q=custom-404-not-found-page-for-blogger">Make your own</a></span>

We promise this article would convey helped y'all inward making your 404 page to a greater extent than useful  and engaging inward Blogger. No affair y'all are beginners or an practiced experience gratis to operate just about amongst code in addition to role your inventiveness to brand your 404 page attractive.

We convey some pre-made attractive 404 non constitute page blueprint for blogger thence that y'all tin dismiss just re-create in addition to glue inward your site.

Thursday, March 15, 2007

How To Display Recent Comments Inwards Blogger

In the past, nosotros conduct keep already showed you lot how to add together recent posts inwards your blogger site. However, nosotros never move on to beak over how to display recent comments inwards blogger. Thanks to our readers, who emailed us near this theme to plow our attending towards it. Today inwards this article, nosotros volition demo you lot how to display recent comments inwards blogger either inwards your sidebar, footer or whatever other house you lot like. May live you lot would similar to add together it inwards your 404 non constitute page to acquire inwards useful.


Why to Add Recent Comments Widget inwards Blogger?

You mightiness conduct keep an active community on your blog, where people oftentimes acquire out a comment or 2 on your multiple posts. However, people who acquire out comments on your spider web log are truly your followers equally you lot don’t truly come across novel people commenting on your spider web log posts unless they necessitate help.  So, this widget could assistance novel visitors inwards motivating them to conduct keep portion inwards the conversation which would for certain increase the engagement equally well.

How to Add Recent comments inwards Blogger?

The real start matter that you’ll live doing is to login into your blogger dashboard alongside your Google account. After logging inwards become to Layout >> Add a Gadget >> Add HTML/JavaScript as well as glue the next slice of coding that volition plow into a listing of recent comments on your blog.

<script type="text/javascript">
var a_rc = 5;
var m_rc = false;
var n_rc = true;
var o_rc = 100;
business office showrecentcomments(e){for(var r=0;r<a_rc;r++){var t,n=e.feed.entry[r];if(r==e.feed.entry.length)break;for(var i=0;i<n.link.length;i++)if("alternate"==n.link[i].rel){t=n.link[i].href;break}t=t.replace("#","#");var a=t.split("#");a=a[0];var c=a.split("/");c=c[5],c=c.split(".html"),c=c[0];var s=c.replace(/-/g," ");s=s.link(a);var o=n.published.$t,l=(o.substring(0,4),o.substring(5,7)),u=o.substring(8,10),m=new Array;if(m[1]="Jan",m[2]="Feb",m[3]="Mar",m[4]="Apr",m[5]="May",m[6]="Jun",m[7]="Jul",m[8]="Aug",m[9]="Sep",m[10]="Oct",m[11]="Nov",m[12]="Dec","content"in n)var d=n.content.$t;else if("summary"in n)var d=n.summary.$t;else var d="";var v=/<\S[^>]*>/g;if(d=d.replace(v,""),document.write('<div class="rcw-comments">'),1==m_rc&&document.write("On "+m[parseInt(l,10)]+" "+u+" "),document.write('<span class="author-rc"><a href="'+t+'">'+n.author[0].name.$t+"</a></span> commented"),1==n_rc&&document.write(" on "+s),0==o_rc)document.write("</div>");else if(document.write(": "),d.length<o_rc)document.write("<i>&#8220;"),document.write(d),document.write("&#8221;</i></div>");else{document.write("<i>&#8220;"),d=d.substring(0,o_rc);var w=d.lastIndexOf(" ");d=d.substring(0,w),document.write(d+"&hellip;&#8221;</i></div>"),document.write("")}}}
</script><script src=http://www.mybloggerlab.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments ></script>
<style type=text/css>
.rcw-comments {
font-family: inhert;
font-size: 14px;
margin-bottom: 15px;
border-bottom: 1px corporation #d2d2d2;
padding-bottom: 15px; line-height: 20px; }
}
</style>

You necessitate to supplant your Website URL, thus that this widget volition run exactly fine. To increment the number of comments shown on the widget only search as well as supplant “5” alongside the no of comments on you lot desire to show.  If you lot similar to display dates along alongside comments than supplant “False” alongside true. If you lot desire to boundary comment characters as well as thus supplant “100” alongside whatever other that you lot like.

After customizing you lot tin salve the widget past times pressing "Save" push acquaint towards the terminate of the widget. Once done, you lot volition live able to come across recent comments on your blog.

We promise this tutorial may conduct keep helped you lot inwards learning how to display recent comments inwards blogger. We conduct keep used JavaScript to display these comments, thus if you lot plow off JavaScript from your browser's setting it volition halt appearing. However, almost 99% browser nowdays back upwards JavaScript, thus its non a that big issue. Let us know what are your thoughts near it, part it alongside your friends on Facebook, Google+ or Twitter.

Tuesday, March 17, 2020

The Twelvemonth Inwards Review 2015: Google For Content Creators, Collectors In Addition To Consumers

2015 was a busy yr at Google. Alphabet became the novel nurture fellowship alongside Google only ane of its subsidiaries, in addition to naturally that was followed yesteryear a novel Google logo. There were retirements (Helpouts), major launches (Google Photos, YouTube Gaming) in addition to large changes (Google+, Hangouts).

If y'all desire the large picture, read on in addition to depository fiscal establishment check out the 2015 timeline. I've also pose together to a greater extent than detailed overviews of the changes to Google+PhotosLocal Businesses in addition to Pages, YouTube for viewers, YouTube Creators in addition to Partners, live streaming, HangoutsBlogger in addition to AdSense.

What happened inwards the Google universe inwards 2015? 

announced that Google+ is no longer the "social layer" across Google products in addition to services. Instead it's going it alone, alongside a to a greater extent than "focused experience" in addition to an emphasis on content. To that end, 2015 saw the launch of Collections in addition to the ongoing separation of Photos, Hangouts, Local Businesses and YouTube from Google+. The yr is ending alongside a create novel Google+ user interface, withal nether development.
While Local Businesses are withal represented yesteryear Google+ Local Pages, at that spot has been an ongoing separation from Google+. In Oct the novel Google My Business dashboard (business.google.com/manage/) replaced the Google+ Pages dashboard. The novel Google+ profiles no longer display local concern reviews - those conduct hold moved to Google Maps.
launched equally a stand-alone service that doesn't require a Google+ profile. Since thus at that spot conduct hold been a number of improvements in addition to updates, such equally shared albums. The old Picasa Web Albums is non only withal around, but is currently the only identify to access albums created yesteryear other Google products such equally Google+ Photos from Posts, Blogger blogs, in addition to Hangouts.
YouTube Kids, YouTube Gaming (with an emphasis on alive broadcasting), YouTube Music in addition to the ad-free YouTube Red subscription service. And to a greater extent than sorts of videos are at nowadays supported: high frame charge per unit of measurement videos, 360-degree videos, in addition to VR video. And watching video on mobile got better, alongside a redesigned YouTube mobile app. Some of the improvements were smaller, but rattling welcome, similar the render of subscription grid sentiment on desktop.
separation of YouTube from Google+, starting alongside comments, thus Google+ Profile-connected channels. That procedure is ongoing.

YouTube Analytics got novel tools for analyzing views in addition to engagement, in addition to mobile-friendly Cards were introduced to eventually supercede Annotations. YouTube Spaces for creators opened inwards Berlin and Mumbai. Plus novel video options shape 360 videos to improved alive streaming, in addition to potentially higher earnings shape YouTube Red subscribers.
2015 was also the yr Live Streaming came to the masses. Mobile streaming apps Periscope in addition to Meerkat launched, YouTube offered slow broadcasting for gamers from both the desktop in addition to mobile devices, Twitch.tv expanded beyond gaming, Blab permit y'all flow your conversations in addition to fifty-fifty Facebook has gotten into the act. Alas, Hangouts on Air didn't larn whatever major updates.
Hangouts got a habitation of its ain at hangouts.google.com but was removed from the novel Google+ desktop interface. The Chrome Hangouts app for desktop got a major update alongside Mac support. And non-event video calls were streamlined, alongside the removal of most apps. The mobile Hangouts app for Android in addition to iOS got a number of updates in addition to improvements, including - finally! - grouping MMS.
Blogger added slow integration alongside Google Domains, banned - for a curt fourth dimension - nudity in addition to porn, introduced novel layout in addition to template options in addition to HTTPS security.
AdSense made it easier to apply for an account, introduced novel ways to earn (Consumer Surveys in addition to Matched Content), redesigned Performance Reports in addition to offers to a greater extent than transparency nigh Payments. And y'all tin #AskTheAdSenseGuy policy questions!
Want to rest upwards to engagement all yr long? Follow my Weekly Updates!

became the novel nurture fellowship alongside Google only ane of its subsidiaries The Year inwards Review 2015: Google for Content Creators, Collectors in addition to Consumers

Read on for details in addition to links!


2015 Timeline: Out alongside the old, inwards alongside the new


The listing below gives an overview of some of the major events inwards the Google universe inwards 2015 for both creators in addition to consumers of content.


2015 Review: Google+ 


Google+ is neither dead, nor dying. But it's also no longer the "social layer" across Google products. If y'all were watching closely y'all may conduct hold seen this alter coming.

In an became clear: Google+ would no longer render an identity across Google products (especially YouTube). Instead, Google+ would go to a greater extent than focused on "shared interests" in addition to content. Bradley Horowitz explained how was a goodness thing:
What does this hateful for Google+ the product? Relieved of the notion of integrating alongside every other production at Google, Google+ tin at nowadays focus on doing what it’s already doing quite well: helping millions of users around the footing connect around the involvement they love. Aspects of the production that don’t serve this agenda conduct hold been, or volition be, retired. But you’ll also run across a slew of improvements that create this role illustration shine (like the recent launch of Collections -plus.google.com/collections/featured).
There is fifty-fifty an official Google+ Collections Community meant to assist users create featurable Collections.

And inwards Nov Google+ launched an entirely novel spider web interface that "puts Collections in addition to Communities front end in addition to center". It's withal a preview, in addition to Google+ is gathering user feedback, but it's clear it's much simpler than "classic" Google+.

Will the novel Google+ live a success? Only fourth dimension volition tell.

My 2015 Google+ Tips in addition to Articles

Also recommended:  Miss the link to Google Photos in addition to Google+ Photos inwards the Google+ Menu? The Plus for Google+ Chrome extension adds dorsum those links, in addition to more (by Olivier Jobert)


Google+ 2015 Timeline
  • February: Forbes interviews Sundar Pichai: Future administration for Google+, Photos in addition to Hangouts
  • February: New in addition to improved Google+ sense for mobile spider web (Danielle Buckley) 
  • April: Your Google+ Photos are at nowadays available inwards Google Drive
  • April: Google+ Communities larn a novel appear on Android devices (Danielle Buckley) 
  • May: Google+ introduces Collections (Dmitry Shapiro) 
  • May: Google streamlines concern reviews, focuses on Google Maps, removes Local search from Google+ (Google Local Guides) 
  • May: Google+ is at nowadays on Twitter
  • May: Google+ retires Ripples (Google+) 
  • May: Google+ retires Circle sharing (CircleCount) 
  • May: Autohashtags Are 'Disappearing' But Not 'Retiring' (Eli Fennell) 
  • May: The novel Google Photos launches for Android, iOS in addition to Desktop (Google Blog) 
  • May: Bradley Horowitz Says That Google Photos is Gmail for Your Images. And That Google Plus Is Not Dead…
  • June: The share-to-Google+ box has been removed from the top toolbar across Google products
  • June: Control which notifications y'all run across nether the bell icon - Google+, YouTube, or Google Photos
  • June: Learn to a greater extent than nigh creating in addition to managing Collections inwards the novel official Google+ Collections community
  • July: Google+ announces a alter inwards focus (Google) 
  • July: What the changes hateful for Google+ (Bradley Horowitz) 
  • July: Google+ Collections update: number of posts displayed (Google+) 
  • August: Google+ Photos to live retired starting August 1st (Google+) 
  • August: Google+ introduces search for Collections (Peter Zheng) 
  • September: The Google+ Logo gets a novel appear likewise
  • September: Introducing Google+ Collections on iOS (John Kilcline) 
  • September: Google+ Android App: novel "Share link" selection for posts (Robert Wallis) 
  • September: The foremost official Google+ Collections #FeatureFriday competitor - bring together the official G+ Creators in addition to Curators Community to discovery out what adjacent week's theme is 
  • September: Branded search results no longer demo links to a business's URL or Google+ Page (Jenny F) 
  • September: Google+ Links (to Local Pages) & Reviews Stripped from the Branded SERPs Now Too (Linda Buquet) 
  • October: Pin a post to the top of a Google+ Collection inwards the Google+ Android App (John Elstone) 
  • October: The novel Google My Business Dashboard for Brand in addition to Local Pages (Google+ news of my post here
  • October: View Insights nigh your Google+ Page anywhere alongside the updated Google My Business app (Google Business) 
  • October: Google profile "blue heads" going away? The Google Bar volition start showing an initial instead of a blueish caput for users alongside Google+ starting this week. It volition live reflected across Google Products inwards the coming months (Google Apps updates - the reply is "no", at that spot are withal blueish heads) 
  • October: Find your Google+ posts, comments, votes & +1s inwards the updated Google+ Activity Log (Jaana Nystom) 
  • November Introducing the novel Google+ (Official Google Blog) 
  • November Dive into the novel Google+ (Official post on Google+ yesteryear Luke Wroblewski) 
  • November Improvements to Sign-In alongside Google Play services 8.3: Sign inwards alongside Google+ becomes Sign inwards alongside Google (no Profile required) (Android Developers blog) 
  • November Updates to the novel Google+ on desktop: 3 column view, reply to comments inwards context, unlimited number of Circle streams (LukeWroblewski) 
  • November : Google+ to a greater extent than pop than y'all think, especially inwards Asia, Latin America in addition to the Middle East & Africa (globalwebindex.net) 
  • November Create a YouTube channel unconnected to Google+ (G+ news of my post here)
  • December Google+ update: Pin a post to the top of a Collection inwards the novel Google+
  • December Fixes in addition to improvements inwards the updated iOS Google+ app (LukeWroblewski) 
  • December Google+ spider web preview update: Animated GIFs, pivot posts inwards Collections, clearer indication of notifications, visible Community categories in addition to more! (Luke Wroblewski)
  • December Google+ Android app update: põrnikas fixes, total hide notifications, in addition to more(Luke Wroblewski)
  • December Google+ iOS update alongside improved comments, Circle streams, notifications, follower count in addition to more. Keep sending feedback! (Luke Wroblewski)
  • December Google+ Web Preview update: unmarried click to +1, engagement stamps, to a greater extent than post reporting options (Luke Wroblewski)
Jump to the detailed overview for Google+PhotosLocal Businesses in addition to PagesYouTube for viewersYouTube Creators in addition to Partnerslive streamingHangoutsBloggerAdSense.

2015 Review: Google for Local Businesses in addition to Brand Pages


Google+ is no longer the identify for customers in addition to clients to discovery in addition to review businesses. Google+ local search was retired, in addition to the options for finding in addition to reviewing local businesses conduct hold moved to Google Maps in addition to Google Search.

The changes don't only behave upon Local Pages. The novel Google My Business dashboard (business.google.com/manage/) replaced the Google+ Pages dashboard (plus.google.com/dashboard) for both Brand Pages in addition to Local Pages. If y'all conduct hold a number of Pages that agency having to switch betwixt GMB in addition to Google+.

The novel Google+ hasn't been fully implemented for Pages yet, but the focus has clearly changed. Currently the novel profiles don't display links or a description, in addition to Local Pages don't conduct hold a Reviews tab. That may change, but it's clear the focus volition live content posted on Google+.

Will businesses require a Local Google+ Page inwards the future? Google hasn't said, but I wouldn't live surprised if they don't.


Google My Business/Google Pages 2015 Timeline 

(note that I don't closely follow Google Local updates that don't relate to Google+, thus this listing is incomplete!)
  • January: Google City Experts becomes Google Local Guides
  • February New photograph tools to demo off your concern on Google (Google in addition to Your Business) 
  • March: See a concern on Google Maps that is closed, at the incorrect address or doesn't genuinely exist? Now it's easier to report (Colan Nielsen @ Imprezzio Marketing) 
  • March: Local concern owner? Get your concern on the map! (Google+ Your Business) 
  • April: The newly updated Google My Business mobile app makes it easier to deal Google+ Pages on the go (Google+ Your Business) 
  • May: Google streamlines concern reviews, focuses on Google Maps, removes Local search from Google+ (Google Local Guides) 
  • May: Google+ Knowledge Panel Messaging Gone from Google Search (Mike Blumenthal) 
  • May: Links to Google+ Local concern Pages removed from Google Maps in addition to Google Search Knowledge Panel (Mike Blumenthal​ ) 
  • July: Google Maps alerts users if a concern volition live closed yesteryear the fourth dimension they create it (Google Maps) 
  • July: my post here
  • October: View Insights nigh your Google+ Page anywhere alongside the updated Google My Business app (Google Business) 
  • November Small concern owners: Get assist alongside your Local Business, AdWords ads in addition to website Analytics inwards the novel Google Advertiser Community. (Yes, fifty-fifty if your query isn't nigh advertising)
  • November Holiday hours has come upwards to Google search in addition to maps! If y'all conduct hold a business, create certain your vacation hours are upwards to date! (Google Maps, Priya Chandra) 
  • November Google Maps tin at nowadays give y'all turn-by-turn directions in addition to Local concern information without an cyberspace connector (Google Maps) 
  • November Are y'all an adept inwards your local area? Join the Google Local Guides community in addition to earn points in addition to badges yesteryear sharing reviews, photos, or improving Google Maps(Google Local Guides) 
  • November Get vacation shopping deals in addition to offers texted to your telephone - if y'all conduct hold a pocket-size concern laid upwards your ads! (US only) (AdWords) 
  • November Small businesses: give your customers the direct link to your Google Business page reviews (Online Ownership) Also: Automated review link creation tool (Pleper) 
  • November Review local businesses, upload photos, right Google Maps - Google Local Guides tin flat upwards to larn to a greater extent than storage! (Google Local Guides) 
  • November Get your photos on the map! Now y'all tin portion photos straight from Google Photos to Google Maps (Google Local Guides) 
  • November How to restore a deleted Google+ Page (and its YouTube channel) at Google My Business (G+ portion of this post
  • November Free Tools for Generating Google Review Links at nowadays that G+ Reviews are Gone (Local Search Forum) 
  • November Business owners: add together in addition to deal photos for your Google local concern listing inwards Google My Business (Google Small Business) 

2015 Review: Google Photos in addition to Picasa Web Albums

Google+ Photos conduct hold been retired, in addition to photos tin at nowadays live found inwards iii places: Google Photos (autobackups in addition to most albums), Picasa Web Albums (autobackups in addition to all albums) in addition to Google Drive (all photos, but no albums).

Photos began the displace out of Google+ inwards March, when Google Photos became available inwards Google Drive.

Google Photos was introduced at Google i/o at the terminate of May alongside it's ain site (photos.google.com) in addition to no Google+ Profile required. Since thus Google Photos has has been updated to back upwards Google+ Pages in addition to added novel features similar collaborative photograph albums.

Picasa Web Albums hasn't been updated, but it remains the identify to discovery your albums created yesteryear Google services: your Google+ Photos from Posts album, Blogger spider web log albums, in addition to Hangouts albums.

My promise is that this volition live simplified inwards 2016, alongside all our photos available inwards ane place.

Google also released several novel photo-related mobile apps: Google released a create novel version of the Snapseed mobile photograph editing app, Google Maps Views was replaced yesteryear a novel "Street View" app (with photograph sphere creation in addition to management), in addition to a Google Cardboard Camera app to conduct hold 360-degree images.

My 2015 Photos Articles in addition to Tips

Googe Photos 2015 Updates
  • March: Your Google+ Photos are at nowadays available inwards Google Drive (Google Drive) 
  • April: Get the novel updated Snapseed photograph editing app! (Nils Kokemohr) 
  • May: The novel Google Photos launches for Android, iOS in addition to Desktop (Google Blog) 
  • May: Google Photos is at nowadays on Twitter
  • June: Your photos on Google Maps: Views volition live retired, y'all volition live able to deal your photos through Google Maps in addition to a novel Street View app volition live launched (Google Maps) 
  • July: Google+ Photos Chrome app volition halt working July 21 (Jaana Nyström ) 
  • July: Google Photos Android app update: photograph descriptions, amend album administration options, select all photos on a solar daytime alongside a unmarried tap (Google Photos) 
  • July: The novel Google Maps Timeline non only lets y'all rediscover your go routes - it also helps y'all rediscover your photos from that day! 
  • July: Your Timeline: Revisit the places you've explored (Google Maps) 
  • August: Google+ Photos to live retired starting August 1st (Google+)
  • August: Official Google Photos assist forum launches 
  • August: Google Photos for Android at nowadays supports Google+ concern Pages, offers to a greater extent than Movie editing options, lets y'all reorder content inwards albums in addition to more! (Google Photos) 
  • August: Google Photos novel feature: rediscover photos from the yesteryear (Google Photos) 
  • August: Google Photos for iOS update: alter the encompass photo, salvage animations equally videos, rediscover this solar daytime in addition to to a greater extent than (Google Photos) 
  • August: Google Maps Views is retired - discovery your photos inwards Google Maps "Contributions" (Google Maps) 
  • September: The novel Street View app lets y'all conduct hold photograph spheres in addition to portion them to Google Maps, in addition to explore Street Views in addition to others' shared images (Google Maps blog) 
  • September: Google Photos for iOS update (Google Photos) 
  • September: Google Photos at nowadays supports Google+ Brand Pages on desktop (Robert Wallis) 
  • September: Better photograph editing on the go: Snapseed introduces a novel "Healing" tool, to a greater extent than languages in addition to other improvements (Niels Bendig) 
  • October: People Labeling, Chromecast back upwards in addition to (eventually) shared albums (Google Photos) 
  • October: Google Photos for Android: Chromecast support, label in addition to merge people groupings, portion animations straight to WhatsApp in addition to more!
  • October: Google Photos for iOS: human face upwards labeling, portion animated GIFs to WhatsApp in addition to Facebook Messenger, but no Chromecast back upwards yet
  • October Paris, food, dogs in addition to babies - that's what Google Photos is made of! Learn eleven things nigh Google Photos in addition to its 100 ane K 1000 active users. (Official Google Blog) 
  • October Google Photos for Android update: human face upwards grouping inwards to a greater extent than countries, people hiding, pinch to zoom search results, functioning improvements in addition to põrnikas fixes (Google Photos) 
  • November Take VR photos alongside the novel Cardboard Camera app for Android (Google Blog)
  • December Shared memories made slow alongside Google Photos (Google Blog)
  • December Google Photos update for iOS: shared albums, Chromecast support, gratis upwards space, improved backups (Google Photos)
  • December Snapseed 2.2 rolling out for Android in addition to iOS alongside improvements in addition to põrnikas fixes(Snapseed)

2015 Review: YouTube Video Technology in addition to Viewer Options


The foremost YouTube video was uploaded inwards May 2005. Over the last 10 years YouTube has continued to improve it's video technology. Flash is on its way out, replaced yesteryear HTML5. And inwards the yesteryear yr YouTube introduced 360-degree in addition to VR videos, an experimental characteristic that lets viewers switch cameras during a broadcast, in addition to  high frame charge per unit of measurement videos.

YouTube has also launched several novel ways to sentry for specific audiences:  YouTube KidsYouTube Gaming (with an emphasis on alive broadcasting), YouTube Music, plus the ad-free YouTube Red subscription service.

YouTube also made it easier to sentiment your subscriptions, alongside a redesigned YouTube mobile app and the return of subscription grid view on desktop.

What did nosotros lose? Subscription Collections were retired (RIP) and the YouTube app is no longer supported on older smart TVs, iOS devices in addition to game consoles.

What volition come upwards next? I'm hoping for amend ways to discovery interesting videos, both from my subscriptions in addition to equally recommended videos.

YouTube 2015 updates for viewers 
  • January: YouTube at nowadays defaults to HTML five <video> (YouTube Engineering in addition to Developers Blog) 
  • February: YouTube Interactive Experience: sentry videos from different angles
  • February: YouTube Kids app is launched
  • March: Watch the footing go round: sentry in addition to upload 360 grade videos on YouTube (see the playlist at the terminate of the post) 
  • April: YouTube retires Data API v. 2 - afterward Apr 2015 the YouTube app volition no longer live supported on older iOS devices, smart TVs in addition to game consoles
  • May: Ten years of YouTube video tech inwards 10 videos (YouTube Engineering in addition to Developers Blog) 
  • May: YouTube Subscription Collections retired
  • May: 60fps alive streaming on YouTube inwards HTML5
  • May: Capture the footing inwards 360 degrees: immersive YouTube 360-degree videos are available on Android or iOS devices, in addition to viewable alongside Google Cardboard
  • June: See the hereafter of YouTube - endeavour the redesigned video thespian
  • June: YouTube announces YouTube Gaming alongside a redesigned alive streaming scheme to live launched "in coming weeks"
  • June: High Frame Rate video available inwards the Android in addition to iOS YouTube app
  • July: updated Android app alongside novel focus on subscriptions
  • July: novel subscription notifications 
  • July: YouTube announces it volition split from Google+, showtime alongside YouTube comments 
  • August The novel YouTube video thespian launches ! (YouTube Creators) 
  • August: YouTube Gaming launches
  • August: YouTube Gaming is alive in addition to alive is better! (YouTube) 
  • September: : YouTube Kids update: Chromecast support, laid a custom overstep code for parental controls
  • October: YouTube Red: subscribe for promotion gratis videos, salvage videos offline in addition to to a greater extent than (YouTube) 
  • November: YouTube at nowadays supports Virtual Reality video - a measurement beyond ‎360° Video - in addition to y'all tin role Google Cardboard to sentiment whatever video (even your own!) on your Android phone(YouTube) 
  • November:  The YouTube Music app is designed for music lovers - including a gratis fourteen solar daytime lawsuit of YouTube Red, no credit carte du jour required (US only) 
  • November: YouTube listens: Subscription grid sentiment is back! (YouTube) 
  • November YouTube Kids app at nowadays available inwards the UK, Ireland, Australia, New Zealand in addition to Canada (YouTube) 
  • November: Project Butter: smoother YouTube video playback inwards Chrome
  • December: YouTube Gaming update: easier setup for novel users, improved search, explore in addition to navigation, improved mobile capture in addition to more! (r/youtubegaming)
  • December: Meet the YouTube Trending tab (YouTube Trends blog)
  • December: Google Play Music - in addition to YouTube Red - identify unit of measurement plan!

2015 Review: Updates for YouTube Creators


In outflow 2012 YouTube began offering novel users the selection to create a channel connected to Google+. That was the showtime of the long procedure of integrating YouTube alongside Google+. In July, after several years of annoyance in addition to confusion, Google announced the separation of YouTube from Google+.

Bradley Horowitz acknowledged that the procedure had non gone well:
Four years agone when nosotros conceived of the “Google+ Project”, nosotros made it clear that our goals were ever two-fold: Google+ aspired to live both a “platform layer that unified Google’s sharing models”, in addition to a production / flow / app inwards its ain right. 
This was a well-intentioned goal, but equally realized it led to some production experiences that users sometimes found confusing. For instance, in addition to possibly most controversially, integration alongside YouTube implied that leaving a comment on YouTube (something users had patently been doing successfully for years) of a abrupt in addition to unexpectedly required “joining Google+.”
The foremost alter was to YouTube comments, which has gotten a mixed response - it turns out some users liked sharing their comments to Google+, especially equally that allowed collecting your ain comments inwards ane place.

Since thus the dis-integration procedure has been dull but steady, in addition to it's now possible to conduct hold a full-featured channel that is non connected to Google+.  But the procedure is non consummate - Google+ Pages are withal needed for channels alongside a concern or other name. And custom URLs, notifications nether the bell in addition to  other features are withal subject on Google+.

It's been a dull process, but 2016 should run across YouTube channels gratis of Google+, hopefully alongside some improvements inwards comment, PM in addition to channel management.

Beyond that, YouTube Analytics got novel tools for analyzing views (realtime data!), engagement, in addition to earnings. Mobile-friendly Cards were introduced equally an eventual replacement for mobile-unfriendly annotations. Plus Creator Credits to admit collaborations in addition to translation tools to widen your audience.

And all the novel video options for viewers are opportunities for creators, including 360-degree videos, high frame charge per unit of measurement videos, in addition to improved alive streaming for both gamers in addition to other broadcasters.

Even the novel YouTube Red could live a boon, alongside potentially higher earnings shape YouTube Red subscribers.

YouTube has also been working to assist Creators around the world. YouTube Spaces for creators opened in Berlin and Mumbai and volition live coming presently to Rio. An launched local versions for Adriatics, Baltics, Bulgaria, Georgia, Azerbaijan, Republic of Kazakhstan in addition to Belarus, pregnant Creators from those countries tin at nowadays bring together the YouTube Partner Program.

And fifty-fifty if y'all aren't able to see a YouTube Space inwards person, y'all tin larn assist improving your videos in addition to channel alongside totallyavailable inwards xx languages.

And inwards the US YouTube is giving legal back upwards to selected Creators to struggle for fair use.

Hopefully at that spot volition live to a greater extent than to come upwards inwards 2016.

See also: 2015 YouTube Analytics Updates (Ted Hamilton)

My 2015 YouTube articles in addition to tips

YouTube 2015 updates for Creators 
  • February: YouTube Creator Studio iOS app update: moderate comments!
  • February: YouTube Creators: credit your collaborator (Creator Credits available to channels alongside at to the lowest degree 5000 subs)
  • February: Want to maintain your Branding Intros? Check your settings earlier March 31
  • February YouTube Partners: YouTube Analytics volition at nowadays display estimated earnings inwards whatever currency (plus novel YTA settings)
  • February: YouTube Partners: clarification of the production placement in addition to sponsored content policies (no logos!)
  • February: Shorthand vanity URLs for YouTube channels: at nowadays based on new-style custom URLs
  • February: Android YouTube app update: exactly reduce your videos in addition to depository fiscal establishment check out the novel inline video preview
  • February iOS YouTube app update: run across what y'all are typing
  • March: Beyond annotations: YouTube introduces Cards
  • April: YouTube Partner Update: novel damage encompass paid subscriptions for an ad-free experience
  • April: YouTube Analytics update: at nowadays segment information yesteryear subscribers vs non-subscribers
  • April: YouTube Space Berlin opens inwards partnership alongside MET celluloid school
  • June: YouTube announces YouTube Gaming alongside a redesigned alive streaming scheme to live launched "in coming weeks"
  • June: 10 Things Coming Soon for Creators
  • July: YouTube launches Channel Cards: give thank y'all a channel for their contribution to your video or for a full general recommendation
  • July: YouTube updates the Live streaming interface (beta)
  • August: Goodbye videos frozen at 301 views! (YouTube Creators) 
  • August The novel YouTube video thespian launches ! (YouTube Creators) 
  • August: YouTube Gaming launches
  • August: YouTube Gaming is alive in addition to alive is better! (YouTube)
  • September : Something for your wishing list? Google's 360-degree video scheme that tin role GoPro cameras (John Blossom
  • September: Use YouTube Live "Stream Now" to archive upwards to 12 hours (vs 8 hours for "Events") (Craig Long)
  • September: : It's easier to upload inwards the Android YouTube app alongside the habitation hide upload icon (YouTube Creators)
  • September: YouTube Space Rio De Janeiro announced 
  • September: official Hindi YouTube Help Forum launches
  • October: Shopping carte du jour ads, app promotion ads, in addition to to a greater extent than updates to advertising on YouTube videos (AdWords)
  • October: AdWords advertisers tin at nowadays target ads on YouTube, Search in addition to Gmail yesteryear e-mail address (AdWords blog)
  • October: the updated iOS Creator Studio app gives y'all to a greater extent than Analytics information for your channel in addition to videos (YouTube Creators)
  • October: YouTube Creators)
  • November: YouTube fights for fair use (Google Public Policy blog)
  • November: Create a YouTube channel unconnected to Google+ (G+ news of my post here)
  • December: YouTube Space Bombay opened today - if y'all are a YouTube Creator inwards the area, sign upwards for orientation in addition to upcoming events in addition to workshops (YouTube Creator Blog) 
  • December: YouTube Gaming update: easier setup for novel users, improved search, explore in addition to navigation, improved mobile capture in addition to more! (r/youtubegaming)
  • December: YouTube for Good: USA Creators tin back upwards nonprofits alongside donation cards (YouTube)

2015 Review: Go Live!


2015 was the yr that alive streaming - peculiarly mobile alive streaming - came to the masses. Influenza A virus subtype H5N1 number of mobile apps were introduced that allow alive streaming alongside only a few taps - YouTube Live Streaming API makes it easier for tertiary parties to create apps in addition to services that assist y'all deal your YouTube streams.

And piece at that spot weren't whatever major updates to Hangouts on Air this year, HOAs should exercise goodness from improvements made to the alive streaming scheme dorsum terminate too.

My promise is that inwards 2016 either Google volition innovate a mobile alive streaming app or a tertiary political party (like Telestream) volition develop a mobile streaming for Android that is integrated alongside YouTube.

My 2015 Live Broadcasting Articles

Google Live Broadcasting 2015

Hangouts 2015 Updates 

Blogger 2015 Updates 
  • January: Blogger integration alongside Google Domains makes it easier to larn your concern online
    • February: Blogger bans porn in addition to graphic nudity thus reverses the policy change. 
    • April: Google expands "mobile-friendliness" equally a ranking signal on Apr 21
    • May: Adding novel expressions to Blogger templates (Blogger Buzz) 
    • June: Private Blogger blogs: your readers must conduct hold a Google concern human relationship
    • June: Even to a greater extent than expansion to the Blogger template language (Blogger Buzz) 
    • August: Blogger in addition to Cookies notification inwards European Union countries (Blogger Help Forum) 
    • September: Blogger adds 28 novel country-specific blogspot domains (Blogger assist forum) 
    • October: HTTPS coming to Blogger .blogspot. blogs (Blogger Buzz) 
    • October: Bloggers in addition to Webmasters: Google Domains at nowadays offers to a greater extent than top flat domains to select from, in addition to custom e-mail through Google Apps for Work (Google Domains) 
    • November How to discovery your Blogger spider web log images at nowadays that Google+ Photos is no longer accessible (updated G+ Post) 
    • November Updating the Google Search Quality Rating Guidelines (Webmaster Central Blog)
    • December Drag in addition to drib images into your Blogger spider web log post drafts 
    • December The Featured Post gadget lets y'all highlight a post anywhere on y'all blog's layout (Blogger Buzz)
    • December Use Windows Live Writer to blog? Open Live Writer at nowadays has Blogger support! (Scott Hanselman)
    • December: Missing Blogger spider web log followers? Google Friend Connect at nowadays requires a Google concern human relationship sign-in. Let your blog's followers know!

    2015 Review: AdSense


    Influenza A virus subtype H5N1 large alter for AdSense this yr is a novel spirit of transparency. John Brown, caput of AdSense Publisher Policy Communications has been posting on the official AdSense blog in addition to fifty-fifty an  #AskTheAdSenseGuy column at Search Engine Journal. This is the novel philosophy:
    We realize that nosotros tin improve our communications, especially around warnings, suspensions, in addition to concern human relationship disablement.  My accuse is to exercise this. I conduct hold many people working alongside me on amend education, along alongside improving the linguistic communication in addition to instructions around warnings or messages received from Google. I believe that publishers sympathise much amend where they stand upwards at all times when our policies are clear in addition to when nosotros communicate them effectively, in addition to enforce consistently.
    Influenza A virus subtype H5N1 measurement inwards that direction: AdSense Payment History at nowadays displays invalid activeness deductions.

    For potential Publishers they have simplified the application process.

    For established Publishers at that spot are novel ways to earn - Consumer Surveys, Matched Content, Google Contributor - addition novel richer text ads in addition to updated mobile text ads.

    There are also improved functioning in addition to revenue profile reports, in addition to a redesigned mobile app.

    Too complicated? Hire a Certified Publishing Partner to assist deal your account.

    And hopefully earnings volition ascent inwards 2016!

    AdSense 2015 Updates 
    Jump to the detailed overview for Google+PhotosLocal Businesses in addition to PagesYouTube for viewersYouTube Creators in addition to Partnerslive streamingHangoutsBlogger,  AdSense.

    Updated March 2019 to take away Google+ links :(