How to add link when posting with imacro?

innthe

Regular Member
Joined
Jan 6, 2014
Messages
273
Reaction score
10
when i am recording the macro i copy and paste the link but in the recoreded keys note it always says "v" instead of the link i pasted
 
Edit the macro, find the tag you need and just paste the URL you need there?

Or if you just want the macro to go to a certain URL:
Code:
URL GOTO=some_URL
 
Back
Top