native.* — Social Popup

Type CoronaProvider
Revision 2017.3060
Keywords native, showPopup, social, Twitter, Facebook, Sina Weibo
Platforms Android, iOS

Overview

The Social Popup plugin enables you to post a message to various social providers.

Functions

Project Settings

To use this plugin, add an entry into the plugins table of build.settings. When added, the build server will integrate the plugin during the build phase.

settings =
{
    plugins =
    {
        ["CoronaProvider.native.popup.social"] =
        {
            publisherId = "com.coronalabs"
        },
    },
}

Support