• On Wednesday, 19th February between 10:00 and 11:00 UTC, the forum will go down for maintenance. Read More

How do i get iMacros to click on a like button??? (If its not a jpg or png image?)

bobsleds

Regular Member
Joined
Jul 21, 2012
Messages
276
Reaction score
17
How do i get imacros to click on a like button that is not a png or jpg image?
im trying to implement a script on a third party instagram website to like pictures
 
also to elaborate i used to use the URL for webstagram's like button in my imacros script
the problem now though is that "http://webstagram.com/img/like.png" is no longer an active like button they changed it. if you try to right click on the like button it no longer gives you the option to "Copy image link" instead it just says view page source, view page info, inspect element etc....

when i clicked on inspect element , it has this to say about the like button: <button class="btn btn-default btn-xs likeButton" data-target="706758465234492527_254179950" type="button"></button>

how am i supposed to implement that into my old imacros script?
 
Back
Top