supersimpleshare-mobile
Mobile icon

Super Simple Share Mobile

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 11 November 2019 by 
Motion10ShareComponent
5.0
 (1 rating)
supersimpleshare-mobile

Super Simple Share Mobile

Documentation
1.0.0

How to use to share the current page URL:

Be sure to use this in the Onready screen action of a screen to initialize the JavaScript correctly.

- Create a button
- Button style class: btn-shareURLOnly
- The screen action behind the button can remain empty.

Optional:
- Define .btn-shareURLOnly class in CSS file

How to use to share the current page URL and a custom text:

Be sure to use this in the Onready screen action of a screen to initialize the JavaScript correctly.

- Create a button
- Button style class: btn-ShareURLTitleAndMessage

- Supply the Title and the Text input parameter
- The screen action behind the button can remain empty.


Optional:

- Define .btn-ShareURLTitleAndMessage class in CSS file