Your Ad Here

RSS Ads in Movable Type

I’ve added a short ad for my consulting services to the RSS feed for Simplelinks. The problem with putting persistant content in RSS is that many news aggregators only show an item once unless it changes.

So your persistant item has to change regularly, but not too regularly. If the same item appears in the feed every day, people may get irritated and stop reading your feed. If the item only changes once a month, then the ad won’t have much impact.

I settled on changing the ad weekly. Then I had to figure out how to have content automatically changes once a week. My plan was to have link element use a query string that would be unique each week. Using the year and the week number for the current date would work fine.

MT’s date formatting commands will let me insert the day number (the tag <$MTDate format="%j"$> inserts 298), but not the week number. I considered writing a plugin to add a week number format command to MT (and I still might), but for a quick and dirty way of doing things I turned to the Regex plugin to convert the day number into a week number.

Here’s what ended up in my template, right after the final </MTEntries> tag.

<MTAddRegex name="weeknum">          s|(\d+)|int($1/7 + .9999)|e</MTAddRegex>    <item>        <title>Kalsey Consulting Group :: Web Sites With         Business Sense</title>        <description>Simplelinks is a product of Kalsey Consulting         Group. We build Web sites that solve real business problems.         To find out how we can help your business, ask for a         free quote at <a         href="http://kalsey.com?<MTDate  format="%Y">-        <MTDate format="%j" regex="weeknum">      ">http://www.kalsey.com/</a></description>        <link>http://kalsey.com?<MTDate format="%Y">-        <MTDate format="%j" regex="weeknum"></link>    </item>

Business Intelligence Software
September 12, 2003 5:47 AM

Thanks for the Inputs on RSS, it makes lot more business sense to me now.

Chad
December 19, 2003 11:14 AM

RSSAds - http://www.rssads.com is an ad network that makes it easy to sell advertising in RSS.

Kevin Donahue
August 9, 2004 12:39 AM

Adam - I know I”m a couple years late to the game, but how ‘bout a full view of the code being used, that way we can see exactly how/where the insert goes in the template.


Your comments:

Text only, no HTML. URLs will automatically be converted to links. Your email address is required, but it will not be displayed on the site.

Name:

Email: (not displayed)

If you don't feel comfortable giving me your real email address, don't expect me to feel comfortable publishing your comment.

Website (optional):

Lijit Search

Best Of

Recently Read

Get More

Subscribe | Archives

Recently

Cloud Reliability (Aug 12)
Would you like to take bets as to whether Amazon or Google have better reliability and safety than your local network service providers?
George Carlin (Jun 22)
"I'm always relieved when someone is delivering a eulogy and I realize I'm listening to it."
Business lessons from the Kitchen (Jun 9)
The Gordon Ramsay School of Business
Under The Radar twittering (Jun 3)
My live stream from Under the Radar
Measuring a CEO's mind (May 29)
Not everything that's important can be measured. Not everything that can be measured is important.
Golden 1: breaking customer expectations (May 25)
Take a potential new user and give them a poor signup experience, then call them a liar.
Sprout Test (May 7)
A test post for Sprout widgets.

Subscribe to this site's feed.

Elsewhere

Feed Crier
Get alerted by IM when your favorite web sites and feeds are updated.
SacStarts
The Sacramento technology startup community.
Pinewood Freak
Pinewood Derby tips and tricks
Del.icio.us
My tagstream at del.icio.us.
Waddlespot
My son's Club Penguin community. News, blogs, tips, and tricks.

Contact

Adam Kalsey

Mobile: 916.600.2497

Email: adam AT kalsey.com

AIM or Skype: akalsey

Resume

PGP Key

©1999-2008 Adam Kalsey.
Content management by Movable Type.