Search Results for: powerpress – Page 4

Accents, Cover Art, and Stitcher’s Terms [feedback]

[…] sees for his podcast: There are three places your podcast cover art must be. RSS2 image—what everything but iTunes will see. Two different ways to set this: PowerPress > Settings (overall or your specific category/channel casting) > Feeds > Feed Settings > RSS2 image, or FeedBurner > Optimize > Feed Image Burner (overrides the source). iTunes image—what only iTunes sees for the podcast directory listing in iTunes. Two different ways to set this: PowerPress > Settings  (overall or your specific category/channel casting) > iTunes > iTunes Feed Settings > iTunes Image, or FeedBurner > Optimize > SmartCast > Podcast image location (overrides the source). ID3 tags—these are set for each MP3 (or other format) file. This image shows once you’ve downloaded the podcast episode and […]

Read More »
Is FeedBurner necessary for blogging and podcasting

Is FeedBurner still necessary for blogging and podcasting?

[…] knowledge or hiring someone (like me) to set it up optimally for you. Podcasting poll: Do you use FeedBurner? More helpful posts about FeedBurner’s relevance FeedBurner vs. PowerPress, from Dave Jackson of School of Podcasting. Upcoming episode from Ray Ortega of The Podcasters Studio. Please retweet this! Is FeedBurner still necessary for #blogging and […]

Read More »
21 things podcasters should learn from the podcast awards

21 things podcasters should learn from the Podcast Awards

[…] Make your podcast obvious on your homepage, don’t make people dig to find it. 27% failed this. Make your podcast playable and downloadable on your site ( PowerPress makes this easy). 34% of the podcasts couldn’t be played from the site. Of the podcasts using Blubrry’s stats system, iTunes is accounts for 53% of the […]

Read More »

Website Stats and Feedburner’s RSS Subscriber Stats

[…] popular podcasts, if you have a good web host. I use Blubrry’s free media stats (they also offer premium stats and media hosting) along with their free PowerPress plugin for WordPress (neither require the other, but I do recommend the combination). Both services offer the same, very helpful information: realistic stats on how your […]

Read More »

Podcasters, Podcasting Equipment, and Podcasting Software that I’m Thankful For

[…] ($30–$100, selection from Amazon.com or search MusiciansFriend.com) Zoom H4n Handy Portable Digital Recorder ($299) Dell UltraSharp 24 ($556) No products found. ($83) Websites or web technologies that help me podcast WordPress PowerPress WordPress plugin and Blubrry Podcast Stats (both free and neither requires the other) Twitter (via TweetDeck) DropBox and Mozy (10% off and up to three months […]

Read More »

How to make your podcast shownotes easy to get to

[…] rules to account for one-, two-, and three-digit numbers; and changing your Pretty Link URL patterns. Sound complicated? It is, so that’s why you should hire me to do it for you! Price depends on how many podcasts and how many episodes you have. Email feedback@TheAudacitytoPodcast.com to request a quote. Podcasting news Blubrry PowerPress Podcasting plugin updated to 1.0.12, includes bug fixes, a new tag for placing their player in your WordPress templates, and more. My Soundboard 2.0 trial expired. Since I still don’t think Soundboard 2.0 is worth $49, I’m going back to PodProducer via No products found.. Need personalized podcasting help? I no longer offer one-on-one consulting outside of Podcasters’ Society, but request a consultant here and I’ll connect you with someone I trust to help you launch or improve your podcast. Ask your questions or share your feedback Comment on the shownotes Leave a voicemail at (903) 231-2221 Email feedback@TheAudacitytoPodcast.com (audio files welcome) Connect with me Subscribe to The Audacity to Podcast on Apple Podcasts or on Android. Join the Facebook Page and watch live podcasting Q&A on Mondays at 2pm (ET) Subscribe on YouTube for video reviews, Q&A, and more Follow @theDanielJLewis Disclosure This post may contain links to products or services with which I have an affiliate relationship and may receive compensation from your actions through such links. However, I don’t let that corrupt my perspective and I don’t recommend only affiliates. WordPress: Edit Post WordPress: Dashboard > Pretty Link WordPress: Pretty Link > Add Link

Read More »

How to Shrink Your Podcast RSS Feed and Why It Matters

[…] phone, but that may not be the case for your worldwide audience. Self-hosted feed size matters for your server If you host your RSS feed yourself ( PowerPress, hand-coding, or another website plugin), then you must provide the bandwidth for delivering your full RSS feed to the majority of your audience. For example, if your podcast feed is 1 MB and you have 200 subscribers, that means serving potentially 200 MB per hour or 4,800 MB (nearly 4.7 GB) per day—for only your RSS feed! That may be perfectly acceptable for your web server, but it’s something to keep in mind. Aside from the bandwidth requirements, an uncached feed on your server also means more queries required to build the dynamic RSS feed with every request. A single RSS feed could cause thousands of queries, which requires more resources from the server (RAM, CPU, and disk activity). Multiply these requests by how many other subscribers are making the same requests simultaneously, and you can imagine how easily a server can crash from exceeding its resources. Read more about why your may want to host your own RSS feed and why you may not. Some tools limit the size of your RSS feed FeedBurner and some other tools have explicit limits to the size of feeds they support. Currently, FeedBurner’s limit for the source feed is 1 MB (up from 512 KB not long ago). If you use FeedBurner or other limited tools and your feed gets too big, your podcast might stop updating. What affects the feed size The size of the RSS feed is based on how many characters are included in the feed itself. For example, “Los Angeles” requires more space than “LA” and long paragraphs require more space than a short sentence. Also, RSS is made up of separate XML (“Extensible Markup Language”) tags, such as , , and such. The size of images, videos, audio, and other linked assets don’t matter, because the code in an RSS feed is only linking to those assets, not embedding them. All of these pieces of data combine to make the RSS feed and each piece affects the overall size. Thus, the more an RSS feed holds, the larger it will be. RSS feeds can be compressed with GZIP through a caching plugin or intelligent RSS tool. But the core idea of shrinking an RSS feed is in reducing the amount of data it contains. 5 ways to reduce the size of your RSS feed The following features may be limited based on the podcast-feed-creation tool you’re using. 1. Enable GZIP compression If you use a third-party tool, such as Libsyn, to create your RSS feed, they probably already compress the feed to reduce its size. If you’re self-hosting your RSS feed, then set up a caching plugin for better performance and ensure it caches and compresses the feeds, too (and that it’s compatible with PowerPress). 2. Use a podcast-only RSS feed If you blog on your WordPress website (which I do highly recommend) and use your site’s default RSS feed (/feed), then blog posts and podcast episodes are being combined. That’s fine for a the primary feed, but that’s not what you should use for your podcast. When your feed contains both blog posts and podcast episodes, two things happen. Podcast apps or directories will usually read only the podcast episodes and skip the blog posts. Thus, you’re wasting space in your podcast feed by including the blog posts. Blog posts will bump out podcast episodes when you reach your feed item limit. For example, If you have 50 episodes and 50 separate blog posts with a feed limit of 50, you might see only 25 episodes in your podcast app. For WordPress, the best way to get a podcast-only feed is to use PowerPress’s default podcast channel feed (/feed/podcast). Using a category’s RSS feed (/category-name/feed) can work, too, but it has never been the best idea (except in very rare cases). The PowerPress default channel feed will always contain only podcast episodes entered into the “Podcast Episode” widget of a post. If you can’t or don’t want to use a PowerPress feed, consider using the RSS feed from your media host. The only hosts I currently trust for this are Libsyn and Blubrry. If you’re using any other host, I suggest running the feed through FeedBurner (with all stats and features disabled). 3. Activate PowerPress’s “Feed Episode Maximizer” If you use PowerPress to create your podcast’s RSS feed, activate the Feed Episode Maximizer feature. This will reduce how much information is attached to episodes past your latest 10, and thus significantly reduce the size of your RSS feed. Through PowerPress 6.3, Feed Episode Maximizer is available only on channel and post-type feeds. But later versions of PowerPress offer the feature on category and taxonomy feeds. 4. Switch the feed from full content to summaries Remember that every character in your RSS feed takes up extra space. So instead of publishing thorough show notes or a complete transcript in your RSS feed, consider reducing that to summaries. If you use WordPress, go to Settings > Reading to switch “For each article in a feed, show” from “Full text” to “summary.” This will use the first 55 words of your blog post—or the full excerpt, if you enable and write that for each post—instead of the entire post. The more text you write for your podcast, the more this will help. But it’s also mostly irrelevant if you use PowerPress’s Feed Episode Maximizer, since this will include the full text (if that’s WordPress’s setting on your site) only for the latest 10 episodes. If you use a different tool for creating your podcast RSS feed, such as Libsyn’s or Blubrry’s media-hosting feed, then how much content you include is your decision, not a switch in the software. 5. Simplify formatting Rich-text-formatting (bold, italics, colors, size, hyperlinks, and more) may not appear to change the number of characters you see, but it adds HTML code to make those changes. For example, compare these two pieces of text: The Audacity to Podcast The Audacity to Podcast The code behind them looks like this: The Audacity to Podcast The Audacity to Podcast This doesn’t mean you should avoid rich text formatting, but I do recommend keeping things clean. Avoid changing colors because this adds extra code and it could make your text unreadable in some apps. Paste as plain text with Cmd-Shift-V (MacOS) or Ctrl-Shift-V (Windows, Linux), or use WordPress’s “Paste as Text” toggle (buried in the “more options” toolbar of the post editor) if you’re pasting from other programs and it will clean up the hidden code that is often included. 6. Reduce the post/episode limit Lastly is the most obvious, but my least recommended option. You could set a smaller limit to how many episodes your podcast RSS feed contains. This will probably have the greatest impact on the size of your feed, because the individual items account for most of the data in your feed. For example, in a feed with 100 items, each episode will account for an average of 1% of the feed size. Thus, reducing the number of episodes by 50% will probably reduce your feed size by the same 50%. However, I recommend this as your last choice, especially for timeless podcasts. Apple’s podcast apps limit directory listings to the latest 300 episodes of a podcast. All those episodes contribute to the podcast’s findability or search-engine optimization (SEO). Once subscribed, someone can access your archive beyond the latest 300 episodes, for as far back as your RSS feed goes. Thus, adjusting the limit for your RSS feed has more of a personal impact than merely changing the size of your feed. It’s ultimately your decision, but here’s what I recommend you consider. For timeless content—that is, stuff that people will still want years from now—I recommend setting the limit to 300. If you have more episodes than that, consider publishing Archive feeds in iTunes for your first 100–300 at a time, as John Lee Dumas does with Entrepreneur on Fire. Thus, each episode is still easily findable and consumable in iTunes. For current-events content—that is, time-based stuff that won’t matter much or at all years from now—I recommend a smaller limit, such as 50 for a weekly podcast (and thus the last year’s worth of episodes). I wouldn’t count TV-show-fan podcasts in this, because people might watch the TV shows years after they aired. For podcasts that sell the back catalog, I recommend 3–10 episodes. That seems enough to get someone hooked and eager for more, while not giving them access to everything. But remember that fewer episodes means less SEO for your podcast. If you use a PowerPress feed, you can adjust this episode limit in the PowerPress feed settings. If you use the default WordPress feed (which I don’t recommend), adjust the limit in Settings > Reading. If you use a third-party tool to create your RSS feed, then look inside their settings (in Libsyn, Destinations > Libsyn Classic Feed > Advanced Options > Episode/Post Limit). Thank you for the podcast reviews! vivwill wrote in iTunes USA, “What I Like Most Is Daniel is so honest and earnest. It’s not a scam […]

Read More »
Feedburner icon logo

How to Setup and Use Feedburner for Blogging or Podcasting

[…] feed. Place all your podcast episodes in a special category (“Podcast”), then add “feed/” to that category’s URL. This would most likely look like http://mypodcast.com/category/podcast/feed/. Use Blubrry PowerPress to generate a podcast-only feed (PowerPress > Settings > Feeds), which will most likely be http://mypodcast.com/feed/podcast/. I do recommend having separate RSS feeds: one for everything and one for just podcast episodes. 2. Login to Feedburner Visit Feedburner and login with your Google account. 3. “Burn a feed” Once logged in, paste your original feed (chosen in step 1) into “Burn a feed right this instant.” Then click Next. If there’s an error, it will warn you and you’ll need to make sure you entered a real feed address. Next, you’ll choose your URL for the feed, so it would look like http://feeds.feedburner.com/mypodcast. 4. Setup SmartCast for podcasting Feedburner’s SmartCast options are great for turning a regular RSS feed into an iTunes-friendly podcast feed. However, everything in Feedburner’s SmartCast page is also in Blubrry PowerPress’s iTunes page (WordPress admin > PowerPress > Settings > iTunes). Chose whether you want to use iTunes or Blubrry to power this information. Whatever you decide, follow a few guidelines for these iTunes-only fields. List your […]

Read More »
50%

Before you go! Don’t miss this FREE checklist, “20 things you should do before recording every podcast episode”!

This form collects information we will use to send you podcasting-related updates with tips, offers, and news. We will not share or sell your personal information. You can unsubscribe at any time.

Almost there!