A lot of people complain about how when you bulk upload messages into Hootsuite for your accounts they do not publish with images. The work around is clicking edit on each message and waiting for the image to load. Which as you can imagine is hours if you have a lot of posts and clients.
I use this imacro, but it requires that I enter numbers of the messages each time, which takes a lot of time as well.
TAG POS=85 TYPE=A ATTR=HREF:https://hootsuite.com/dashboard#
WAIT SECONDS=10
TAG POS=1 TYPE=SPAN ATTR=TXT:Save<SP>Changes
WAIT SECONDS=10
TAG POS=88 TYPE=A ATTR=HREF:https://hootsuite.com/dashboard#
WAIT SECONDS=10
TAG POS=1 TYPE=SPAN ATTR=TXT:Save<SP>Changes
WAIT SECONDS=10
Anyway to improve this imacro so it doesn't have to grab the tag position and so I can just set this on loop? Or maybe another way to go about this. Any input would help.
I use this imacro, but it requires that I enter numbers of the messages each time, which takes a lot of time as well.
TAG POS=85 TYPE=A ATTR=HREF:https://hootsuite.com/dashboard#
WAIT SECONDS=10
TAG POS=1 TYPE=SPAN ATTR=TXT:Save<SP>Changes
WAIT SECONDS=10
TAG POS=88 TYPE=A ATTR=HREF:https://hootsuite.com/dashboard#
WAIT SECONDS=10
TAG POS=1 TYPE=SPAN ATTR=TXT:Save<SP>Changes
WAIT SECONDS=10
Anyway to improve this imacro so it doesn't have to grab the tag position and so I can just set this on loop? Or maybe another way to go about this. Any input would help.