mergTweet

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mergTweet <pBody>, [<pURLs>], [<pImages>]
Associationsmergsocial
Summary

Send a tweet using the standard iOS tweet sheet

Introduced8.0
OSios
Platformsmobile
Parameters
NameTypeDescription
pBody

the body of the tweet

pURLs

(optional with "" default) a comma delimted list of urls to add to the tweet

pImages

(optional with "" default) a comma delimted list of image paths to add to the tweet

Example
mergTweet fld "body" mergTweet "mergExt rules!","http://mergext.com" mergTweet "mergExt rules!","http://mergext.com",tImagePath
Values
NameTypeDescription
return

Sets the result to one of:

  • not configured
  • mergTweet: Error: body does not fit in available character space
  • mergTweet: Error: url does not fit in available character space
  • mergTweet: Error: image does not fit in available character space
  • mergTweet: Error: can't send tweet
  • mergTweet: tweet presented
Description

Tweets are limited to 140 characters. If your command is failing check the result to find out if you have exceeded this limit.

Tagsexternals