Many auto tweet software which sold at expensive prices. Why? because twitter is social media which is very important role in marketing of the product. Because it is too expensive, so the auto tweet software can only be possessed by certain people. For those who dont have the software , doesn
t need to be upset. I will share a simple script to make auto tweet software with iMacros and TweetDeck.
Table of Contents
That must be prepared to start this Script auto tweet is
- Mozilla Firefox browser
- Imacros addon for mozilla ( Learn about Imacros here What is Imacros and Imacros tutorial )
- Tweetdeck.twitter.com.
- Data Prepare ( The data will we tweet , you can use CSV or TXT )
- Cup of coffee and a snack 🙂
Let’s get started :
- I think, all netters must already have and use mozilla firefox browser.
- Download Imacros addon for mozilla.
- Data prepare
Many ways to collect data, I usually use mysql query from phpadmin to collect data. I get the title and url from my site with this query syntax
1 2 3 | select concat(substr(post_title,1,35),".. http://my-site.com/",post_name," #healthy #news") as url from wp_posts where length(concat(substr(post_title,1,35)," http://my-site.com/",post_name," #healthy #news"))<=138 and post_date<'2014-07-24' and post_status='publish' order by post_date asc |
Explanation :
1 | where length(concat(substr(post_title,1,35)," http://my-site.com/",post_name," #healthy #news"))<=138 |
In where clause , I use length <= 138 because tweet length only allows 140 char. Please to experiment yourself, you might get better results than me 🙂 . Then export the result into csv. ( If you copy your result at txt and change the Encoding into UTF-8 ).
Yes.. we get the data first !! :). Copy your data into local drive c:\ if you use windows OS.
Prepare the Imacross script auto tweet
Copy this auto tweet script at your imacros
1 2 3 4 5 6 7 8 9 10 11 | VERSION BUILD=8810214 RECORDER=FX TAB T=1 SET !DATASOURCE C:\result.txt SET !LOOP 1 SET !DATASOURCE_LINE {{!LOOP}} TAG POS=1 TYPE=BUTTON ATTR=TXT:New<SP>Tweet TAG POS=1 TYPE=TEXTAREA ATTR=PLACEHOLDER:What's<SP>happening?&&CLASS:js-compose-text<SP>compose-text<SP>scroll-v<SP>scroll-styled-v<SP>scroll-styled-h<SP>scroll-alt<SP>padding-al&&TXT: CONTENT={{!COL1}} TAG POS=1 TYPE=BUTTON ATTR=TXT:Tweet WAIT SECONDS=15 TAG POS=1 TYPE=BUTTON ATTR=TXT:Close WAIT SECONDS= 3600 |
You can change wait seconds as you like. In my example, i set wait seconds with 3600 (1 hour)
- Open url tweetdeck.twitter.com , login with your twitter account. Close or remove all unused dock and reserving the NEW TWEET DOCK.
- Set your max loop and clik play (loop) . Wait and see with your coffee and snack 🙂 .
Now, you build your own Script auto tweet with Imacros and Tweetdeck , Next time i will show you how to create auto pin pinterest with imacros for market your amazon product 🙂 so always visit my site or bookmark this site 😉 .
thank’s for sharing
hallo mas sigit, mau tanya, kalau script select all Twitter accounts di Tweetdeck. makasih
Halo mas zulfan,
maaf saya belum pernah mencoba,link berikut semoga bisa membantu anda,
_http://www.blackhatworld.com/blackhat-seo/twitter/777929-select-all-accounts-tweetdeck-retweet.html
_http://www.blackhatworld.com/blackhat-seo/twitter/764834-how-add-select-all-button-tweetdeck.html
_https://www.youtube.com/watch?v=1nUwP6P3dgg
🙂