Jan 23

Very proud to show iMacro Script for add your links in to your wordpress mu network. If you have a lot of wordpress mu sites and do not want to add link in to each WP MU by the manual add.

It is too much do, too tried and waste time to much. So, this is the script is the right script that can help you to add links to your wordpress mu with the one click only. However you have to login each mu before run this script (you can use iMacro to automatic login too).

Then prepare CSV file (blogs.csv) with the first row contains first Wordpress MU site ’s url. Second and next next row, you have to fill in the next site’ url till the end.

If  finish click play (loop) and wait for the script work completed.

Here is my source code

VERSION BUILD=6700624 RECORDER=FX
TAB T=1
TAB CLOSEALLOTHERS
SET !ERRORIGNORE YES
CMDLINE !DATASOURCE blogs.csv
SET !DATASOURCE_COLUMNS 1
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO={{!col1}}/wp-admin/post-new.php
TAG POS=1 TYPE=A ATTR=TXT:Links
TAG POS=3 TYPE=A ATTR=TXT:Add<SP>New
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:addlink ATTR=ID:link_url CONTENT=http://rich.meemarket.com
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:addlink ATTR=ID:link_name CONTENT=my-key-word
TAG POS=1 TYPE=INPUT:RADIO FORM=ID:addlink ATTR=ID:link_target_blank
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:addlink ATTR=ID:publish

*do not forget to change http://rich.meemarket.com to your site and my-key-word to your key word

Enjoy.

  • Share/Bookmark