Can someone help me to how to use this. because i would to use this for sharing a link.
Hi,
You can follow these steps:
Install this component in your studio and take a dependency in which application you want to use this.
1. Once you've selected a plugin or component, you'll need to integrate it into your OutSystems application. Follow the documentation or instructions provided with the selected plugin for guidance.
2. Typically, you'll want to add a button or link to your web or mobile application's user interface that triggers the sharing functionality. Create a button or link element in your application's interface and define its behavior.
Inside the forge you find this to share a link.
Configure the sharing parameters such as the URL, title, description, and image that you want to share. The specifics of how you do this will depend on the chosen plugin or component.
3. Implement the necessary server-side logic to handle the sharing request. This logic may involve constructing the shareable content and making API calls to social media platforms to trigger sharing.
Hope this will help you!!!!!
Thanks
Ruchi