1 comment » Are RSS feeds killing your website?If you decide to use RSS feeds to build site content automatically you must have a solid strategy.Including RSS content into your site is like chocolate. It’s like chocolate in the way that Forrest Gump meant it. "You never know what you're gonna get." We all use a little RSS here and there to spice up our sites and it usually involves pulling in local or real estate related information for your visitors’ consumption but too of much of good thing can be bad. Just like chocolate. http://www.rsspieces.com/0001A5
Posted on November 06, 2006 08:31:14 by Mary.MCKNIGHT
|
Leave a comment » Why Realtors Should Use RSS
When I look around the blogosphere and see so many Realtors blogging their little hearts out, I cringe when I see how few are really utilizing the full potential of RSS technology. Yeah, just about every blog allows visitors to subscribe through RSS feeds, but did you know that the same technology that allows users to subscribe to your blog allows your blog to pull in other RSS feeds and automatically build content on your site? Did you know you could use RSS to personalize feeds to subscribers for automatically delivering new home listings that match their search criteria right to their RSS reader or email?
http://www.rsspieces.com/0001A4
Posted on November 05, 2006 21:38:53 by Mary.MCKNIGHT
|
Leave a comment » Integrating an RSS Feed Part 2This is part two of the integrating RSS feeds article and includes a WordPress plugin.Since we laid the ground work for integrating an RSS feed in the previous post I though we would move to the next logical step which is converting that code into a WordPress plugin. Before you ask, there is no demo because this is not a WordPress blog but instead is running on a custom blogging platform that we have developed and named Diachronic.
Rather than offer an exhaustive explanation of the plugin, I will describe its installation and use. For those so inclined, there are plenty of comments in the source code that will help you understand how it all works.
Step 1
Step 2 Unzip the plugin into your WordPress installation directory in the wp-content/plugins folder.
Step 3 Make sure the cache folder is still present inside of the SimplePie folder that was created. If you are running Linux or some deriavitive do a 'chmod 777 cache' to ensure that the folder can be written to by the plugin. If you don't do this, SimplePie will not be able to cache the RSS feeds and your site will be SLOW. When all the other steps are complete, you can verify that caching is taking place by looking in the cache folder and seeing if you have one file for each feed that you are pulling.
Step 4 Log into your WordPress administration area and go to the Plugins menu. You should see the RSS Pieces Feed Reader listed and you should see an option to activate the plugin. Activate it now and you are one step closer to completion. What you should see
Step 5 Go to the Presentation menu and select the Theme Editor option. Click on the Sidebar link and it will let you edit the template that is used to display the sidebar. In our example we went all the way to the bottom of the template and inserted the feed reader call above the last HTML div. Click the Update File button to save the changes that were just made. Our modified template
Step 6 Go to your home page and click the Refresh button. You should see a news feed. If you see an error message, you may have skipped step 3 which included doing a chmod to allow the plugin to write its cache files. What ours looked like
Step 7 The source for the plugin contains a section of CSS that is used to style the posts. If you don't like how the posts look, you can change them in the plugin.
Setting Options This plugin has a number of options that can be set. To send options you need to construct them in a way that the plugin can understand which is an option name followed by a colon and then the options value.
For example: showdesc:1 This tells the feed reader to display the description that was pulled from the feed.
If you want to have more than one option, you separate them with commas like this: showdesc:1, showdate: 0 This shows the description but suppresses the date field.
Option List
Our example s will pull the feeds from RSS Pieces showing only 5 posts and setting the feed title to 'RSS Pieces'
You could also fetch an ATOM feed from our site like this. sp; http://www.rsspieces.com/000182
Posted on October 23, 2006 00:52:26 by Mary.McKnight
|
1 comment » Integrating external feeds: Part 1This post creates a basic feed reader using SimplePie and PHPA wise man one said "You have been given two hands. One to give and the other to receive." In the spirit of that quote we are going to write a multiple part article on itegrating remote RSS feeds into your existing website. http://www.rsspieces.com/00017B
Posted on October 19, 2006 16:38:24 by John.McKnight
|
Leave a comment » MYTH: RSS feeds are SEO poisonRSS feeds CAN add value to a website from an SEO standpoint.
Sitting down with my morning coffee, reading through my blog comments, I am shaken to the core with a myth I thought was long since dispelled. I came across a comment that basically says using RSS feeds to build site content is valueless. Interesting. Let me start by saying- you can’t and shouldn’t build your site exclusively with RSS feeds for more reasons than I am going to get into in this post. That being said, RSS feeds CAN add value to a website from an SEO standpoint.
http://www.rsspieces.com/00016A
Posted on October 11, 2006 08:43:15 by Mary.MCKNIGHT
|
Like what you have been reading on this site?
Subscribe to our feed below.