How To Replicate Techchuck AutoBlog

well try not using the full article use an excerpt...this is easily achieved using autoblogged
 
Welcome back Specopkirbs, good to see are resident expert back on the scene.
 
Finally your back now please answer your msn so we can talk. Oh and everyone I highly reccommend find one theme that you like and modify the hell out of it. thats what im doing now
 
back guys after my short ban...little tip...dont sell without a review...lesson learned...hows everyone doing anyway

Welcome back specopkirbs, you are the great mans. Btw I still try to make a new theme as my first step to make an autoblog site..Thank you
 
Welcome back specopkirbs, you are the great mans. Btw I still try to make a new theme as my first step to make an autoblog site..Thank you

There is no point to make a new theme when there are so many good themes out there that you can just customize to your liking
 
i guess wp-o-matic new version is closer to release. I hope it has more options more like autoblogged.
 
There is no point to make a new theme when there are so many good themes out there that you can just customize to your liking

no problem mate. I just want a unique theme or layout..It's not just an autoblog site..But like google say : Build site that can give many advantages to visitor

So ..scarping site is not a problem IF the site is very usefull to visitor. I think everyone can pull content from rss using wpo easily and automatic... But for long terms succesfull autoblog site..you need profe uniq theme and layout

Just concentrate in one autoblog site.. if you have got good traffict and money...duplicate your work

just my 2 cents

Sorry for bad english
 
who's know How the guyz from mashget can scarping content more long than rss feed ?

For example: only one paragraph at rss feed..but he can scrap 2 paragraph:confused::confused:
 
genthonx if you search this forum for partial to full rss or something simlar you will find the answer
 
genthonx if you search this forum for partial to full rss or something simlar you will find the answer

ouhw..usinge that script ? I see...

that script have to be integrated to wp o matic ?? I don't know php scripting..

Do you have integrated that script to your wp o matic you provided to be download on your previous post ?

thanks
 
A few simple tips after working with autoblogging & templates:

1. Use yahoo pipes for lower CPU usages.
If you just like me, use a basic standard for web hosting then CPU usage will be the main problem for autoblogging, since scrapping many RSS feeds and pull the content or saving images eat a lot of CPU and memory, so be careful with this.

I got suspended by my webhost, after that
- I tried to fix several unimportant query by the plugins
- Install wp super cache for minimize query
- using yahoo pipes to aggregate the RSS feed (group by category) and then aggregate the content via yahoo pipes, by this you only access one rss feeds. It's really simple by the way.
- I contact the HG support ask for more information about CPU usages, around 10% to 25% allowed in shared hosting.
- Set the cron job more than 90min since almost all the shared hosting allowed the max around that period

2. Buy some old domain for faster caching by google
try freshdrop etc, i build several autoblog and compare them, old domains cached faster than new ones.

3. If you use advanced excerpt plugins, here's a neat way to add read more

change the elipsis at line 320 in the plugins script into this ones
Code:
    'ellipsis' => (' ... <a '.'href="'.get_permalink().'">'.'Read More'.'</a>'),
and autoblog works, right now my blogs got around 100-200 uv daily without onlywire autosubmitter or whatever tools that support auto subscribe, pure content without promotion and got around $2-5 daily. I have 4 blogs btw.

the newest is shoespimps dot commercial

sorry - i'm still not allowed to post url ;)

hope the info above helps.
 
Can you share how you did with yahoo pipes if you don't mind?

1. Create account on pipes dot yahoo
2. Click on create pipe on the header menu
3. Drag the fetch feed menu on the left side into the main window
4. Add your RSS url
5. Click the + icon to add more RSS
6. Drag the dot of the fetch feed into the pipe output
7. Click refresh to see the result
8. Save
9. View the result
10. get the feed address by clicking the Get RSS :D (use the feeds for your autoblog)

done,..

There's two advantage using y pipes, 1 lower CPU usage, 2 you can check whether the Feed is good enough to use or not, i mean it can give you the preview of the feed by clicking the title.

ps : for more good templates, try to make the thumnail images as big as the ads 250x250, so it can placed side to side with the ads and the content after it. works well for me.

regards,
nasgorkam
 
alright, does anyone here knows how to get some borders to the thumbnails in the post using the "Thumbnail For Excerpts" plugin?
 
alright, does anyone here knows how to get some borders to the thumbnails in the post using the "Thumbnail For Excerpts" plugin?

its simple, the images produced by tfe have the class "imgfte"
just put this code in your css

Code:
.imgtfe  {padding: 2px; border: 1px solid #ddd; margin: 7px 5px 0 0; float: left;}

:D
 
failed setup wp o matic..
I have create folder cache and CHMOD 777 and I tried manual fetch..Ouw..No images on post

Anyone have same problem??
What;s the solution?

Thank..

WP : 2.7.1
Wp omatic RC 1.04

thanks
 
failed setup wp o matic..
I have create folder cache and CHMOD 777 and I tried manual fetch..Ouw..No images on post

Anyone have same problem??
What;s the solution?

Thank..

WP : 2.7.1
Wp omatic RC 1.04

thanks


I've tried WoM, Autoblogged, feedwordpress,..

So far, I'm very satisfied with autoblogged, the setting of WoM drive me nuts, I've get several error when retrieving rss feed from various type of RSS,... what I can suggest you is go with autoblogg, minimal setting but very flexible in templating and customizing :)

IMHO
 
its simple, the images produced by tfe have the class "imgfte"
just put this code in your css

Code:
.imgtfe  {padding: 2px; border: 1px solid #ddd; margin: 7px 5px 0 0; float: left;}
:D

alright...i'll give it a try...btw,u mean templates css right?
 
I've tried WoM, Autoblogged, feedwordpress,..

So far, I'm very satisfied with autoblogged, the setting of WoM drive me nuts, I've get several error when retrieving rss feed from various type of RSS,... what I can suggest you is go with autoblogg, minimal setting but very flexible in templating and customizing :)

IMHO

After read your reply, I search autoblog plugin at this great forum BWH..and try to setup this...and..

viola.... it's really auto.

But I have question...

If I setup minimum time between update 60 minute and max 180 minutes, I it mean autoblogged script will check rss feed randomly between 60 up to 180 minutes ?

thanks
 
Does autoblogged fetches full images or always creates a thumbnail? am stuck with that...
any ideas?

its simple, the images produced by tfe have the class "imgfte"
just put this code in your css

Code:
.imgtfe  {padding: 2px; border: 1px solid #ddd; margin: 7px 5px 0 0; float: left;}
:D
uh..which CSS file btw? :p

EDIT: does someone knows a better plugin than "YD Recent Post"?
 
Last edited:
Back
Top