Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

SocialComposer.SetInitialText

Sets the initial text to be posted.

Component Version macOS Windows Linux Server iOS SDK
SocialComposer 7.3 ❌ No ❌ No ❌ No ❌ No ✅ Yes

Deprecated

This function was deprecated.

MBS( "SocialComposer.SetInitialText"; Text )   More

Parameters

Parameter Description Example
Text The initial text. "Hello World"

Result

Returns OK or error.

Description

Sets the initial text to be posted.
Returns error if the sheet has already been presented to the user.
You may supply text with a length greater than the service supports, and the sheet will allow the user to edit it accordingly.

Examples

Set initial text:

Set Variable [ $r ; Value: MBS( "SocialComposer.SetInitialText"; "Hello World") ]

See also

Example Databases

Created 11st June 2017, last changed 12nd June 2020


SocialComposer.SetEvaluate - SocialComposer.SetScript

Feedback: Report problem or ask question.