• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
seegatesite header

Seegatesite.com

Seegatesite.com - Programming Tutorial , Sharing , How and Learn Together

  • TOOLS
    • Bootstrap Navbar Online Generator
    • Customize Sidebar Menu Bootstrap 3
    • Bootstrap Demo
  • ADVERTISE
  • CATEGORIES
    • Android
    • Blogging Tips
    • Database
    • CSS
    • Info Gadget
    • Javascript
    • Linux
    • PHP
    • Various
    • WordPress
  • Q&A
  • PHP
  • JAVASCRIPT
  • JQUERY
  • ANGULAR
  • WORDPRESS
  • SEO
  • REACT
🏠 » Blogging Tips » Script auto tweet with Imacros and Tweetdeck for Beginner

Script auto tweet with Imacros and Tweetdeck for Beginner

By Sigit Prasetya Nugroho ∙ July 24, 2014 ∙ Blogging Tips ∙ 3 Comments

Share : TwitterFacebookTelegramWhatsapp

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 , doesnt need to be upset. I will share a simple script to make auto tweet software with iMacros and TweetDeck.

Table of Contents

  • 1  That must be prepared to start this Script auto tweet is 
    • 1.1  Prepare the Imacross script auto tweet 

 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"))&lt;=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 ).

Script auto tweet with imacros

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.

unused dock

NEW TWEETDECK

  • 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 😉 .

Another Blogging Tips Related Post :

  • Easy Ways to Get Extra Money from the Internet for Beginners
  • How To Insert Ads In The Middle Post Blogspot Blogger
  • Optimize Images For Blogs To Quickly Indexed By Google, Has proven!
  • The Best Free Screen Capture Tool for Bloggers
  • Guest Post On Seegatesite.com
  • Namecheap Hosting Review: Great Price for Great Deals

Avatar for Sigit Prasetya Nugroho

About Sigit Prasetya Nugroho

This site is a personal Blog of Sigit Prasetya Nugroho, a Desktop developer and freelance web developer working in PHP, MySQL, WordPress.

Reader Interactions

Comments

  1. Avatar for azedineazedine says

    April 10, 2015 at 11:51 am

    thank’s for sharing

    Reply
  2. Avatar for zulfanzulfan says

    November 2, 2015 at 7:56 pm

    hallo mas sigit, mau tanya, kalau script select all Twitter accounts di Tweetdeck. makasih

    Reply
    • Avatar for Sigit Prasetya NugrohoSigit Prasetya Nugroho says

      November 3, 2015 at 12:39 pm

      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

      🙂

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Welcome to my Home,

Avatar for Sigit Prasetya NugrohoThis site is a personal Blog of Sigit Prasetya Nugroho, a Desktop developer and freelance web developer working in PHP, MySQL, WordPress.



Popular Articles

Checked checkbox AdminLTE Bootstrap in Jquery

November 4, 2014 By Sigit Prasetya Nugroho 7 Comments

Simple create date format validation with jqueryUI

December 21, 2014 By Sigit Prasetya Nugroho Leave a Comment

Create Simple Progress Bar for Fake Online Generator with Jquery

January 10, 2015 By Sigit Prasetya Nugroho Leave a Comment

22+ Coolest Free Jquery Plugin For Premium Theme

October 3, 2015 By Sigit Prasetya Nugroho Leave a Comment

Easy Build Your Anti Copy Paste Plugin

October 6, 2015 By Sigit Prasetya Nugroho Leave a Comment

Popular Tags

adminlte (15) adsense (13) adsense tips (4) affiliate amazon (13) amazon (12) Android (8) angular (16) angular 4 (12) angular 5 (4) asin grabber (3) Bootstrap (27) codeigniter (5) create wordpress theme (5) crud (8) css (6) free wordpress theme (7) google adsense (4) imacros (4) increase traffic (6) jquery (34) laravel (10) laravel 5 (5) learn android (5) lumen api (4) modal dialog (5) mysql (6) nodeJs (4) optimize seo (4) pdo (6) php (30) plugin (53) pos (8) Publisher Tips (5) react (6) Reactjs (9) SEO (37) theme (17) tutorial angular (5) tutorial angular 4 (6) tutorial javascript (10) tutorial javascript beginners (4) twitter (3) wordpress (18) wordpress plugin (13) XMLRPC (5)




  • About
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions

©2022 Seegatesite.com