Fix my imacro scheduler facebook post

Discussions and Tech Support specific to the iMacros Firefox add-on.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
hitman13
Posts: 1
Joined: Wed Nov 20, 2013 6:26 am

Fix my imacro scheduler facebook post

Post by hitman13 » Wed Nov 20, 2013 6:41 am

I used this macro to schedule posts on my fanpage on facebook

But facebook has updated
Image
and now the date is to select and javascript
someone could help me fix this.
follows a video of how it works
and the code

-------------------------------------------------------------------------------------------------------
TAB T=1
TAG POS=1 TYPE=SPAN ATTR=TXT:Status
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:/ajax/updatestatus.php ATTR=NAME:* CONTENT=<SP>My<SP>TEXT<SP>HERE
TAG POS=1 TYPE=SPAN ATTR=TXT:Adicionar<SP>data
TAG POS=1 TYPE=TD ATTR=TXT:11/26/2013 (THIS LINE DOES NOT)
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/ajax/updatestatus.php ATTR=NAME:future_time_display_time CONTENT=06:20
WAIT SECONDS=1
TAG POS=1 TYPE=BUTTON FORM=ACTION:/ajax/updatestatus.php ATTR=TXT:Programar
TAG POS=1 TYPE=A ATTR=TXT:Fechar
-------------------------------------------------------------------------------------------------------

I made a video sample
http://www.screencast.com/t/NfY57Zib

the only part of the macro that is not working is the one below:
TAG POS = 1 TYPE = TD ATTR = TXT:11/26/2013

I think it is in javascript
Post Reply