uSearchIt.com
Newbie
- Jan 27, 2009
- 27
- 7
I installed wprobot on a couple blogs. It is a good piece of software for autoblogging but has a few limitations. I am trying to figure out how to get past those limitations so I dont have to spend so much time updating authors, changing categories, and removing annoying js and script errors from the posts.
First Issue:
-------------------------------
I added the code that will assign random authors and hacked it a little to make sure the author being assigned has the same email address as the blog. It doesnt seem to work consistently though.
I think I could get the author issue fixed by looking for the role of the potential author rather than the email. How do I read this from the db? The email was easy, 'FROM $wpdb->users WHERE user_url like '%xxxxxx.com%''
-------------------------------
Second Issue:
-------------------------------
I am using RSS feeds to collect some of the content. It looks like the feeds that come from FeedBurner include ad tags that then get transferred with the post. Other feeds end up coming with annoying js, permalink, or embedded tag information. Many times it is pretty consistent so could be stripped when the feed is collected.
Any ideas on how to build in something into wprobot that would strip the js or specific information from a post/rss before posting to my site?
-------------------------------
Third Issue:
-------------------------------
Categorization... I like that when I pull in an RSS feed I can have it auto-categorize but it doesnt work for the Keyword settings. Currently I have been using FireFox with the iMacros plugin to script a number of macros to do this for me. It isnt too bad but I still have to manually go launch FF and run the scripts.
Is there any way to auto-categorize? Maybe another WP add-on or something?
-------------------------------
First Issue:
-------------------------------
I added the code that will assign random authors and hacked it a little to make sure the author being assigned has the same email address as the blog. It doesnt seem to work consistently though.
I think I could get the author issue fixed by looking for the role of the potential author rather than the email. How do I read this from the db? The email was easy, 'FROM $wpdb->users WHERE user_url like '%xxxxxx.com%''
-------------------------------
Second Issue:
-------------------------------
I am using RSS feeds to collect some of the content. It looks like the feeds that come from FeedBurner include ad tags that then get transferred with the post. Other feeds end up coming with annoying js, permalink, or embedded tag information. Many times it is pretty consistent so could be stripped when the feed is collected.
Any ideas on how to build in something into wprobot that would strip the js or specific information from a post/rss before posting to my site?
-------------------------------
Third Issue:
-------------------------------
Categorization... I like that when I pull in an RSS feed I can have it auto-categorize but it doesnt work for the Keyword settings. Currently I have been using FireFox with the iMacros plugin to script a number of macros to do this for me. It isnt too bad but I still have to manually go launch FF and run the scripts.
Is there any way to auto-categorize? Maybe another WP add-on or something?
-------------------------------