SmartRSS Plugin


New Version Updates 04.02.2008
- added CURL support for the feeds retrieval

New Version Updates 11.10.2007
- added import feed posts minimum character limit
- added import feed post limit
- compatibility with the latest version of wordpress 2.3
- added post filter for removing unwanted advertising imported from feeds

SmartRSS Plugin is a Wordpress plugin

Transform your blog into an automated posting tool by syndicating with multiple RSS feed sources!

Features:
- administration tool for managing rss feeds
- each feed can be assigned to a specific category
- after importing the feed, you may display related feeds by using the provided code below
- cron job for importing feeds as a scheduled period

Package contains:

- smart_rss.php file - the backend plugin
- wp_smartrss.php - the cron job file which does the import

Installation:

- upload files smart_rss.php to the wp-content/plugins directory of your wordpress installation
- go into your Plugins administrator tab and activate it
- you will be able to access the plugin backend by going to the Options tab -> the SmartRss subtab
- upload wp_smartrss.php to your wordpress home path, for security reasons i would suggest you rename this file to something you like
- to start importing fields go to http://sitename/wp_smartrss.php url, if you would like to do this automatically you can setup a cron job to run that file
- to setup the cron job use a code similar to this:

nice –adjustment=19 /usr/bin/php /$full-path-to-the-file/wp_smartrss.php
or
nice –adjustment=19 /usr/bin/php /$full-path-to-the-file/your_file_name.php

- if you would like to put this file somewhere else on the server, you need to edit the line from the file wp_smartrss.php containing
require_once(’wp-config.php’);
and replace it with something like
like require_once(’/$full-path-to-wordpress/wp-config.php’);
where $full-path-to-wordpress is the full path to your wordprss installation folder

Related Articles Display

- to display the related articles add this code in your single.php page from your template directory:

< ?php smartrss_related_posts(5, 10, '<li><b style="font-size:14px;">', '</b>', '', '', false, false); ?>

Function parameters: smartrss_related_posts(limit, len, before_title, after_title , before_post, after_post , show_pass_post, show_limit)
- limit = the related posts limit to be displayed
- len = if show_limitis set then it will limit the post size to $len words
- before_title = html code to add before post title
-after_title = html code to add after post title
-before_post = html code to add before post
-after_post =html code to add after post
-show_past_post = include posts that are password protected
-show_limit = limit the post text to $len words

Demo link: http://www.devplug.net

Download it here now

Happy syndication:)!!!

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists
  • Technorati

Related News


  • SmartRSS-Wordpress New!


  • We are proud the announce the release of a new tool called SmartRSS-Wordpress SmartRSS-Wordpress is a Wordpress compilation with several plugins that will help you automate your blog installation! This is a full Wordpress based compilation that does not require any additional software, you simply need an empty directory and database to install it! The software contains the Wordpress core engine and the necessary plugins we selected and adjusted to make your automated blog start posting right away! If you are asking why, is because we found out that getting the right tools for the right job requires lots of work, so stop looking, we have compressed into SmartRSS-Wordpress all the right tools to get you started!!! SmartRSS-Wordpress screenshot If you are looking to have an automated blog, SmartRSS-Wordpress tool provides: 1. the blog core based on Wordpress 2.3 for best blog engine 2. our SmartRSS Plugin http://www.devplug.net/smartrss-plugin/ for automating the blog posting 3. The ProSense Theme from http://www.doshdosh.com/ for maximum revenue 4. the Google XML sitemaps from http://www.arnebrachhold.de/ for maximum exposure 5. the Related Posts plugin provided and adjusted from http://mike.blogdns.org/mikelu/ for maximum content 6. the WP-cache plugin from http://mnm.uib.es/gallir/ for helping you with server load To Install the software, simply download the package and run it on your Windows machine, we guarantee the package is Virus free and was created with the help of Ioncube Package Foundry To use the software after finishing the install process, simply login to the Wordpress backend(/wp-admin), Activate the plugins you like, including SmartRSS, then add the Rss feeds in the Options->SmartRSS backed and then run http://mysite.com/wp_smartrss.php to start the automated blog import Note: all extensions and the Wordpress Software are licensed to their rightfull owners, and we comply our package development under a GNU/GPL License Download it now! If you prefer to upload the package files manually, you may Download this package instead, extract it on your computer and upload the files manually to install it {wpopup } WPopup! Wordpress Plugin Get a free popup like this one! Download here! Features: - very custimzable popup pages by using config options or manual variables - onStart and onClose multiple effects - popup delay start - integrates with both posts content and template code {/wpopup}


  • The proposed Fedora key-migration plan


  • For those who wonder how the Fedora project plans to migrate its users to anew set of package signing keys, a proposedplan has been posted. It involves an update to the fedora-releasepackage (signed with the old key) which swaps in a new key and repository location, and a slow movement of olderpackages to the new repository. It should work, as long as one is surethat the old key can be trusted for a little longer.


  • WAY more Google real-estate devoted to ads


  • Have you noticed that Google has expanded the maximum number of horozontal ads on its results pages? In this example of a search for 360 degree feedback, it's rather startling to see just how much real estate of the initial results page is devoted to ads. In my 1024x768 display, I'd estimate that between 35-40% of the initial screen contains "pure" search results, with the rest devoted to ads or header information. How interesting....


  • Did Google Disassemble Vista Software


  • It is reported that the underlying technology of Google Chrome shows Vista was reverse engineered to learn about the usage of Vista security features. It is believed that the source of Google’s disassembly is found here — Bypassing Windows Hardware-enforced Data Execution Prevention. In an excerpt from CNET: The Chrome source code said a particular [...]


  • A Guide Through The Linux Sound API Jungle


  • Lennart Poettering has put together a guide toLinux sound APIs, with emphasis on helping developers choose the rightone. "At the Audio MC at the Linux Plumbers Conference one thingbecame very clear: it is very difficult for programmers to figure out whichaudio API to use for which purpose and which API not to use when doingaudio programming on Linux. So here's my try to guide you through thisjungle."


    One Response to “SmartRSS Plugin”

    1. Thanks for this excellent plugin. I was previously using the Auto Content Generator to import RSS feeds into my blog until I upgraded to Wordpress 2.3 and found it no longer worked.

      Your SmartRSS plugin saved my feeds!

      Thanks and keep up the good work.

      Rick Roberts (RedHat39)
      http://www.daelectronics.com

    Leave a Reply

    You must be logged in to post a comment.