JaysDen
Newbie
- Jun 25, 2019
- 8
- 4
This might be the wrong place to post this but I didn't see a place discussing code. I am working on a retweet recipe under the current Triggers and actions allowed. I have managed to make it so I am quote retweeting but am wondering if someone has the know how to put this into a real retweet and believe me I have tried many options so far. Here is my simplest filter code and help is a huge thank you.
var id = Twitter.newTweetFromSearch.LinkToTweet;
var name = Twitter.newTweetFromSearch.UserName;
id = id.replace ('https://twitter.com/'+name+'/status/', '');
Twitter.uploadProfileImageTwitter.setTweet (id)
var id = Twitter.newTweetFromSearch.LinkToTweet;
var name = Twitter.newTweetFromSearch.UserName;
id = id.replace ('https://twitter.com/'+name+'/status/', '');
Twitter.uploadProfileImageTwitter.setTweet (id)