[UPDATED METHOD] [EASY] My Autoblog - Social Media - Passive Income - System

The method works still and I think it will do it for long time, but...
Don't think it's easy money, you have to work hard for escalate it. I'm doing it for a year and I had to struggle with banning from social sites, new rules and most of all, google slaps.
I'm running about 80 blogs now (I don't work full time on it)and I'm making some nice cash. Some points to take care about
- Buy more domains (they are only $10 a year) and make no more than 5 or 6 subdomains per domain. That will help to avoid ban hammer, specially from SU
- Don't spam, it's better to have 10 blogs with 10 daily posts each than 1 blog with 100 posts daily.
- When you get some money reinvest it upgrading SNAP and buying x-pinner (for autopost to pinboards)
- Don't ever use google analytics. My sites using GA were de indexed for "cloacking or deceptive redirections", that happens if you have Plug Rush mobile redirection, the point is that all my sites have PR redirections, but only the ones with GA were de indexed.
- Never ever use google service to shorten urls, it happened to me that some day, my links had been disabled by big G, over different accounts and different niches. That was very painful.
- As you see you have to pass for many obstacles, but the main thing is: never give up, stick with the method and you will succed

My thanks to OP, he really lightened the way in this hard IM
 
so it use autoposter with RSS from other blog?
AGC?

Was getting ready to ask the same question. What is used to autopost, so that the blogs run themselves? I'm trying to figure this out on a few tube like blogs I have.

And is there a plugin that auto schedules content?
 
Was getting ready to ask the same question. What is used to autopost, so that the blogs run themselves? I'm trying to figure this out on a few tube like blogs I have.

And is there a plugin that auto schedules content?

Guys, the answer is in the first page of the post detaily explained by OP, basically there are two ways to do it:
- RSS feeds
- Uploading and scheduling Images (with the drafts sheduler plugin)

But, just go to the first page and read the post, is not so hard to do it !!
 
The method works still and I think it will do it for long time, but...
Don't think it's easy money, you have to work hard for escalate it. I'm doing it for a year and I had to struggle with banning from social sites, new rules and most of all, google slaps.
I'm running about 80 blogs now (I don't work full time on it)and I'm making some nice cash. Some points to take care about
- Buy more domains (they are only $10 a year) and make no more than 5 or 6 subdomains per domain. That will help to avoid ban hammer, specially from SU
- Don't spam, it's better to have 10 blogs with 10 daily posts each than 1 blog with 100 posts daily.
- When you get some money reinvest it upgrading SNAP and buying x-pinner (for autopost to pinboards)
- Don't ever use google analytics. My sites using GA were de indexed for "cloacking or deceptive redirections", that happens if you have Plug Rush mobile redirection, the point is that all my sites have PR redirections, but only the ones with GA were de indexed.
- Never ever use google service to shorten urls, it happened to me that some day, my links had been disabled by big G, over different accounts and different niches. That was very painful.
- As you see you have to pass for many obstacles, but the main thing is: never give up, stick with the method and you will succed

My thanks to OP, he really lightened the way in this hard IM

Many thanks for the insights. But I'm wondering how's the page loading time with 80 blogs? I'm assuming you put each domain under different hosting company. Are you on dedicated?

If not google analytics, what other tracking tool would you recommend for visitors?

Would love to hear back.
 
Last edited:
Hi,

Im having a few issues with SNAP, it is posting to Twitter however, it doesn't show a picture just a link. The link is to the tumblr blog that I am feeding from rather than my own site and every title is Photo?

Any help would be much appreciated,

menacer
 
Head to the sub-entry "Posts and Links" and select "Publish posts immediately", "No leave the syndicated copy unmodified", "The local copy on this website", "Give the aggregator itself as the source of posts from an aggregator feed". Save changes.

menacer, you are probably missing those 2 steps while setting up Posts and Links
 
hello,i am new here..great post a have read and your previus post..i want to ask somthing..i made a money blog and i want to add videos (amateur and i get them from tumblr i coppy the html code so it dosnt redirect to tumblr!!!will i have any problem whith policy? and what i wright on terms of my site policy and this stuf?
 
Thanks, I have actually now decided to post manually rather than via the RSS feeds. I can't seem to find this though...

VERY IMPORTANT: Go to Settings -> Auto Image Posts and set Default Post Status to "Draft".

There is no Auto Image Posts under settings?
 
I have created a PHP script to import a Tumblr RSS feed and remove everything but the images and the title (if there is one) from each post. You can then add this as a feed to FeedWordPress. Selling copies for $10.


Selling outside BSTs is forbidden. reported
 
^ Ya, ef that guy. Bite the hand that feeds you is something you don't do around here.

I have something to offer that he sells but it's FREE. Just add the code below to functions.php. But WARNING! It doesn't work with the watermark plugin. I found this code in another thread and forgot about the author, please forgive me. Google "Start Remove Junk from RSS Feed" will probably show up something, I'm not too sure.

Code:
/* =============================================================================

     Start Remove Junk from RSS Feed

    ========================================================================== */

// credit url of original post etc, etc...

function skill_rss_images( $content ) {

global $post;

{

    $content = get_the_content();

    preg_match_all( '/<img[^>]+>/i', $content, $result );

    $imgs = $result[0];

    $content = "";

    foreach( $imgs as $img ){

        $content .= $img . "<br />";

    }

}

return $content;

}

add_filter( 'the_content', 'skill_rss_images' );

add_filter( 'the_excerpt_rss', 'skill_rss_images' );

add_filter( 'the_content_feed', 'skill_rss_images' );

/* =============================================================================

     End Remove Junk from RSS Feed

    ========================================================================== */
 
Many thanks for the insights. But I'm wondering how's the page loading time with 80 blogs? I'm assuming you put each domain under different hosting company. Are you on dedicated?

If not google analytics, what other tracking tool would you recommend for visitors?




Would love to hear back.

I have each of my blogs in a different sub domain (I have about 15 domains and 5 or 6 subdomains for domain) and all of them in a shared (good) hosting for U$20 monthly
Instead of google analytics I track my visitors with jetpack, a free plugin with many features, highly recommended. And of course the stats of my server itself are the most reliable ones.
 
Back
Top