<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html dir='ltr' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
<script type="text/javascript">(function() { (function(){function c(a){this.t={};this.tick=function(a,c,b){var d=void 0!=b?b:(new Date).getTime();this.t[a]=[d,c];if(void 0==b)try{window.console.timeStamp("CSI/"+a)}catch(e){}};this.tick("start",null,a)}var a;window.performance&&(a=window.performance.timing);var h=a?new c(a.responseStart):new c;window.jstiming={Timer:c,load:h};if(a){var b=a.navigationStart,e=a.responseStart;0<b&&e>=b&&(window.jstiming.srt=e-b)}if(a){var d=window.jstiming.load;0<b&&e>=b&&(d.tick("_wtsrt",void 0,b),d.tick("wtsrt_",
"_wtsrt",e),d.tick("tbsd_","wtsrt_"))}try{a=null,window.chrome&&window.chrome.csi&&(a=Math.floor(window.chrome.csi().pageT),d&&0<b&&(d.tick("_tbnd",void 0,window.chrome.csi().startE),d.tick("tbnd_","_tbnd",b))),null==a&&window.gtbExternal&&(a=window.gtbExternal.pageT()),null==a&&window.external&&(a=window.external.pageT,d&&0<b&&(d.tick("_tbnd",void 0,window.external.startE),d.tick("tbnd_","_tbnd",b))),a&&(window.jstiming.pt=a)}catch(k){}})();window.tickAboveFold=function(c){var a=0;if(c.offsetParent){do a+=c.offsetTop;while(c=c.offsetParent)}c=a;750>=c&&window.jstiming.load.tick("aft")};var f=!1;function g(){f||(f=!0,window.jstiming.load.tick("firstScrollTime"))}window.addEventListener?window.addEventListener("scroll",g,!1):window.attachEvent("onscroll",g);
 })();</script>
<meta content='blogger' name='generator'/>
<link href='http://adsenseforfeeds.blogspot.com/favicon.ico' rel='icon' type='image/x-icon'/>
<link href='http://adsenseforfeeds.blogspot.com/' rel='canonical'/>
<link rel="alternate" type="application/atom+xml" title="AdSense for Feeds and FeedBurner Blog - Atom" href="http://adsenseforfeeds.blogspot.com/feeds/posts/default" />
<link rel="alternate" type="application/rss+xml" title="AdSense for Feeds and FeedBurner Blog - RSS" href="http://adsenseforfeeds.blogspot.com/feeds/posts/default?alt=rss" />
<link rel="service.post" type="application/atom+xml" title="AdSense for Feeds and FeedBurner Blog - Atom" href="https://www.blogger.com/feeds/8602855766847679100/posts/default" />
<link rel="openid.server" href="https://www.blogger.com/openid-server.g" />
<link rel="openid.delegate" href="http://adsenseforfeeds.blogspot.com/" />
<!--[if IE]> <script> (function() { var html5 = ("abbr,article,aside,audio,canvas,datalist,details," + "figure,footer,header,hgroup,mark,menu,meter,nav,output," + "progress,section,time,video").split(','); for (var i = 0; i < html5.length; i++) { document.createElement(html5[i]); } try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {} })(); </script> <![endif]-->
<title>AdSense for Feeds and FeedBurner Blog</title>
<link href='http://www.google.com/uds/css/gsearch.css' rel='stylesheet' type='text/css'/>
<link href='http://www.google.com/uds/css/gsearch_darkgrey.css' rel='stylesheet' type='text/css'/>
<link href='http://www.google.com/css/gooey.css' rel='stylesheet' type='text/css'/>
<link href='http://www.google.com/googleblogs/css/template_styles.css' rel='stylesheet' type='text/css'/>
<link type='text/css' rel='stylesheet' href='https://www.blogger.com/static/v1/widgets/1708208307-widget_css_bundle.css' />
<link type='text/css' rel='stylesheet' href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=8602855766847679100&zx=7c3a86eb-e613-4315-a531-8320c4291f4d' />
<style id='page-skin-1' type='text/css'><!--
/*
/* custom header */
.template_blue #header-graphic .content, .template_white #header-graphic .bottom { background-image:url(http://www.google.com/googleblogs/images/headers/adsense_feeds_header_blue_right.png);}

--></style>
<script src='http://www.google.com/uds/api?file=uds.js&v=1.0&key=ABQIAAAA_YJR13Pfd1DLDQs4kgKbQxTxAb0xtwQQCqJhhTH0tdrRSrWJ4RR2PabXite0o1TcEPO2djBsg9GdFg' type='text/javascript'></script>
<script language='Javascript' type='text/javascript'>
var blogURL='http://adsenseforfeeds.blogspot.com/';
 //<![CDATA[
	 var coreSearch;


    function SolutionLoad() {
     var controlRoot = document.getElementById("searchControl");

    // create the search control
    coreSearch = new GSearchControl();
    coreSearch.setLinkTarget(GSearch.LINK_TARGET_SELF);
    coreSearch.setResultSetSize(GSearch.LARGE_RESULTSET);

    // prep for decoupled search form
    var searchFormElement = document.getElementById("searchform");
    var drawOptions = new GdrawOptions();
    drawOptions.setSearchFormRoot(searchFormElement);
    drawOptions.setDrawMode(GSearchControl.DRAW_MODE_TABBED);
  
    // populate - web, this blog, all blogs
    searcher = new GblogSearch();
    searcher.setSiteRestriction(blogURL);
    searcher.setUserDefinedLabel('This Blog');
    coreSearch.addSearcher(searcher);
 
    var searcher = new GwebSearch();
    searcher.setUserDefinedLabel('Web');
    coreSearch.addSearcher(searcher);

    searcher = new GblogSearch();
    searcher.setUserDefinedLabel('All Blogs');
    coreSearch.addSearcher(searcher);


    coreSearch.draw(controlRoot, drawOptions);
    var submitBtn = (document.getElementById('searchform').getElementsByTagName('input'))[1];
    submitBtn.onclick = clearPosts;
    }


function clearPosts() {
 var main = document.getElementById('main-wrapper');
 var posts = document.getElementById('post-wrapper');
 posts.style.display='none';
}

  function registerLoadHandler(handler) {
      //var node = window;
      alert(document.getElementById('searchform'));
      var node = (window.document.getElementById('searchform').getElementsByTagName("input"))[2];

      if (node.addEventListener) {
        node.addEventListener("onClick", handler, false);
      } else if (node.attachEvent) {
        node.attachEvent("onClick", handler);
      } else {
        node['onClick'] = handler;
      }
      return true;
    }

    //]]>
</script>
<script type='text/javascript'>
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-1870203-64']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(ga, s);
  })();
</script>
<script type="text/javascript">var a="&m=1",d="(^|&)m=",e="?",f="?m=1";function g(){var b=window.location.href,c=b.split(e);switch(c.length){case 1:return b+f;case 2:return 0<=c[1].search(d)?null:b+a;default:return null}}var h=navigator.userAgent;if(-1!=h.indexOf("Mobile")&&-1!=h.indexOf("WebKit")&&-1==h.indexOf("iPad")||-1!=h.indexOf("Opera Mini")||-1!=h.indexOf("IEMobile")){var k=g();k&&window.location.replace(k)};
</script><script type="text/javascript">
if (window.jstiming) window.jstiming.load.tick('headEnd');
</script></head>
<body>
<div class='navbar section' id='navbar'><div class='widget Navbar' id='Navbar1'><script type="text/javascript">
    function setAttributeOnload(object, attribute, val) {
      if(window.addEventListener) {
        window.addEventListener('load',
          function(){ object[attribute] = val; }, false);
      } else {
        window.attachEvent('onload', function(){ object[attribute] = val; });
      }
    }
  </script>
<div id="navbar-iframe-container"></div>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<script type="text/javascript">
        gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() {
          if (gapi.iframes && gapi.iframes.getContext) {
            gapi.iframes.getContext().openChild({
                url: 'https://www.blogger.com/navbar.g?targetBlogID\758602855766847679100\46blogName\75AdSense+for+Feeds+and+FeedBurner+Blog\46publishMode\75PUBLISH_MODE_BLOGSPOT\46navbarType\75SILVER\46layoutType\75LAYOUTS\46searchRoot\75//adsenseforfeeds.blogspot.com/search\46blogLocale\75en\46v\0752\46homepageUrl\75http://adsenseforfeeds.blogspot.com/\46vt\75-7438883943021729971',
                where: document.getElementById("navbar-iframe-container"),
                id: "navbar-iframe"
            });
          }
        });
      </script><script type="text/javascript">
(function() {
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = '//pagead2.googlesyndication.com/pagead/js/google_top_exp.js';
var head = document.getElementsByTagName('head')[0];
if (head) {
head.appendChild(script);
}})();
</script>
</div></div>
<div class='template_blue' id='template_fixed'>
<div id='main-wrapper'>
<!-- skip links for text browsers -->
<span id='skiplinks' style='display:none;'>
<a href='#main'>skip to main </a> |
      <a href='#sidebar'>skip to sidebar</a>
</span>
<div id='header-graphic' style='width:100%;'>
<a href='http://adsenseforfeeds.blogspot.com/' style='text-decoration:none;'>
<div class='content'>
<div class='section' id='header_titles'><div class='widget HTML' id='HTML2'>
<div class='widget-content'>
<h1 class='title'>AdSense for Feeds</h1>
</div>
</div><div class='widget HTML' id='HTML3'>
<div class='widget-content'>
<h1 class='subheader'>Helping publishers analyze, publicize, and monetize their RSS feeds</h1>
</div>
</div></div>
</div>
<div class='bottom'><div></div></div>
</a>
</div>
<br style='clear:both;'/>
<div id='content-wrapper'>
<div id='sidebar'>
<div class='sidebar section' id='sidebar'><div class='widget HTML' id='HTML4'>
<h2 class='small'>Search our Blog</h2>
<div class='widget-content'>
<div id='searchform'></div>
</div>
</div><div class='widget BlogArchive' id='BlogArchive2'>
<h2 class='small'>Archive</h2>
<div class='widget-content'>
<div id='ArchiveList'>
<div id='BlogArchive2_ArchiveList'>
<select id='BlogArchive2_ArchiveMenu'>
<option value='http://adsenseforfeeds.blogspot.com/search?updated-min=2012-01-01T00:00:00-08:00&amp;updated-max=2013-01-01T00:00:00-08:00&amp;max-results=1'>2012 (1)</option>
<option value='http://adsenseforfeeds.blogspot.com/search?updated-min=2010-01-01T00:00:00-08:00&amp;updated-max=2011-01-01T00:00:00-08:00&amp;max-results=2'>2010 (2)</option>
<option value='http://adsenseforfeeds.blogspot.com/search?updated-min=2009-01-01T00:00:00-08:00&amp;updated-max=2010-01-01T00:00:00-08:00&amp;max-results=21'>2009 (21)</option>
<option value='http://adsenseforfeeds.blogspot.com/search?updated-min=2008-01-01T00:00:00-08:00&amp;updated-max=2009-01-01T00:00:00-08:00&amp;max-results=2'>2008 (2)</option>
</select>
</div>
</div>
<div class='clear'></div>
<span class='widget-item-control'>
<span class='item-control blog-admin'>
<a class='quickedit' href='//www.blogger.com/rearrange?blogID=8602855766847679100&widgetType=BlogArchive&widgetId=BlogArchive2&action=editWidget&sectionId=sidebar' onclick='return _WidgetManager._PopupConfig(document.getElementById("BlogArchive2"));' target='configBlogArchive2' title='Edit'>
<img alt='' height='18' src='//img1.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>
</a>
</span>
</span>
<div class='clear'></div>
</div>
</div><div class='widget HTML' id='HTML10'>
<h2 class='title'>FeedBurner Backend Status</h2>
<div class='widget-content'>
<script src="http://feeds2.feedburner.com/feedburnerstatus?format=sigpro&creditFooter=nope" type="text/javascript"></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds2.feedburner.com/feedburnerstatus"></a><br/>Powered by Google</p> </noscript>
</div>
<div class='clear'></div>
<span class='widget-item-control'>
<span class='item-control blog-admin'>
<a class='quickedit' href='//www.blogger.com/rearrange?blogID=8602855766847679100&widgetType=HTML&widgetId=HTML10&action=editWidget&sectionId=sidebar' onclick='return _WidgetManager._PopupConfig(document.getElementById("HTML10"));' target='configHTML10' title='Edit'>
<img alt='' height='18' src='//img1.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>
</a>
</span>
</span>
<div class='clear'></div>
</div><div class='widget HTML' id='HTML7'>
<div class='widget-content'>
<a href='http://www.blogger.com'><img alt='Powered By Blogger' src='http://www.blogger.com/buttons/blogger-powerby-blue.gif'/></a>
</div>
</div></div>
</div>
<div id='main-content'>
<div class='main section' id='main'><div class='widget HTML' id='HTML8'>
<div id='searchControl'></div>
</div><div class='widget Blog' id='Blog1'>
<div id='post-wrapper'>
<div class='blog-posts hfeed'>
<div class='post'>
<a name='3439630987202937322'></a>
<h3>
<a href='http://adsenseforfeeds.blogspot.com/2012/07/saying-goodbye-to-adsense-for-feeds-blog.html'>Saying goodbye to the AdSense for Feeds blog</a>
</h3>
<p class='post-subhead'>
Thursday, July 26, 2012 | 11:15 AM
</p>
<p class='post-subhead'>
</p>
<div class='post-body'>
<p>Thanks to everyone who has been a loyal reader of this blog over the years. After some consideration, we recognize that we're just not generating enough content here to warrant your time, so we won't be posting here any longer. Thanks again for being an enthusiastic FeedBurner user.<br />
<br />
<span class="post-author">Posted by Emily Wood, Google Blog Team</span>
</p>
</div>
<div class='post-footer'>
<p>
<span class='post-footer-link'>
<a class='comment-link' href='https://www.blogger.com/comment.g?blogID=8602855766847679100&amp;postID=3439630987202937322&amp;isPopup=true' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'>5
comments</a>
</span>
<span class='post-footer-link'>
</span>
<span class='post-footer-link'>
</span>
</p>
</div>
</div>
<div class='post'>
<a name='1229268067243118356'></a>
<h3>
<a href='http://adsenseforfeeds.blogspot.com/2010/10/your-stats-right-away.html'>Your stats, right away</a>
</h3>
<p class='post-subhead'>
Monday, October 25, 2010 | 12:54 PM
</p>
<p class='post-subhead'>
</p>
<div class='post-body'>
<p>Do you hate delays? Do you think being told to &#8220;Please wait&#8230;&#8221; by websites, cash machines, call centers, and the doughnut stand drive-thru guy in the year 2010 is a sure sign modern living isn&#8217;t quite meeting our collective expectations as a planet?<br />
<br />
Good news!  Today, we will be rolling out a <a href="http://feedburner.google.com/gfb/">new, experimental interface</a> for Google FeedBurner. The real story is what&#8217;s new under the hood, however: the new interface provides real time stats for clicks, views, and podcast downloads, which means you can start seeing what content is drawing traffic from feed readers, Twitter, and other syndicated sources as it happens.<br />
<br />
<div class="separator" style="text-align: center;"><a href="http://3.bp.blogspot.com/_zVoSZk5VDw0/TL8j7HGuP8I/AAAAAAAAAB4/DvKANbchmYw/s1600/feedoverview.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="253" src="http://3.bp.blogspot.com/_zVoSZk5VDw0/TL8j7HGuP8I/AAAAAAAAAB4/DvKANbchmYw/s400/feedoverview.png" width="400"></a></div><br />
Additionally, if you use the <a href="http://www.google.com/support/feedburner/bin/answer.py?hl=en&amp;answer=167800">FeedBurner Socialize</a> service, and your platform uses <a href="http://adsenseforfeeds.blogspot.com/2009/07/whats-all-hubbub-about-pubsubhubbub.html">PubSubHubbub</a> or you <a href="http://feedburner.google.com/fb/a/ping">ping us</a> when you post, you can for the first time get stats on how much traffic your feed items are receiving from Twitter, as well as feed reading platforms like Google Reader in one place. Again, all within seconds of posting your content. Ping? Pong! Yep. That fast.<br />
<br />
Your subscriber and reach numbers are still calculated based on a whole day's worth of requests, and are based on the traffic you received yesterday and before; but your item stats reflect the traffic you are receiving right now.<br />
<br />
You can access the new interface by visiting <a href="http://feedburner.google.com/gfb/">http://feedburner.google.com/gfb/</a> or logging into <a href="http://feedburner.google.com/">feedburner.google.com</a> and then clicking on the "Try out the NEW (beta) version!" link at the top.<br />
<br />
The best way to see these real time features is to publish a new post and then switch to the &#8220;Last two hours&#8221; view to begin seeing updates.<br />
<br />
<div class="separator" style="text-align: center;"><a href="http://4.bp.blogspot.com/_zVoSZk5VDw0/TL8mxbGc17I/AAAAAAAAACE/zz4GN25EJRE/s1600/topitems2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="191" src="http://4.bp.blogspot.com/_zVoSZk5VDw0/TL8mxbGc17I/AAAAAAAAACE/zz4GN25EJRE/s400/topitems2.png" width="400"></a></div><br />
To access feed management or previous analytics functionality, you can continue using the original interface at <a href="http://feedburner.google.com/">feedburner.google.com</a>.<br />
<br />
In the new interface, we are focusing on two things: our new real-time stats presentation and getting messages about and issues with your feed posted to the top-level dashboard, so that you can better diagnose any issues that may prevent your feed from being delivered in real time. If you have any comments or questions, look for the &#8220;Send Feedback&#8221; link at the top of the page to tell us what you think.<br />
<br />
<font class="post-author">Posted by Dan Rodney, FeedBurner Team</font>
</p>
</div>
<div class='post-footer'>
<p>
<span class='post-footer-link'>
<a class='comment-link' href='https://www.blogger.com/comment.g?blogID=8602855766847679100&amp;postID=1229268067243118356&amp;isPopup=true' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'>27
comments</a>
</span>
<span class='post-footer-link'>
</span>
<span class='post-footer-link'>
</span>
</p>
</div>
</div>
<div class='post'>
<a name='213332372902720411'></a>
<h3>
<a href='http://adsenseforfeeds.blogspot.com/2010/04/enabling-social-sharing-with-feedflare.html'>Enabling social sharing with FeedFlare</a>
</h3>
<p class='post-subhead'>
Friday, April 23, 2010 | 12:52 PM
</p>
<p class='post-subhead'>
Labels:
<a href='http://adsenseforfeeds.blogspot.com/search/label/Feed%20Optimization' rel='tag'>Feed Optimization</a>,
<a href='http://adsenseforfeeds.blogspot.com/search/label/New%20Features' rel='tag'>New Features</a>
</p>
<div class='post-body'>
<p>Feed content is being constantly distributed via new channels and endpoints every day. &nbsp; More and more, these new channels involve sharing your content in social networks and applications such as Facebook, Twitter and Google Buzz.<br />
<br />
Recently, we launched our <a href="http://adsenseforfeeds.blogspot.com/2009/12/socializing-your-feed-with-twitter.html">Socialize</a> service to help you as the publisher distribute your feed via social networks, with the first network being Twitter. &nbsp; If you use Blogger, you can already connect your feed to Buzz via the "connected sites" link in Buzz.<br />
<br />
But it's equally important in the social world to make sure your subscribers can also share your feed content easily on these social networks. &nbsp;FeedFlare helps enable this by allowing you to configure links in your feed that promote sharing. &nbsp; You can do this by going to the Optimize tab <a href="http://feedburner.google.com/">FeedBurner</a> and choosing FeedFlare, and then of course, adding some flare.<br />
<br />
Now, we won't berate you for only doing the "bare minumum," nor do we recommend having "37 pieces of flare" in your feed - but we do think you should express yourself with at least a little flare that helps your subscribers move your content around these social networks a little easier.<br />
<br />
To that end, just yesterday we enabled the official "Post to Google Buzz" FeedFlare in our catalog, which easily allows users to repost your content to Google Buzz, and then automatically updates the label with the number of times it was posted.<br />
<br />
<div class="separator"><a href="http://3.bp.blogspot.com/_lfW5kKIT62o/S9Gh3JM_LlI/AAAAAAAAAEA/c1nsTAULRVc/s1600/Screen+shot+2010-04-23+at+8.32.22+AM.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="232" src="http://3.bp.blogspot.com/_lfW5kKIT62o/S9Gh3JM_LlI/AAAAAAAAAEA/c1nsTAULRVc/s400/Screen+shot+2010-04-23+at+8.32.22+AM.png" width="400" /></a></div><br />
<br />
These links appear as so in your feed (though the exact presentation will vary depending on where your feed is being displayed):<br />
<br />
<div class="separator"><a href="http://1.bp.blogspot.com/_lfW5kKIT62o/S9GkAficSKI/AAAAAAAAAEI/W-G7G2CgxRo/s1600/Screen+shot+2010-04-23+at+8.36.23+AM.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="156" src="http://1.bp.blogspot.com/_lfW5kKIT62o/S9GkAficSKI/AAAAAAAAAEI/W-G7G2CgxRo/s400/Screen+shot+2010-04-23+at+8.36.23+AM.png" width="400" /></a></div><br />
<br />
Also included in our official catalog are "Share on Facebook" and others that may be relevant for your audience. &nbsp;If you are an old time FeedBurner user, it may be time to revisit your FeedFlare setup and add some of these new ones.<br />
<br />
In addition, if you don't see the FeedFlare you need, you can always develop one using the FeedFlare API which is documented in our <a href="http://code.google.com/apis/feedburner/feedflare_dev_guide.html">FeedFlare Developer Guide</a>.<br />
<br />
Posted by Steve Olechowski, FeedBurner Team
</p>
</div>
<div class='post-footer'>
<p>
<span class='post-footer-link'>
<a class='comment-link' href='https://www.blogger.com/comment.g?blogID=8602855766847679100&amp;postID=213332372902720411&amp;isPopup=true' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'>24
comments</a>
</span>
<span class='post-footer-link'>
</span>
<span class='post-footer-link'>
</span>
</p>
</div>
</div>
<div class='post'>
<a name='8732767193962593316'></a>
<h3>
<a href='http://adsenseforfeeds.blogspot.com/2009/12/socializing-your-feed-with-twitter.html'>Socializing your feed with Twitter</a>
</h3>
<p class='post-subhead'>
Monday, December 14, 2009 | 12:23 PM
</p>
<p class='post-subhead'>
Labels:
<a href='http://adsenseforfeeds.blogspot.com/search/label/FeedBurner' rel='tag'>FeedBurner</a>,
<a href='http://adsenseforfeeds.blogspot.com/search/label/New%20Features' rel='tag'>New Features</a>
</p>
<div class='post-body'>
<p>Sometimes you reach across the hedgerow to share with your <a href="http://adsenseforfeeds.blogspot.com/2009/11/afternoon-frank-hey-howdy-george.html">nearby neighbors</a>.  Other times, members of the household <a href="http://gigaom.com/2009/09/02/twitter-taps-dick-costolo-as-coo/">move away</a> and yet you can't keep from calling to remind them to wear a hat and such because it's chilly out. Today, we're celebrating acquaintances near-and-far by launching the ability to send your feed to Twitter.<br />
<br />
FeedBurner has always been about measuring, managing, and monetizing syndicated content.  Our hope is that by providing one application in which you can direct your feed in real-time to a number of endpoints, in this case Twitter in addition to the myriad feed readers, aggregators, and search engines that we have always supported, and then following on with providing analytics for measuring exactly how and where your feed gets distributed across social media, you can make better and more informed decisions about how to monetize your content.<br />
<br />
Many of our publishers who have tried our Google Analytics feed item link integration have already noticed that their most popular feed items have been shared many times on Twitter.<br />
<br />
<div class="separator" style="text-align: center;"><a href="http://4.bp.blogspot.com/_Qy_gPulO0mg/SyZbXDl_1zI/AAAAAAAAACs/HUBX6ZzutNM/s1600-h/Picture+136.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="http://4.bp.blogspot.com/_Qy_gPulO0mg/SyZbXDl_1zI/AAAAAAAAACs/HUBX6ZzutNM/s640/Picture+136.png" width="525"/></a><br />
</div><br />
<br />
We're now taking our distribution and analytics a step further by enabling the ability to automatically publish the feed items that meet your criteria to Twitter, using the <a href="http://googleblog.blogspot.com/2009/12/making-urls-shorter-for-google-toolbar.html">Google URL shortener at goo.gl</a>.<br />
<br />
To get started, go to the Socialize service on FeedBurner's Publicize tab and add the Twitter account to which you would like to post items from your feed. You can take the default settings and click [Save] to start socializing immediately, or use the options we offer to customize exactly which feed items are sent to Twitter and how exactly you would like them to look. The next time you post a new item to your feed it will be sent to Twitter (as always, make sure to <a href="http://feedburner.google.com/fb/a/ping" target="_blank">ping FeedBurner</a> whenever you update your feed so this process happens as near real-time as possible).<br />
<br />
For full details on all Socialize options, see our <a href="http://www.google.com/support/feedburner/bin/answer.py?hl=en&amp;answer=167800" target="_blank">FeedBurner Help Center topic</a>.<br />
<br />
<div class="separator" style="text-align: center;"><a href="http://4.bp.blogspot.com/_Qy_gPulO0mg/SyZ19hMJ9cI/AAAAAAAAAC0/CUS14OoXZ3Y/s1600-h/Picture+117.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="http://4.bp.blogspot.com/_Qy_gPulO0mg/SyZ19hMJ9cI/AAAAAAAAAC0/CUS14OoXZ3Y/s640/Picture+117.png" width="525"/></a><br />
</div><br />
<br />
<br />
To see the results, take a look at the Twitter account in which you are sending your updates.  This blog post, for instance, as well as select blog posts from this and the FeedBurner status blog, will appear from now on at <a href="http://twitter.com/feedburner" target="_blank">http://twitter.com/feedburner</a>.  If Twitter is where you are consuming most of the latest content these days, please follow @feedburner to receive our updates in your favorite Twitter client.<br />
<br />
Posted by Steve Olechowski &nbsp;- Product Manager, on behalf of the Google FeedBurner team
</p>
</div>
<div class='post-footer'>
<p>
<span class='post-footer-link'>
<a class='comment-link' href='https://www.blogger.com/comment.g?blogID=8602855766847679100&amp;postID=8732767193962593316&amp;isPopup=true' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'>82
comments</a>
</span>
<span class='post-footer-link'>
</span>
<span class='post-footer-link'>
</span>
</p>
</div>
</div>
<div class='post'>
<a name='2666498931129462379'></a>
<h3>
<a href='http://adsenseforfeeds.blogspot.com/2009/11/afternoon-frank-hey-howdy-george.html'>"Afternoon, Frank." "Hey howdy, George."</a>
</h3>
<p class='post-subhead'>
Friday, November 13, 2009 | 6:24 AM
</p>
<p class='post-subhead'>
Labels:
<a href='http://adsenseforfeeds.blogspot.com/search/label/Announcements' rel='tag'>Announcements</a>,
<a href='http://adsenseforfeeds.blogspot.com/search/label/FeedBurner' rel='tag'>FeedBurner</a>,
<a href='http://adsenseforfeeds.blogspot.com/search/label/New%20Features' rel='tag'>New Features</a>
</p>
<div class='post-body'>
<p><span style="font-family: Verdana; font-size: 13px;"></span><br />
<div style="margin-bottom: 0px; margin-top: 0px; text-align: left;">It's about time these two neighbors got to talking to each other. Most Saturday afternoons you'd find them politely waving as they passed at each other by with their push mowers, tending to their neatly manicured tables, charts, and graphs. It just made sense that the grounds would look that much more complete if they removed a bit of fence between them. And so they've done just that.<br />
</div><div style="margin-bottom: 0px; margin-top: 0px;"><br />
</div>If you use either AdSense for feeds or Google FeedBurner to track item clicks and also use Google Analytics, as of today, you will automatically start to see your feed item click analytics show up in Google Analytics with some additional information added to help you understand how distributing your feed with FeedBurner leads to traffic on your site.<br />
<div style="margin-bottom: 0px; margin-top: 0px;"><br />
</div><div style="margin-bottom: 0px; margin-top: 0px;">Specifically, we will help you classify your links by tagging the Source as "feedburner", the Medium as the channel in which we sent out your feed such as "feed" or "email", and the Content as the actual endpoint application in which the user viewed your feed content such as "Google Reader" or "Yahoo! Mail". &nbsp;In order to slice your traffic by these endpoints, in the All Traffic Sources view in Google Analytics select the "Ad Content" field in the second column.<br />
</div><br />
<div style="margin-bottom: 0px; margin-top: 0px;">In the coming weeks, you will start to see many more distribution endpoints in your reports. The represent ongoing additions to our database of applications that process feeds.<br />
<br />
</div><div style="margin-bottom: 0px; margin-top: 0px;"><div class="separator" style="text-align: center;"><a href="http://3.bp.blogspot.com/_Qy_gPulO0mg/SvtEMFPZlPI/AAAAAAAAACE/NheYq5nH8yc/s1600-h/Picture+97.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="http://3.bp.blogspot.com/_Qy_gPulO0mg/SvtEMFPZlPI/AAAAAAAAACE/NheYq5nH8yc/s640/Picture+97.png" width="525" /></a><br />
</div></div><div style="margin-bottom: 0px; margin-top: 0px;"><br />
</div><div style="margin-bottom: 0px; margin-top: 0px;"><br />
By default, these analytics will show up in the "All Traffic Sources" and "Campaigns" views in Google Analytics. You can filter the results just to only the traffic that comes from Google FeedBurner by filtering on "feedburner" on the All Traffic Sources page or "Feed:" on the campaigns view. &nbsp;You can also use these sources in the Advanced Segments views.<br />
</div><div style="margin-bottom: 0px; margin-top: 0px;"><br />
</div><div style="margin-bottom: 0px; margin-top: 0px;">In this view below, we actually have two separate feeds driving traffic to this blog, and that can &nbsp;now be tracked easily in one view.<br />
</div><div style="margin-bottom: 0px; margin-top: 0px;"><br />
<div class="separator" style="text-align: center;"><a href="http://4.bp.blogspot.com/_Qy_gPulO0mg/SvtEggwobhI/AAAAAAAAACM/d9nC43wsi10/s1600-h/Picture+95.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="http://4.bp.blogspot.com/_Qy_gPulO0mg/SvtEggwobhI/AAAAAAAAACM/d9nC43wsi10/s640/Picture+95.png" width="525" /></a><br />
</div><br />
</div><div style="margin-bottom: 0px; margin-top: 0px;"><br />
</div><div style="margin-bottom: 0px; margin-top: 0px;"><br />
</div><div style="margin-bottom: 0px; margin-top: 0px;">If you have item click tracking enabled, we are now automatically tagging your item URLs with Google Analytics parameters. If you're not using Google Analytics, or for some other reason don't want these parameters in the requests coming to your website, you can turn off Google Analytics tracking on the "Configure Stats" page on the Analyze tab at&nbsp;<a href="http://feedburner.google.com/" style="color: #0065cc;" target="_blank">http://feedburner.google.com</a>. &nbsp;If you don't have item click tracking enabled, this is also the perfect time to turn it on, which can be done on this same page.<br />
</div><div style="margin-bottom: 0px; margin-top: 0px;"><br />
<div class="separator" style="text-align: center;"><a href="http://3.bp.blogspot.com/_Qy_gPulO0mg/SvtEvK4lVhI/AAAAAAAAACU/wSyPGHaVsyY/s1600-h/Picture+98.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="http://3.bp.blogspot.com/_Qy_gPulO0mg/SvtEvK4lVhI/AAAAAAAAACU/wSyPGHaVsyY/s640/Picture+98.png" /></a><br />
</div><div class="separator" style="text-align: center;"><a href="http://1.bp.blogspot.com/_Qy_gPulO0mg/SvtE3bLOG9I/AAAAAAAAACc/jImpJARfbmw/s1600-h/Picture+100.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="http://1.bp.blogspot.com/_Qy_gPulO0mg/SvtE3bLOG9I/AAAAAAAAACc/jImpJARfbmw/s640/Picture+100.png" width="525" /></a><br />
</div><br />
<br />
</div><div style="margin-bottom: 0px; margin-top: 0px;">For instance, if you would rather see the detail of where your feeds are read directly, you can add ${distributionEndpoint} as the medium, and then you will get views that look something like this.<br />
</div><div style="margin-bottom: 0px; margin-top: 0px;"><br />
</div><div style="margin-bottom: 0px; margin-top: 0px;"><br />
</div><div style="margin-bottom: 0px; margin-top: 0px;"><div class="separator" style="text-align: center;"><a href="http://2.bp.blogspot.com/_Qy_gPulO0mg/SvtE9-6hL9I/AAAAAAAAACk/EWKevrIaXM0/s1600-h/Picture+101.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="http://2.bp.blogspot.com/_Qy_gPulO0mg/SvtE9-6hL9I/AAAAAAAAACk/EWKevrIaXM0/s640/Picture+101.png" width="525" /></a><br />
</div><br />
</div><div style="margin-bottom: 0px; margin-top: 0px;"><br />
</div><div style="margin-bottom: 0px; margin-top: 0px;">Again this will happen automatically except in one specific case: &nbsp;if you are already tagging your feed item URLs with Google Analtyics tags such as "utm_source" and "utm_medium" - we have disabled this feature and you will have to turn it on manually by selecting "Track clicks as a traffic source in Google Analytics." &nbsp; Note that if you do this, we will replace any existing "utm_" tags that may be in your permalinks with the values generated from FeedBurner.<br />
</div><br />
<div style="margin-bottom: 0px; margin-top: 0px;">In the coming weeks, we will be releasing more features in Google FeedBurner that take advantage of this functionality, so we highly recommend that you&nbsp;<a href="http://www.google.com/analytics">register and set up your site</a>&nbsp;with Google Analytics if you haven't done so already.<br />
</div><div><br />
</div><br />
Posted by Steve Olechowski on behalf of the Google FeedBurner team
</p>
</div>
<div class='post-footer'>
<p>
<span class='post-footer-link'>
<a class='comment-link' href='https://www.blogger.com/comment.g?blogID=8602855766847679100&amp;postID=2666498931129462379&amp;isPopup=true' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'>20
comments</a>
</span>
<span class='post-footer-link'>
</span>
<span class='post-footer-link'>
</span>
</p>
</div>
</div>
<div class='post'>
<a name='8377633722274127339'></a>
<h3>
<a href='http://adsenseforfeeds.blogspot.com/2009/11/adsense-policy-clarification-on-using.html'>AdSense policy clarification on using AdSense for feeds and AdSense for content</a>
</h3>
<p class='post-subhead'>
Monday, November 9, 2009 | 8:05 AM
</p>
<p class='post-subhead'>
Labels:
<a href='http://adsenseforfeeds.blogspot.com/search/label/Policy%20Issues' rel='tag'>Policy Issues</a>
</p>
<div class='post-body'>
<p>This is just a quick clarification on AdSense for feeds as it relates to the AdSense for Content specific <a href="https://www.google.com/adsense/support/bin/answer.py?answer=48182">policy</a> of only allowing three ad units and three link units per page.<div><br /></div><div>Many publishers have asked the question "Since feed items often get displayed with many feed items on a single web page, can using AdSense for feeds jeopardize the status of my AdSense account?"</div><div><br /></div><div>The answer is no.  Having three ad units per page is a product specific policy for AdSense for content.  Product specific policies can be read about <a href="https://www.google.com/adsense/support/bin/answer.py?answer=48182">here</a>.<br /><br /></div><div>In essence, the variable ways in which feed items are displayed are controlled and optimized automatically by the AdSense for feeds application and the choices you make as a publisher in your AdSense account when configuring your AdSense for feeds ad units.  This means we may automatically suppress ad impressions when we detect there are too many feed ad units being displayed, resize ads based on the size and length of your content, and adjust the ads that are displayed based on the device in which the feed is being read.</div><div><br /></div><div><br /><span class="post-author">Posted by Steve Olechowski -  Product Manager, AdSense for feeds</span></div>
</p>
</div>
<div class='post-footer'>
<p>
<span class='post-footer-link'>
<a class='comment-link' href='https://www.blogger.com/comment.g?blogID=8602855766847679100&amp;postID=8377633722274127339&amp;isPopup=true' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'>6
comments</a>
</span>
<span class='post-footer-link'>
</span>
<span class='post-footer-link'>
</span>
</p>
</div>
</div>
<div class='post'>
<a name='7497642446286110576'></a>
<h3>
<a href='http://adsenseforfeeds.blogspot.com/2009/10/adsense-for-feeds-now-available.html'>AdSense for feeds now available directly in Blogger</a>
</h3>
<p class='post-subhead'>
Thursday, October 29, 2009 | 5:31 PM
</p>
<p class='post-subhead'>
Labels:
<a href='http://adsenseforfeeds.blogspot.com/search/label/New%20Features' rel='tag'>New Features</a>
</p>
<div class='post-body'>
<p><div style="text-align: left;">One of the things our publishers have always asked for are ways to make it even easer to configure their blogs to work with FeedBurner and AdSense for Feeds.   We're happy to announce that Blogger users, with just a few clicks,  are able to do both at the same time.</div><br />Yes, this year for Halloween, AdSense for feeds is putting on a Blogger costume and allowing all Blogger publishers to easily monetize your RSS and Atom feeds directly from the Blogger interface, in the same way you set up AdSense on your blog beforehand.<br /><br />To set this up, go to <a href="http://www.blogger.com/">Blogger</a> and select the blog you wish to monetize on your Blogger Dashboard, and select "Monetize."  This will give you some basic options for configuring ads, and if you already have connected your Blogger feed to FeedBurner, will confirm that the proper feed is being configured.  AdSense for feeds will automatically pick the right ad sizes for your users, content, and end medium.<br /><br /><img src="http://3.bp.blogspot.com/_Qy_gPulO0mg/Suo3LOBOgYI/AAAAAAAAAB0/HYHQ8CmA61E/s400/AFF-Blogger1.png" style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 500px; " border="0" alt="" id="BLOGGER_PHOTO_ID_5398187769238290818" /><br /><img src="http://1.bp.blogspot.com/_Qy_gPulO0mg/Suo3b1id6QI/AAAAAAAAAB8/TTi9igfUEZs/s400/AFF-Blogger2.png" style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 500px;" border="0" alt="" id="BLOGGER_PHOTO_ID_5398188054724602114" after="" you="" will="" be="" able="" to="" view="" your="" adsense="" reports="" including="" feed="" directly="" from="" the="" blogger="" as="" well="" additional="" management="" options="" for="" and="" analytics="" available="" /><br />After setup, you will be able to view your AdSense reports (including feed revenue) directly from the Blogger Dashboard, as well as from your AdSense account.    Additional feed management options for your feed and feed analytics will be available from http://feedburner.google.com.<br /><span class="post-author"><br /></span><div><span class="post-author"><br /></span></div><div><span class="post-author">Posted by Steve Olechowski on behalf of the AdSense for feeds and Blogger teams</span><br /><br /></div>
</p>
</div>
<div class='post-footer'>
<p>
<span class='post-footer-link'>
<a class='comment-link' href='https://www.blogger.com/comment.g?blogID=8602855766847679100&amp;postID=7497642446286110576&amp;isPopup=true' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'>16
comments</a>
</span>
<span class='post-footer-link'>
</span>
<span class='post-footer-link'>
</span>
</p>
</div>
</div>
</div>
<div class='blog-pager' id='blog-pager'><p>
<a class='blog-pager-older-link' href='http://adsenseforfeeds.blogspot.com/search?updated-max=2009-10-29T17:31:00-07:00&amp;max-results=7' id='Blog1_blog-pager-older-link' title='Older Posts'>Older Posts</a>
</p>
</div>
<div class='clear'></div>
<div class='blog-feeds'>
<div class='feed-links'>
Subscribe to:
<a class='feed-link' href='http://adsenseforfeeds.blogspot.com/feeds/posts/default' target='_blank' type='application/atom+xml'>Posts (Atom)</a>
</div>
</div>
</div>
</div></div>
</div>
</div>
<!-- end content-wrapper -->
</div>
<!-- end outer-wrapper -->
<div id='footer-graphic'>
<div class='footer section' id='footer'><div class='widget HTML' id='HTML1'>
<p class='widget-content'>
  &copy;2008 Google - <a href='http://google.com/intl/en/privacy.html'>Privacy Policy</a> - <a href='http://www.google.com/accounts/TOS?hl=en'>Terms of Service</a>
</p>
</div></div>
</div></div>
<script language='Javascript' type='text/javascript'>SolutionLoad();</script>
<script type="text/javascript">
if (window.jstiming) window.jstiming.load.tick('widgetJsBefore');
</script><script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/3571794311-widgets.js"></script>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<script type='text/javascript'>
if (typeof(BLOG_attachCsiOnload) != 'undefined' && BLOG_attachCsiOnload != null) { window['blogger_templates_experiment_id'] = "templatesV1";window['blogger_blog_id'] = '8602855766847679100';BLOG_attachCsiOnload(''); }_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d8602855766847679100','//adsenseforfeeds.blogspot.com/','8602855766847679100');
_WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '8602855766847679100', 'bloggerUrl': 'https://www.blogger.com', 'title': 'AdSense for Feeds and FeedBurner Blog', 'pageType': 'index', 'url': 'http://adsenseforfeeds.blogspot.com/', 'canonicalUrl': 'http://adsenseforfeeds.blogspot.com/', 'homepageUrl': 'http://adsenseforfeeds.blogspot.com/', 'canonicalHomepageUrl': 'http://adsenseforfeeds.blogspot.com/', 'blogspotFaviconUrl': 'http://adsenseforfeeds.blogspot.com/favicon.ico', 'enabledCommentProfileImages': false, 'adultContent': false, 'analyticsAccountNumber': '', 'useUniversalAnalytics': false, 'pageName': '', 'pageTitle': 'AdSense for Feeds and FeedBurner Blog', 'encoding': 'UTF-8', 'locale': 'en', 'localeUnderscoreDelimited': 'en', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'languageDirection': 'ltr', 'feedLinks': '\74link rel\75\42alternate\42 type\75\42application/atom+xml\42 title\75\42AdSense for Feeds and FeedBurner Blog - Atom\42 href\75\42http://adsenseforfeeds.blogspot.com/feeds/posts/default\42 /\76\n\74link rel\75\42alternate\42 type\75\42application/rss+xml\42 title\75\42AdSense for Feeds and FeedBurner Blog - RSS\42 href\75\42http://adsenseforfeeds.blogspot.com/feeds/posts/default?alt\75rss\42 /\76\n\74link rel\75\42service.post\42 type\75\42application/atom+xml\42 title\75\42AdSense for Feeds and FeedBurner Blog - Atom\42 href\75\42https://www.blogger.com/feeds/8602855766847679100/posts/default\42 /\76\n', 'meTag': '', 'openIdOpTag': '\74link rel\75\42openid.server\42 href\75\42https://www.blogger.com/openid-server.g\42 /\76\n\74link rel\75\42openid.delegate\42 href\75\42http://adsenseforfeeds.blogspot.com/\42 /\76\n', 'latencyHeadScript': '\74script type\75\42text/javascript\42\76(function() { (function(){function c(a){this.t\75{};this.tick\75function(a,c,b){var d\75void 0!\75b?b:(new Date).getTime();this.t[a]\75[d,c];if(void 0\75\75b)try{window.console.timeStamp(\42CSI/\42+a)}catch(e){}};this.tick(\42start\42,null,a)}var a;window.performance\46\46(a\75window.performance.timing);var h\75a?new c(a.responseStart):new c;window.jstiming\75{Timer:c,load:h};if(a){var b\75a.navigationStart,e\75a.responseStart;0\74b\46\46e\76\75b\46\46(window.jstiming.srt\75e-b)}if(a){var d\75window.jstiming.load;0\74b\46\46e\76\75b\46\46(d.tick(\42_wtsrt\42,void 0,b),d.tick(\42wtsrt_\42,\n\42_wtsrt\42,e),d.tick(\42tbsd_\42,\42wtsrt_\42))}try{a\75null,window.chrome\46\46window.chrome.csi\46\46(a\75Math.floor(window.chrome.csi().pageT),d\46\0460\74b\46\46(d.tick(\42_tbnd\42,void 0,window.chrome.csi().startE),d.tick(\42tbnd_\42,\42_tbnd\42,b))),null\75\75a\46\46window.gtbExternal\46\46(a\75window.gtbExternal.pageT()),null\75\75a\46\46window.external\46\46(a\75window.external.pageT,d\46\0460\74b\46\46(d.tick(\42_tbnd\42,void 0,window.external.startE),d.tick(\42tbnd_\42,\42_tbnd\42,b))),a\46\46(window.jstiming.pt\75a)}catch(k){}})();window.tickAboveFold\75function(c){var a\0750;if(c.offsetParent){do a+\75c.offsetTop;while(c\75c.offsetParent)}c\75a;750\76\75c\46\46window.jstiming.load.tick(\42aft\42)};var f\75!1;function g(){f||(f\75!0,window.jstiming.load.tick(\42firstScrollTime\42))}window.addEventListener?window.addEventListener(\42scroll\42,g,!1):window.attachEvent(\42onscroll\42,g);\n })();\74/script\076', 'mobileHeadScript': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/57b76c2f28d7ea5b', 'plusOneApiSrc': 'https://apis.google.com/js/plusone.js', 'sf': 'n'}}, {'name': 'messages', 'data': {'archive': 'Archive', 'blogArchive': 'Blog Archive', 'by': 'By', 'deleteBacklink': 'Delete Backlink', 'deleteComment': 'Delete Comment', 'emailAddress': 'Email Address', 'getEmailNotifications': 'Get email notifications', 'keepReading': 'Keep reading', 'labels': 'Labels', 'loadMorePosts': 'Load more posts', 'loading': 'Loading...', 'myBlogList': 'My Blog List', 'myFavoriteSites': 'My favorite sites', 'newer': 'Newer', 'newerPosts': 'Newer Posts', 'newest': 'Newest', 'noResultsFound': 'No results found', 'noTitle': 'No title', 'older': 'Older', 'olderPosts': 'Older Posts', 'oldest': 'Oldest', 'onlyTeamMembersCanComment': 'Note: Only a member of this blog may post a comment.', 'popularPosts': 'Popular Posts', 'popularPostsFromThisBlog': 'Popular posts from this blog', 'postAComment': 'Post a Comment', 'postedBy': 'Posted by', 'readMore': 'Read more', 'reportAbuse': 'Report Abuse', 'search': 'Search', 'searchBlog': 'Search blog', 'share': 'Share', 'showAll': 'Show all', 'subscribe': 'Subscribe', 'subscribeToThisBlog': 'Subscribe to this blog', 'theresNothingHere': 'There\47s nothing here!', 'viewAll': 'View all'}}, {'name': 'skin', 'data': {'vars': {}, 'override': ''}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\75classic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\75flipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\75magazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\75mosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\75sidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\75snapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\75timeslide'}}}]);
_WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', null, document.getElementById('Navbar1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML2', 'header_titles', null, document.getElementById('HTML2'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML3', 'header_titles', null, document.getElementById('HTML3'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML4', 'sidebar', null, document.getElementById('HTML4'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive2', 'sidebar', null, document.getElementById('BlogArchive2'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading...'}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML10', 'sidebar', null, document.getElementById('HTML10'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML7', 'sidebar', null, document.getElementById('HTML7'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML8', 'main', null, document.getElementById('HTML8'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', null, document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/4246284911-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/1185134592-lightbox_bundle.css'}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'footer', null, document.getElementById('HTML1'), {}, 'displayModeFull'));
</script>
</body>
</html>