Hello,
I have a problem with javascript module.
Here, for example my twitter account: https://twitter.com/smadaleno
The line below allows scrapper javascript timestamp of my last tweet.
$('#timeline .stream-item-header:first .js-short-timestamp').html();
result: 1392172291
The javascript code works fine on my browser but zennoposter I can not retrieve the value in the variable.
result: undefined
Have you an idea to get a variable on the current page?
PS: In the module I try to execute with "run locally" and "run on current page"
I have a problem with javascript module.
Here, for example my twitter account: https://twitter.com/smadaleno
The line below allows scrapper javascript timestamp of my last tweet.
$('#timeline .stream-item-header:first .js-short-timestamp').html();
result: 1392172291
The javascript code works fine on my browser but zennoposter I can not retrieve the value in the variable.
result: undefined
Have you an idea to get a variable on the current page?
PS: In the module I try to execute with "run locally" and "run on current page"