A couple of months back I blogged about how to show off your FeedBurner subscribers. In the comments then, a couple of people told me the code didn’t work for them. After a few back and forths I found out those people were on FeedBurner’s new servers, the Google ones. This new server actually has [...]
Yoast tweaking websites
Showing off your FeedBurner subscribers
Quite a few websites have started to show of their FeedBurner subscriber count with something else than a widget. To do that, you have to be able to grab the number of subscribers through the FeedBurner API. Now I bet you want to know how! It’s bloody easy in WordPress, just do this: $fb = [...]
Categories: WordPress
URLs, social media and campaign tracking
Canonicalizing URLs is a very important aspect of Search Engine Optimization but also of Social Media Marketing. This morning, when checking my feeds, I noticed an example that I thought could help you understand the what and the why of it. What I noticed was this: Smashing Magazine had put out one of their usually [...]
Are you listening to the WordPress Podcast?
So it might seem like this blog is low on updates, which it is in text posts, but Frederick and myself are doing the weekly WordPress Podcast (which I really have to update the pages for). If you subscribe to the Yoast RSS feed or to the WordPress Podcast feed, you’ll get those podcasts delivered [...]
Categories: WordPress
Excluding a blog category from your feed
While I was working on a new system for my WordPress newsletter, a system that uses its own custom feed (skipping FeedBurner which caused errors last week), I had to figure out how to exclude a category from my blogs regular feed as well as my homepage and some other pages. There’s a couple of [...]
Categories: WordPress
Custom RSS feeds in WordPress
I use FeedBurner to track all my feed subscribers, but sometimes I want to provide a different feed to other people (without my feed signature for instance, or using excerpts instead of full feeds). Now when you use FeedBurner’s Feedsmith plugin, this’ll redirect all of your normal feeds to FeedBurner, and that’s a smart thing [...]
Categories: WordPress
WordPress functions to supercharge your Theme!
WordPress is well known for its plugins and themes, but not enough people know and love what you can do in your themes functions.php. Chris Pearson showed his love for them back in May, and he did a great job of explaining how you can bring your own functions.php file to each and every theme [...]
Categories: WordPress
Using the Technorati API on your blog
In my effort to remove all badges from my front page and decrease the load time, I have now moved to using the Technorati API to display Technorati info. It looks like this: The code is almost as easy as the code to display your FeedBurner subscribers or your last tweet. You’ll need to create [...]
6 Serious Questions for Serious Bloggers
While it’s a hobby for a lot of people, for more and more people, blogging is serious business too. Are you serious about your blog(s) and blogging? Maybe you’re even making a good income out of it? If so, you’d better make sure you can answer yes to all of the following questions: 1. Do [...]
Categories: WordPress