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

You can use this h t t p : / / d l v r . i t/ to post from your tumblr blog. tumblr has an rss feed, just wrote /rss at the end of the url an than dlvr makes the rest. You dont have to pay for this service, twitter and facebook are free. (sorry, but i cant post urls)
 
Last edited:
i hate time consuming methods with a passion the method is good for those with lots of time and technical skills people always leave out the technical parts of methods and that's why people always fail
 
devde> and others who are interested in edting the rss feeds to remove comments, links and other s**t
Is very easy to do it with pipes:
1.- Sit down and turn on your laptop...
just kidding
- go to yahoo pipes (you need an account)
- create a new pipe going to the tab up right
- drag from the menu on the left to the working area the Sources-->Fetch Feed panel and the Operators-->Regex panel
- in the Fetch Fed box enter feed you want to edit
- in the Regex panel choose the item description and write in the replace box: <p>.*?</p>
- the with box leave it blank (it will replace all with a blank)
- connect the three panels with pipes
- save the pipe with a name
- run the pipe with the feature below the working area
- get the rss of the appearing menu
- have a beer


I Can't seem to get this method to work. I really dont see how I could be messing it up. But after I do all of this links and text are all still there. I really dont want someone elses links on my site! I saw the other method about changing some php function but I cant find where to implement it.
(this is the code I'm referring to)

<?php
$content = get_the_content();
preg_match_all('/<img[^>]+>/i', $content, $result);
$imgs = $result[0];
$content = "";
foreach($imgs as $img){
$content .= $img . "<br />";
}
echo $content;
?>
 
Last edited:
Reinstecker ,

Thank you for taking time to lay everything out.
I read this thread at least twice and haven't found an answer to my question so thought I'd ask.

How to you pass the tags to Tumblr? SNAP allows to use either post tags or post categories as tags for Tumblr. I am uploading images and schedule them to post so the only way for me to do is use category as a tag. But I can only post in 1 category in wordpress. Does that mean that all the posts will be posted with only 1 tag at Tumblr?

What do you do?
 
Hey.

I didn't read the whole thread yet, because I am growing up an adult fan page first. So I don't know if this was already answered (I'm sorry if it was) but now with my fanpage I must enter a captcha everytime I schedule a status. Can't this be a problem when I try to automatize everything?
 
devde> and others who are interested in edting the rss feeds to remove comments, links and other s**t
Is very easy to do it with pipes:
1.- Sit down and turn on your laptop...
just kidding
- go to yahoo pipes (you need an account)
- create a new pipe going to the tab up right
- drag from the menu on the left to the working area the Sources-->Fetch Feed panel and the Operators-->Regex panel
- in the Fetch Fed box enter feed you want to edit
- in the Regex panel choose the item description and write in the replace box: <p>.*?</p>
- the with box leave it blank (it will replace all with a blank)
- connect the three panels with pipes
- save the pipe with a name
- run the pipe with the feature below the working area
- get the rss of the appearing menu
- have a beer




I Can't seem to get this method to work. I really dont see how I could be messing it up. But after I do all of this links and text are all still there. I really dont want someone elses links on my site! I saw the other method about changing some php function but I cant find where to implement it.
(this is the code I'm referring to)

<?php
$content = get_the_content();
preg_match_all('/<img[^>]+>/i', $content, $result);
$imgs = $result[0];
$content = "";
foreach($imgs as $img){
$content .= $img . "<br />";
}
echo $content;
?>

Bump? Still couldnt find a solution :(
 
Has anyone had any issues with SNAP not auto posting to twitter anymore?

Tumblr is fine, but twitter stopped posting :(


I test a test post and it went through though, any ideas?
 
Has anyone had any issues with SNAP not auto posting to twitter anymore?

Tumblr is fine, but twitter stopped posting :(


I test a test post and it went through though, any ideas?

Twitter is working fine for me, there was an update the other day. The only issue i have with posting to Twitter is that I can not post to specific categories
 
I do not know maybe this question has already been answered, but I fail to find. I use RSS feed with Syndicate, but not all the photos appears at blog, some remain not posted at Media>library, for example from ~100 photos, which are at library are posted only ~10. Or how not to accumulating these images at Media>Library?
 
As a beginner to making money online, this is very useful to me, I've been scratching my head for the last two weeks trying to sort something out and I think this is it lol. Thanks alot!
 
this is a good method i've tried it out but upscaling is hard because social media sites know you're douchin the system lol
 
You can rely on a RSS feed only.

I am wondering on different ad programs for an all SFW babe site. What are you guys using for SFW sites? Google adense etc?
This method seems awesome and I only have a few questions that, hopefully, someone can answer.

1). Can you rely purely on RSS feeds for content?

2). Are there any other websites that offer money for putting general/non-pornographic widget ads on your site? I'm into the money-making niche and so PR and Juicy don't help me.
 
this is a good method i've tried it out but upscaling is hard because social media sites know you're douchin the system lol
I completly agree with you, I'm facing the same problem. I've thought the solution is to have a lot of domains and lets say 5 subdomains per domain(that should avoid the bans in SU and reddit), the downside is it could be a little expensive, but I think is worth while to try. In this way, what about free .tk domains? has anyone try it?
The method is great, so if we can scale it VOILA!
 
In using a similar approach, I discovered I lost followers much faster if I did manual posting as well. Trusting a working system (and most importantly being patient) paid off far greater in the long run. Make sure you follow along with Reinstecker's point about not getting carried away and trying to post too fast.

You can do it with one domain and sub-domains as Reinstecker suggests, but you can also load-balance like you would anything else BH...

Yes, you can do pure RSS as well.
 
Last edited:
devde> and others who are interested in edting the rss feeds to remove comments, links and other s**t
Is very easy to do it with pipes:
1.- Sit down and turn on your laptop...
just kidding
- go to yahoo pipes (you need an account)
- create a new pipe going to the tab up right
- drag from the menu on the left to the working area the Sources-->Fetch Feed panel and the Operators-->Regex panel
- in the Fetch Fed box enter feed you want to edit
- in the Regex panel choose the item description and write in the replace box: <p>.*?</p>
- the with box leave it blank (it will replace all with a blank)
- connect the three panels with pipes
- save the pipe with a name
- run the pipe with the feature below the working area
- get the rss of the appearing menu
- have a beer




I Can't seem to get this method to work. I really dont see how I could be messing it up. But after I do all of this links and text are all still there. I really dont want someone elses links on my site! I saw the other method about changing some php function but I cant find where to implement it.
(this is the code I'm referring to)

<?php
$content = get_the_content();
preg_match_all('/<img[^>]+>/i', $content, $result);
$imgs = $result[0];
$content = "";
foreach($imgs as $img){
$content .= $img . "<br />";
}
echo $content;
?>

Bump? Still couldnt find a solution :(

Add this to the bottom of your theme's functions.php file:

PHP:
/* =============================================================================
     Start Remove Junk from RSS Feed
    ========================================================================== */
// credit url of original post etc, etc...
function skill_rss_images( $content ) {
global $post;
// featured image with watermark
if ( has_post_thumbnail( $post->ID ) ) {
    $content = '<div><a href="' . get_permalink( $post->ID ) . '" target="_blank">' . get_the_post_thumbnail( $post->ID, 'large' ) . '</a></div>';
}
// images in the post body, no watermark
else {
    $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
    ========================================================================== */

edit: added code to handle watermarked images

and fixed it so it does all post content, no need to hunt down "the_content()" in theme files.
 
Last edited:
Back
Top