Quick Start

Contents

[ hide ]

    Let’s run through the process of setting up an installation of FeedWordPress to syndicate content from one or more external feeds into your WordPress blog.

    To start out, here’s our sad, empty blog, with hardly any content in it.

    Fortunately, we have installed FeedWordPress. So let’s log in to our WordPress Dashboard and go to the Plugins configuration page …

    … where we can activate the plugin.

    Once you activate it, FeedWordPress will add a new Syndication group to your menu bar. You can now proceed on to the Syndication page to start setting up the sources that you’d like to syndicate.

    Here’s our Syndication page. If you’re just installing FeedWordPress for the first time, chances are you won’t have any contributing sources set up just yet. So let’s add one through the Add new source box.

    The URL you enter here can either be the URL of the website you want to syndicate, or a URL that points directly to the feed that you want to add. If you give it the URL of a human-readable website, FeedWordPress’s Feed Finder will query the website to try to find out the URL for the feed associated with it. If FeedWordPress finds one or more feeds, it will come back with a list of possible feeds and samples of the content on them.

    Check the list for the feed that you want to syndicate and mash Use this feed to add it to your list of contributing sources. (If FeedWordPress is unable to find any feeds, or the feed you want to syndicate is not on the list of the feeds it finds, you can try entering a different feed URL directly at the bottom of the page.)

    After you’ve added your first contributing source, you may want to add more using the same procedure. I’ll wait while you finish ….

    … O.K. Once you’ve got all the feeds added that you want to add, you may want to check some of FeedWordPress’s settings for syndicated content to make sure that incoming syndicated content is handled the way you want it handled. You probably want to do this before you import your first posts from the feeds, so that everything will be handled properly from the get-go. You can configure most of the settings for all feeds, or on a feed-by-feed basis.

    For a breakdown on all the different ways you can have FeedWordPress handle incoming posts, see the Configuration How-To. Once you’re done setting things up for posts to be handled the way you want them handled, it’s time to go to Syndication –> Feeds & Updates to choose the method you want to use for Scheduling Updates.

    If it is possible in your web hosting environment, you may want to schedule updates using a cron job, in which case you should choose cron job or manual updates here. If you cannot set up a cron job, or just want to get started as quickly as possible, choose one of the two automatically check for updates… options, which will make FeedWordPress check for updates on a schedule linked to users viewing pages on your blog. When you’re first starting out, pageview based automatic updates will work tolerably well for most people most of the time. But if you intend to create a large aggregator, with many feeds (for a ballpark, let’s say more than about 10-20 sources), you will probably want to look into getting a cron job set up.

    If you want to manage imports and updates manually — so that FeedWordPress only checks for new posts when you press a button telling it to do so — choose cron job or manual updates.

    If you’re really unsure about what to do, choose automatically check for updates after pages load for a start, and then come back to read through Scheduling Updates for all the details.

    After you’ve chosen an update method, save your changes, and then return to the Syndication page. We can now press on to our first update from syndicated sources:

    FeedWordPress will take a while checking each of your feeds for fresh content and importing the syndicated posts to your WordPress database. Once it’s finished, it will give you a quick summary of how the updates turned out. Let’s check out our new blog full of syndicated content:

    One thing you might notice (ought to notice) as you scroll through the newly-syndicated content is that the default WordPress themes don’t know anything about where your syndicated posts came from, and so don’t display any information indicating the original source of the post. The permalinks (in the post title and so on) will point back to the original source if a user happens to click on them, but in a theme like Kubrick, these posts will visually appear just like any other post that you put up on your blog.

    In most cases you will want to change that, so that syndicated posts are visually set off and attributed back to their original source. If you’re syndicating content that other people produce, the people who provide that content will almost certainly want you to change that, so that they are getting proper credit for what they have produced. The main way to do all this is to set up your WordPress template files so that they can make use of FeedWordPress’s syndication-related template tags. (You can edit your template files directly using the WordPress Theme Editor under Appearance –> Editor. For more on editing WordPress templates, see the WordPress Codex on Templates.)

    If you are not comfortable working directly with WordPress template files, you can check out some pre-made themes designed for FeedWordPress, or you can install the Add Attribution add-on module, which will provide an interface for you to insert boilerplate text containing information about the source of each syndicated post, without having to alter any of your template files. (The advantage of the add-on is usability. The disadvantage is that it offers much less flexibility, expressiveness, and control over how the attribution information is presented than you can get from working directly with template tags.)

    Once you have the attribution boilerplate all set up, you should now have syndicated content automatically appearing on your blog, with each syndicated post being attributed to its original source.

    Where do I go from here?

    More how-tos, tutorials, and guided tours will be made available soon.

    This page is a Wiki! Log in or register an account to edit.

    32 thoughts on “Quick Start

    1. Hi
      I tried the plugin 3.1.3. It works with NO issues.

      I also tried with 3.2beta2…

      I get Fatal error: Call to undefined method WP_SimplePie_File::WP_SimplePie_File() in C:\xampp\htdocs\wordpress_3.2Beta\wp-content\plugins\feedwordpress\feedwordpress.php on line 1841

      Any work around or solution please.

      Thanks
      Balaji
      http://www.granddeervalleyresorts.com

    2. HI all

      Im new to this so you may need to bear with me. Im using feedwordpress and im having one problem. Basically i want to automatically grab images from posts and set them as featured. I am using a video template from Templatic.

      Any help would be V helpful.

    3. Hello Previously i was using older version of Feedwordpress there it was working perfectly with any problem. When i upgraded wordpress and feedwordpress to newer version it stops automatically check for updates now. I need to manually updated my feeds which is consuming lot of time. Please help me out on this issue.

    4. we would like to create the autoblog on a separate post/page so that it doesn’t take over my main and original content we would also like to have separate page for different categories and news items

    5. Hello everyone !!! Thank you for your work. The plugin is awesome, but i have basic problem ! I CANT ADD A FEED URL. Every feed i try to add i get this message:

      Diagnostic information

      HTTP request failure

      Could not open handle for fopen() to http://radgeek.com

      HTTP Transport:

      string(15) “WPHTTPstreams”

      i try many feeds, i do know what to do .

    6. Friends…I have this error om xml sitemap:

      PHP Notice: Undefined offset: 2 in \wp-content\plugins\feedwordpress\syndicatedlink.class.php on line 149

      What should I have to do?

      Thanks
      Alexandre
      From Brazil

      • This is probably a little late to help you, Alexandre, but in case anyone else come across this…

        I was running into this same problem. It occurs when another plugin updates a link using the wp_update_link() function. FeedWordPress stores a lot of data in the link_notes field, and it includes some essential newlines (“\n”) as delimiters. If you pass that data through wp_update_link(), the slashes in the newlines are stripped out, breaking FeedWordPress’s data.

        In my case, I’m in control of the plugin calling wp_update_link(), so the solution is to escape that field first.

        $link_data['link_notes'] = $wpdb->escape($link_data['link_notes']);
        wp_update_link($link_data);

    7. Very nice plugin. I’ve just started using it on my blog and so far it’s great. One thing though, why does it grab ALL the content of the articles it syndicates, rather than just the excerpt?

      Good job for all the rest,

      Keep it up!

    8. This is great! There is just one thing I am running into and that is that I only want it to post a description or maybe just limit it to about 100 words or so and then post a link to the original source. Instead it is posting the full article. I am was thinking it might be a feed issue but when I check my feed it is only posting a description of about 200 chars or so. Not sure where it is getting and posting the full content.

      Any ideas?

      Thanks so much!!!

    9. I am glad that such a plugin was made available before many others came on the scene.
      This plugin is still effective and I really wish that the creator would continue to work on this plugin’s improvements with new updates to benefit the users.
      You can continue with the free version but start a Pro version with more features and you can count me as one of your first customer.

      Keep up the good work and look forward to the good news!

      Best Regards

    10. I’m new to WordPress sites and to FeedWordPress. I have successfully installed the plugin though and have it feeding a Tour Dates calendar from my band’s Reverbnation page to our site…however, the dates are in reverse order. So I’m looking for the parameter that I need to alter to get dates in the correct order. Any help is greatly appreciated.

    11. I am trying to get the blog content and images from the website above to merge into my new blog…images arent appearing…is it because I do not have the new site hosted on my current bluhost site where the images are?

      I am thinking that may be it…but not sure…

    12. I keep getting this error when I try to add any feed or url:

      The data could not be converted to UTF-8. You MUST have either the iconv or mbstring extension installed. Upgrading to PHP 5.x (which includes iconv) is highly recommended.

      Please help.

    13. I am glad that such a plugin was made available before many others came on the scene. This plugin is still effective and I really wish that the creator would continue to work on this plugin’s improvements with new updates to benefit the users. You can continue with the free version but start a Pro version with more features and you can count me as one of your first customer.

      Keep up the good work and look forward to the good news. My site http://www.agvictor.com is now working perfectly

    Leave a Reply

    Your email address will not be published. Required fields are marked *