Wordpress RSS Feed Import

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pimpin_J
    Confirmed User
    • Jul 2006
    • 3637

    #1

    Wordpress RSS Feed Import

    Whats the best plugin to use to import sponsor RSS feeds to a wp blog? Looking for a decent plugin!
  • candyflip
    Carpe Visio
    • Jul 2002
    • 43069

    #2
    I use RSS2Blog and Autoblogger pro. FeedWordPress is a free to use plugin that might do the trick for you.

    Spend you some brain.
    Email Me

    Comment

    • scouser
      marketer.
      • Aug 2006
      • 2280

      #3
      "WP-Autoblog" is the best IMO.

      Comment

      • candyflip
        Carpe Visio
        • Jul 2002
        • 43069

        #4
        RSS2Blog doesn't do it, can any of the "free" plugins do any of the relinking and rewriting that Autoblogger does? The more that I use this feature the more I love it.

        Spend you some brain.
        Email Me

        Comment

        • DomP_nl
          So Fucking What
          • Sep 2005
          • 631

          #5
          wp-autoblogger does that

          Comment

          • just a punk
            So fuckin' bored
            • Jun 2003
            • 32393

            #6
            Originally posted by Pimpin_J
            Whats the best plugin to use to import sponsor RSS feeds to a wp blog? Looking for a decent plugin!
            feedwordpress.
            Obey the Cowgod

            Comment

            • Mike Semen
              Confirmed User
              • Dec 2001
              • 2924

              #7
              Originally posted by cyberxxx
              feedwordpress.
              What he said.
              ICQ 1454 81 522 |

              Comment

              • 2012
                So Fucking What
                • Jul 2006
                • 17189

                #8
                wordpress rss

                wordpress has a built in function for all that. you don't need a plugin unless you want to I guess...

                here is the wordpress link

                I stuck it into a blog I'm screwing around with. New to blogs...
                shemalefuck . sexphotoblog . com

                The code I popped in the index page was ...
                <!-- start rss feed tranny perverts -->
                <?php $feedURL='http://trannyperverts.sunnytoolz.com/rss/index.php?aid=9571&c=A&'; ?>
                <?php require_once(ABSPATH . WPINC . '/rss.php'); ?>
                <?php $rss = fetch_rss($feedURL); ?>
                <?php foreach ( $rss->items as $item ) : ?>
                <?php echo '<table width="400" cellpadding="10" cellspacing="10" ><tr><td>'; ?>
                <?php echo $item['description']; ?>
                <?php echo '</td></tr></table>'; ?>
                <?php endforeach; ?>
                <!-- end rss feed tranny perverts -->

                for a sunnydollars rss feed...
                seems to work great... maybe it will help someone else... yes the blog sucks
                best host: Webair | best sponsor: Kink | best coder: 688218966 | Go Fuck Yourself

                Comment

                Working...