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

Update - Title Rewriting

Here is my solution for title rewriting(it is simple, but effective...). Go to Appearance -> Editor and select "Theme Functions (functions.php)". Now scroll down to the end of the file and enter the following code:

Code:
add_filter('syndicated_item_title', 'fwp_set_title', 10, 1);


function fwp_set_title ($title) 
{


$title = "Your new title";


return $title;
}

Make sure that you change "Your new title" to the actual title you want to use.

Update the file and with the next RSS fetching your post will have the new titles. Please note that this will only work if you use FeedWordPress for RSS fetching.


Some themes like "Postline" that I have mentioned before don't allow editing of the functions.php. Instead they require you to create customs-functions.php within the theme directory (/wp-content/themes/postline). The rest of the procedure stays the same, but you have to start the code with <?php

Code:
<?php

add_filter('syndicated_item_title', 'fwp_set_title', 10, 1);


function fwp_set_title ($title) 


{


$title = "Your new title";


return $title;
}


Hope that helps ;)
 
Hey,
thanks for the method, but I have two problems:

1.
rlFUO18.png
What did I wrong here?
rlFUO18.png
EcQLjrr.jpg


And my 2nd problem:
On my tumblr blog all my pictures are watermarked, but not on my blog...
How can I fix this? :)
 
Sorry but I don't get the first problem. Seems like everything is setup correctly. Now set up a cron job and your blog should work just fine.

2. problem: Please read this: http://www.blackhatworld.com/blackh...edia-passive-income-system-5.html#post6055269

Hey,
thanks for the method, but I have two problems:

1.
View attachment 38538
What did I wrong here?
View attachment 38538
View attachment 38539


And my 2nd problem:
On my tumblr blog all my pictures are watermarked, but not on my blog...
How can I fix this? :)
 
I guess your blog does auto update, but the feeds simply don't have new posts. After you have clicked update once manually the feeds of course have to contain new pictures so that fwp has something to fetch.

To test this do the following: Set your cron interval to 5 minutes. Set the update interval of FWP to 5 minutes. Theres a box on FWPs first page that shows all your feed and "Last checked xx minutes ago". Leave your blog alone for at least 20 minutes and then check if the "Last checked" thing has changed. As far as i know this box doesn't work that exact, but it will show you, wether your cron job works or not.

If the "Last checked" item changes, but your blog doesn't update this means only one thing: There hasn't been any new post at your feeds. To double check add 2 more feeds you haven't had syndicated before. Check back after a few minutes (when the cron has fired again) if your blog now auto updates.



My first problem is that my blog doesnt update alone.
I always have to click on 'Update'
View attachment 38544

And I already have set up a cron job.. :/
 
It posts my post three times on tumblr. Two times with watermark and once without.
That's strange.

Also when I am updating, I always get around 15 lines of errors like this:
00563843c490a1ab3a0e67d87c31011b.png


Sincerely,
anfyd
 
Thanks a lot reinstecker, everything is working fine now.

Last question... what is the Auto Post Thumbnail plugin used for?
 
Hi mate, first of all its a nice tut..
but i have questions though? where would u install all the plugins? to ur main site? or to the subdomain? and also the about the
site map? sitemap of the subdomain or the main domain?thanks
 
Hi mate, first of all its a nice tut..
but i have questions though? where would u install all the plugins? to ur main site? or to the subdomain? and also the about the
site map? sitemap of the subdomain or the main domain?thanks

1) install wordpress on each subdomain
2) install all plugins on each subdomain (use the plugin duplicator to make the process faster)
3) submit ever subdomain sitemap to google (make sure you go to the sitemap plugin and set it to root <=== in this case the root is the subdomain) so it'll be "subdomain.yoursite.com/sitemap.xml"
 
Thanks for this reinstecker. Got this to work for Twitter and Tumblr. Is there any reason why no matter what I do, stumbledupon keeps doing "You can't add any more pages today" from the snap log? Been like that from the beginning til now.
 
thanks for replying to the previous query..i have installed postline theme on my blog..but still two images are shown in the post...you can see it here:http://milf.skkporn.com/
 
Amazing guide! I got my site running up but just one question. When SNAP auto posts to twitter its only using one tag, "Sexy Milfs," which is what I set my category name to. I'm wondering if it should be more than just that one tag? Thanks! (:
 
thanks for replying to the previous query..i have installed postline theme on my blog..but still two images are shown in the post...you can see it here:http://milf.skkporn.com/

You have to open Postlines options and hide the featured image in section "Default Layouts" for both layouts.
 
Amazing guide! I got my site running up but just one question. When SNAP auto posts to twitter its only using one tag, "Sexy Milfs," which is what I set my category name to. I'm wondering if it should be more than just that one tag? Thanks! (:

You have to enter your keywords and the url tag into the message text format box of SNAP:

Code:
#keyword1 #keyword2 #keywordn %URL%

Of course don't enter keyword1, but instead the keyword you want to post to twitter.
 
Thanks for this reinstecker. Got this to work for Twitter and Tumblr. Is there any reason why no matter what I do, stumbledupon keeps doing "You can't add any more pages today" from the snap log? Been like that from the beginning til now.

SU only allows you to post 10 pages per day/account. Maybe you have reached that limit. Open SU in your browser and try to add a page manually.
 
using most of the tricks you mentioned with my twists already. solid method (Y)
 
reinstecker,

I have another question about tumblr.

Do you flag your main tumblr account as NSFW to do reblogs of your others tumblr blog?
If it's not flagged as NSFW is it OK to reblog NSFW posts from other blogs or you risk a ban?
 
I guess your blog does auto update, but the feeds simply don't have new posts. After you have clicked update once manually the feeds of course have to contain new pictures so that fwp has something to fetch.

To test this do the following: Set your cron interval to 5 minutes. Set the update interval of FWP to 5 minutes. Theres a box on FWPs first page that shows all your feed and "Last checked xx minutes ago". Leave your blog alone for at least 20 minutes and then check if the "Last checked" thing has changed. As far as i know this box doesn't work that exact, but it will show you, wether your cron job works or not.

If the "Last checked" item changes, but your blog doesn't update this means only one thing: There hasn't been any new post at your feeds. To double check add 2 more feeds you haven't had syndicated before. Check back after a few minutes (when the cron has fired again) if your blog now auto updates.

I did what you said, but the last checked didnt changed. :x
I use Arvixe too. Did I anything wrong with my Cronjob?

sgSpJpk.png

I am german too. :) :)
 
Back
Top