FreshlyBlended
Registered Member
- Oct 8, 2009
- 84
- 16
I am kinda tired of searching for full RSS feeds. Anyone come across a robot program or macro to search for full RSS feeds based on some keywords?
TIA!
TIA!
if($fullcontent != "" && get_option('ma_rss_content')=='full') {$content = $fullcontent;} else {$content = $descr;}
$content = str_replace("Powered by WizardRSS", "", $content);
$content = str_replace("Full Text RSS Feeds", "", $content);
Fresh, that program allows you to create a new full feed of whatever RSS you want, then you can use any RSS feed you'd like.. If you're autoblogging just put the custom rss feed url in.
Jeah I had that problem too
But you can change the rss.php to get this out of the post...
Thanks for the tip but where do I locate the rss.php file
You will find the file here
/wp-content/plugins/WPRobot/modules/rss.php
sorry can't help w/ that
This isn't working for me, my code is slightly different, instead of $content I think it's $post, so have replaced accordingly and it still didn't work, I have no idea about php so need straight solution from someone who does.
f^^k having powered by wizard at the end of the posts.
The code I have on wprobot 2.11 is
Code:if($fullcontent != "" && get_option('ma_rss_content')=='full') {$post = $fullcontent;} else {$post = $descr;}
Thanks for hijacking my thread guys!
I ended up developing my own robot that searches for full RSS feeds in results from Google's ajax API. Took a little work consuming the ajax api in managed code but int he end it is saving me a ton of time!
Thanks for hijacking my thread guys!
I ended up developing my own robot that searches for full RSS feeds in results from Google's ajax API. Took a little work consuming the ajax api in managed code but int he end it is saving me a ton of time!
Any chance you'll share?![]()