Social automation with Wordpress and IFTTT

Larry Igna

Power Member
Joined
Nov 25, 2016
Messages
663
Reaction score
717
Recently I started a new site and wanted it to have some social properties connected. I'm a lazy guy when it comes to social media stuff, so this thing had to be automated. One of the posts on BHW that I bookmarked and check it often is @Sherb 's guide here. Basically it's about auto posting images on Twitter and monetizing the traffic.
Since his method involved scheduling hundreds of posts manually and since many tools in that thread are a bit outdated, I had to do it differently.
I know there are bots for this thing, but most are paid and i don't need all features they offer, like follow/unfollow stuff, which i can still handle as described in Sherb's thread.
So how i did it?
I made a new Wordpress website, this can be on a free host, no need to buy a domain for it, it's just for automation purposes.Free hosts have their limits, so be careful if you go this route.
Then I've searched for plugins that auto post images. There are a few, not many, but don't work well for what I need. So i crafted a new plugin for this, not a real PHP programmer here, just copied snippets of code from here and there and made things work.

What this plugin does is very simple

You upload a ton of images to your Wp site and for every image you uploaded, it will create a post in draft mode.Post title will be image name, post content will be the image itself plus (and that's where nice things happend) it will add text based on text you provide in spintax format
NAqpScT


Next thing to do is get a plugin to schedule the posts to be published (remember, there are only drafts now)
I found this to be working very well
https://wordpress.org/plugins/auto-post-scheduler/
Few simple settings and we are done here.

Next, IFTTT

Not much to say here, just one thing to be noticed: for me, recipes based on RSS feed don't work well for some reason. To make it work, i went to Services > Wordpress and gave it login details for the site.
With RSS, it couldn't retrieve images from feed, this was the only way to make it work.
I connected Twitter,Tumblr,Facebook Page and Pinterest so when new article is posted, IFTTT auto posts it on every one of them.
For setting this up, upload an image and test how your applets work, depending on the network, you have different ingredients, so chose wisely to make things look nice.

So.. that's all, if anyone wants to automate their social posts using these steps, feel free to use my plugin (also, if anyone wants to add improvements to it, feel free to do it, just share it with us)
About spintax: you have to write it, this is not an article rewriter, it doesn't have any thesaurus or fancy features. You must input synonyms like this

{Hello|Bye} {Whitehat|Blackhat}world

You can use a service like http://www.checkspintax.com/ to verify it.

Bellow is the link to Auto Image Post plugin, use it or improve it. For questions, reply to thread, don't PM, please.

https://www.sendspace.com/file/k19qne
https://www.virustotal.com/#/file/0...21e24e3657d84bc585999cfada77f547055/detection
 
For questions, reply to thread, don't PM, please.
Well, not like it wasn't written up here, but..
I've been asked in PM about this so here's the answer.
Q: Wher do I upload images?
A: In your Media library, there is no special folder, just upload and the thing will auto create draft posts for you automatically.
 
I connected Twitter,Tumblr,Facebook Page and Pinterest so when new article is posted, IFTTT auto posts it on every one of them.

I thought it wasn't possible post to Twitter via IFTTT anymore? Have you done/tried this recently?
 
I am doing it since I started this thread. I went to IFTTT because Twitter has made things harder with the API. So, yes..IFTTT works
 
is there a way to implement different spintax? ie. one new spintax per line so it doesn't seem like same texts every post.

how do you get images to show up on pinterest, twitter, and tumbler when you use ifttt apps? It's not showing the image.
 
i noticed the links in post is not clickable once it posts on wordpress. how do you automatically make it clickable on wordpress post? I can't seem to find a plugin for this.
 
You can do it with nested spintax
{{This|that} is a {phrase|proposition}}|{{Different|Other} {awesome|funny} text}
This will create:

This is a phrase
OR
Different Text

Well, and the variations for each, I hope you get it.
About pictures, I had issues when doing RSS to Twitter recipes. But when I changed WordPress to Twitter it worked
 
I haven't created posts with links inside yet :D
I just put the link in the recipe on IFTTT, because I just needed the same link over and over. Try with <a href > it might work
 
pretty cool. Im also not very into social media so this is pretty cool.
 
we did Iftt with our twitter account and got pretty good amount of traffic from there
 
@Larry Igna can you please tell me which apps you use from ifttt? the ones im using are not posting pics and i'm not even using rss.

I'm using wordpress to twitter by jamesoffarkline, Automatically cross-post from Wordpress to Tumblr by wordpress, Pin new WordPress posts to a Pinterest board by pinterest.
 
I am not using applets made by someone else. If This then That
I select This as WordPress and That is whatever. I currently do Twitter, Tumblr, Pinterest and Facebook page.
I add ingredients PostImageUrl and PostContent usually
 
i tried new applet and did what you said, but still shows no images on twitter, pinterest etc. what am I missing? it keeps saying image not found.
 
I have no idea, honestly. For me, posts on WordPress are like this:
Post title: image name
Post content: image + spun text
Featured image: image
Can you check if it's the same on your site?
It may also be the theme, I am using default.This is a site that is not used for anything else but automation so I don't use other plugins or themes.
You may try using a plugin that pushes featured image to RSS, I don't remember the exact name, I tried one or two from WP repo, but it didn't work for me.
 
nice tutorial ;) do you also know a way to auto-unlock the accs when they just request to enter on the account and to press "Continue" to unlock it?
 
Nope,I know no way around that. Just verify as instructed
 
Awesome, will be testing it tomorrow morning, thanks a lot!
 
https://www.sendspace.com/file/k19qne
https://www.virustotal.com/#/file/06542d6248278d2cf5cef8cbbfaf721e24e3657d84bc585999cfada77f547055/detection

Can't download the plugin..

would you please reupload it.

And thanks for sharing.. I have hell time trying to figure this out.
 
I am using a similar method but finding it difficult to monetize. How do you actually make money? (i am not in the adult niche)
 
IFTTT stands for “if this then that”. It is a service that lets you create powerful actions using triggers and actions. The image below will explain it all:
 
Back
Top