Social Sharing (Construct 3 Plugins)

  • 15
    This content is deleted
    Addon
    Social Sharing

    This plugin will be depreciated on the next stable release of C3. Allows access to native "share" functionality on iOS and Android devices.

You're viewing a single comment in a conversation. View all the comments
  • 3 Comments

  • Order by
  • Add the Browser and Soicial Sharing plugins to your project.

    I have the social sharing popup attached to a graphic, so I do:

    ------

    Touch > On touched GRAPHIC > Browser > Execute Javascript "window.plugins.socialsharing.share('YOUR MESSAGE HERE')"

    |-------------------------------- Browser > Execute Javascript "stop();"

    ------

    Hope this helps :)