<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="/assets/atom.xsl" type="text/xsl"?><feed
	xmlns="http://www.w3.org/2005/Atom"
	xmlns:thr="http://purl.org/syndication/thread/1.0"
	xml:lang="en-US"
	><title>Sacha Chua - tag - feedburner</title>
	<subtitle>Emacs, sketches, and life</subtitle>
	<link rel="self" type="application/atom+xml" href="https://sachachua.com/blog/tag/feedburner/feed/atom/index.xml" />
  <link rel="alternate" type="text/html" href="https://sachachua.com/blog/tag/feedburner" />
  <id>https://sachachua.com/blog/tag/feedburner/feed/atom/index.xml</id>
  <generator uri="https://11ty.dev">11ty</generator>
	<updated>2013-05-21T12:00:00Z</updated>
<entry>
		<title type="html">How I use Feedburner to give people the option of different blog update frequencies</title>
		<link rel="alternate" type="text/html" href="https://sachachua.com/blog/2013/05/how-i-use-feedburner-to-give-people-the-option-of-different-blog-update-frequencies/"/>
		<author><name><![CDATA[Sacha Chua]]></name></author>
		<updated>2013-05-19T18:28:40Z</updated>
    <published>2013-05-21T12:00:00Z</published>
    <category term="blogging" />
<category term="wordpress" />
		<id>https://sachachua.com/blog/?p=24832</id>
		<content type="html"><![CDATA[<p>I’ve been thinking about how to make it easier for people who want to keep in touch but who don’t want to be overwhelmed by my daily posting schedule. Instead of trying to come up with the Best Way on my own, <a href="https://sachachua.com/blog/2013/05/poll-how-often-would-you-like-to-receive-e-mail-updates-also-quantifying-my-blog-posting-history/">I asked what people wanted</a>. Out of 26 votes (as of the time I wrote this), ten people wanted weekly newsletters and three people wanted monthly newsletters. That probably means that even more people would like those less frequent update options, so I decided to spend some time figuring out a good way to offer that.</p>
<p>Since I already do weekly and monthly reviews, the easiest way would be to make those reviews available in a separate feed that people can subscribe to over RSS or e-mail. I’ve been using Feedburner as a way of making my feeds more browser-friendly and as a way to handle e-mail subscriptions. Although I’d been concerned about the long-term longevity of my feeds in case Feedburner shuts down, it turns out that you can set up your own domain name by following the instructions under <strong>My Account &gt; MyBrand</strong>.</p>
<p><a href="https://sachachua.com/blog/wp-content/uploads/2013/05/image13.png"><img loading="lazy" style="background-image: none; padding-top: 0px; padding-left: 0px; margin: 0px; display: inline; padding-right: 0px; border-width: 0px;" title="image" alt="image" src="https://sachachua.com/blog/wp-content/uploads/2013/05/image_thumb13.png" width="580" height="293" border="0"></a></p>
<p>I set up my feeds to use <strong>feeds.sachachua.com </strong>instead of <strong>feeds.feedburner.com</strong>. That means that if Feedburner goes away, I just need to change my DNS record to point to my own server and write my own redirect rules. I wish I’d done this earlier! Anyway, if you subscribed to <a href="http://feeds.feedburner.com/sachac">http://feeds.feedburner.com/sachac</a> , please switch to using <a href="http://feeds.sachachua.com/sachac">http://feeds.sachachua.com/sachac</a> instead.</p>
<p>With the new feed URLs in place, I created Feedburner feeds for my weekly and monthly reviews. Category feeds are built-in, so all I needed to do was tell Feedburner to handle <a href="https://sachachua.com/blog/category/weekly">https://sachachua.com/blog/category/weekly</a> and <a href="https://sachachua.com/blog/category/monthly">https://sachachua.com/blog/category/monthly</a> . I customized each feed to include a short message pointing to the other feeds (<strong>Optimize &gt; BrowserFriendly</strong>), change the URL, and enable e-mail subscriptions (<strong>Publicize &gt; Email Subscriptions</strong>).</p>
<p><a href="https://sachachua.com/blog/wp-content/uploads/2013/05/image14.png"><img loading="lazy" style="background-image: none; padding-top: 0px; padding-left: 0px; margin: 0px; display: inline; padding-right: 0px; border-width: 0px;" title="image" alt="image" src="https://sachachua.com/blog/wp-content/uploads/2013/05/image_thumb14.png" width="507" height="390" border="0"></a></p>
<p>Then I modified my WordPress theme to include links to the new feeds. To make the feeds available from the feed icon in many browsers’ address bars, I added the following code to my &lt;head&gt;…&lt;/head&gt;:</p>
<pre>&lt;link rel="alternate" 
  type="application/rss+xml" 
  title="Feed (~daily)" 
  href="http://feeds.sachachua.com/sachac" /&gt;
&lt;link rel="alternate" 
  type="application/rss+xml" 
  title="Weekly reviews" 
  href="http://feeds.sachachua.com/sachac-weekly" /&gt;
&lt;link rel="alternate" 
  type="application/rss+xml" 
  title="Monthly reviews" 
  href="http://feeds.sachachua.com/sachac-monthly" /&gt;</pre>
<p>Result:</p>
<p><a href="https://sachachua.com/blog/wp-content/uploads/2013/05/image15.png"><img loading="lazy" style="background-image: none; padding-top: 0px; padding-left: 0px; margin: 0px; display: inline; padding-right: 0px; border: 0px;" title="image" alt="image" src="https://sachachua.com/blog/wp-content/uploads/2013/05/image_thumb15.png" width="529" height="217" border="0"></a></p>
<p>I also added links to the feeds in my sidebar using the <strong>Appearance &gt; Widgets &gt; Text </strong>widget.</p>
<p>Now, people should be able to easily subscribe to whichever frequency they want. =)</p>
<p>On another note: I was surprised and delighted to find that many people wanted daily updates. Thank you! I’ll try to make my headlines useful so that you can guess right away if you would be interested in something, and we’ll see if I can write weekly review headlines with keywords as well.</p>
<p>If you blog a lot, I hope you find this tip handy!</p>
<p>You can <a href="mailto:sacha@sachachua.com?subject=Comment%20on%20https%3A%2F%2Fsachachua.com%2Fblog%2F2013%2F05%2Fhow-i-use-feedburner-to-give-people-the-option-of-different-blog-update-frequencies%2F&body=Name%20you%20want%20to%20be%20credited%20by%20(if%20any)%3A%20%0AMessage%3A%20%0ACan%20I%20share%20your%20comment%20so%20other%20people%20can%20learn%20from%20it%3F%20Yes%2FNo%0A">e-mail me at sacha@sachachua.com</a>.</p>]]></content>
		</entry>
</feed>