Blogger auto post Imacros script

Illgetitdone

Registered Member
Joined
Jul 13, 2011
Messages
68
Reaction score
2
I found an imacros script that automatically submit your content to blogger

Code:
VERVERSION BUILD=6240709 RECORDER=FX
TAB T=1
URL GOTO=http://www.blogger.com/home
TAG POS=1 TYPE=DIV ATTR=CLASS:cssButtonInner
SET !ERRORIGNORE YES
SET !DATASOURCE C:\csv\blogger.csv
SET !DATASOURCE_COLUMNS 3
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
SET !ERRORIGNORE YES
TAG POS=1 TYPE=SPAN ATTR=ID:ShowSourceEditor&&CLASS:
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:stuffform ATTR=ID:f-title CONTENT={{!COL1}}
TAG POS=1 TYPE=TEXTAREA FORM=NAME:stuffform ATTR=ID:textarea CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:stuffform ATTR=ID:post-labels CONTENT={{!COL3}}
TAG POS=1 TYPE=DIV ATTR=CLASS:cssButtonInner
But it is missing the most important part, the content part.

Every articles out there have comma.

How do I make this compatible with .csv file
 
Last edited:
It will do this automatically:

Code:
httxxp://www.youtube.com / watch ? v=QFy4W_EPT24
 
Back
Top