NATS And Wordpress RSS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Va2k
    I’m still alive barley.
    • Oct 2001
    • 10060

    #1

    Tech NATS And Wordpress RSS

    Hey folks, how do you all use your nats code to plug into wordpress to have them update your blog? I have tried so many and NOTHING really works. The latest plugin is rss importer,

    What is it? Come on now tell all! LOL

  • PuppetMaster
    Confirmed User
    • May 2002
    • 545

    #2
    Can't help ya out there but you should vote AaronM for GFY Hall of Fame.
    Recognize Old Skool GFY. Vote for people like AaronM, JFK, Juicy, baddog and others who pioneered this place!

    Comment

    • $money$
      So Fucking Banned
      • Nov 2015
      • 1416

      #3
      Can't help you but heres a buMp

      Comment

      • DVTimes
        xxx
        • Jun 2003
        • 31658

        #4
        Originally posted by Va2k
        Hey folks, how do you all use your nats code to plug into wordpress to have them update your blog? I have tried so many and NOTHING really works. The latest plugin is rss importer,

        What is it? Come on now tell all! LOL


        Are you sure the rss code is to update your blog?

        Many sites have long ago stopped bothering with doing rss feeds.

        Make sure that the rss feed is recent.
        XXX

        Comment

        • Va2k
          I’m still alive barley.
          • Oct 2001
          • 10060

          #5
          Originally posted by DVTimes
          Are you sure the rss code is to update your blog?

          Many sites have long ago stopped bothering with doing rss feeds.

          Make sure that the rss feed is recent.
          it is 100% up to date

          Comment

          • Va2k
            I’m still alive barley.
            • Oct 2001
            • 10060

            #6
            Does anyone know
            Rss Post Importer if so how you change it
            from grabbing the source url rather the info in the feed other than the
            title.

            Comment

            • Google Expert
              Webmaster
              • Jun 2004
              • 14294

              #7
              wordpress and NATS? you kidding?

              just so that i understand you correctly, you're trying run paysite, right?

              Comment

              • Va2k
                I’m still alive barley.
                • Oct 2001
                • 10060

                #8
                Originally posted by Muad'Dib
                wordpress and NATS? you kidding?

                just so that i understand you correctly, you're trying run paysite, right?
                No and yes.. the network of sites is different then the blogs. The network of sites is on ELV.-X with Nats what I am wanting to do is run the rss feeds from nats and import them over to wordpress so the feeds will update the blogs with fresh blog post from the latest updates we do.


                IM NOT running a paysite with wordpress and nats. Get that out of your head right now! LOL

                Comment

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

                  #9
                  Originally posted by Va2k
                  Hey folks, how do you all use your nats code to plug into wordpress to have them update your blog? I have tried so many and NOTHING really works. The latest plugin is rss importer,

                  What is it? Come on now tell all! LOL

                  See sig. Here is a quote from the support forum:

                  Many customers are asking me on how to import the standard NATS XML feeds. So, here is the instruction:

                  1) Add the feed.

                  2) Assign the feed title and set the “Post thumbnail” option to “Generate from the ‘thumb’ custom field“.

                  3) Scroll to the “Custom fields” box and paste there the following content:

                  url->url
                  thumbnail->thumb
                  entry->entry


                  4) Put the PHP code below into the “PHP code <?php .. ?>” box:

                  PHP Code:
                  $paysite_url = 'http://www.google.com/';
                  $post['post_excerpt'] = $post['post_title'] = html_entity_decode($post['custom_fields_attr']['entry']['NAME'], ENT_QUOTES);
                  $post['guid'] = $post['custom_fields']['url'];
                  if (!cseo_post_exists($post)) {
                      $post['post_content'] = '[flv:' . $post['guid'] . ' ' . $post['custom_fields']['thumb'] . ' 750 564 ]';
                      $post['post_content'] .= '<h3><a href="' . $paysite_url . '">Watch full-lenght video in HDV quality!</a></h3><p>' . $post['post_excerpt'] . '.</p>';
                      unset($post['custom_fields']['url']);
                  } else {
                      $post = false;
                  } 
                  
                  Don’t forget to replace "google.com" with your affiliate link.

                  5) Click “Syndicate This Feed”.

                  Important: The code above assumes that KVS Player or KVS Player Pro plugin is already installed and activated on your blog.
                  P.S. The CyberSEO plugin allows your to syndicate any XML feed. Not just NATS. Literally ANY. There are no alternative plugins for WordPress that can do something even similar.
                  Obey the Cowgod

                  Comment

                  • bigalownz
                    Confirmed User
                    • Aug 2005
                    • 1657

                    #10
                    tried feedwordpress ?
                    $100 free credit for all hosting needs

                    Comment

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

                      #11
                      Originally posted by bigalownz
                      tried feedwordpress ?
                      It does not import NATS feeds.
                      Obey the Cowgod

                      Comment

                      • Va2k
                        I’m still alive barley.
                        • Oct 2001
                        • 10060

                        #12
                        Originally posted by CyberSEO
                        It does not import NATS feeds.
                        Thanks brother, Ive tried your program it didn't work but didn't know about that code you showed me. So will give it another try...

                        What all I have found is nothing really converts rss feeds from nats too well.

                        Comment

                        Working...