Hello all,
I'm new to this community and I'm in need of help.
I am trying to write a simple macro to like pictures of a # on Iconosquare.
My issue is that when I try to make the script, it gives a unique ID for that user's picture instead of liking the first, second, third post on the page.
When I record a like, this is the output:
TAG POS=1 TYPE=A ATTR=ID:like-1089435201248215081_1278188375
This is the tag of the like button on the page
<a href="javascript:void(0)" id="like-1089435201248215081_1278188375" class="ss-heart like_picto_unselected likeAction"></a>
Any help on how to write it correctly?
I'm new to this community and I'm in need of help.
I am trying to write a simple macro to like pictures of a # on Iconosquare.
My issue is that when I try to make the script, it gives a unique ID for that user's picture instead of liking the first, second, third post on the page.
When I record a like, this is the output:
TAG POS=1 TYPE=A ATTR=ID:like-1089435201248215081_1278188375
This is the tag of the like button on the page
<a href="javascript:void(0)" id="like-1089435201248215081_1278188375" class="ss-heart like_picto_unselected likeAction"></a>
Any help on how to write it correctly?
Last edited: