Social Interactions
Share
bridge.social.is_share_supported()local bridge = require("bridge.bridge")
function init(self)
local options = {
vk = {
link = "YOUR_LINK"
},
facebook = {
image = "A base64 encoded image to be shared",
text = "A text message to be shared.",
},
msn = {
title = "A title to display"
image = "A base64 encoded image or image URL to be shared",
text = "A text message to be shared.",
}
}
bridge.social.share(options, function ()
-- success
end, function ()
-- error
end)
endJoin Community
Invite Friends
Create Post
Add to Favorites
Add to Home Screen
Rate Game
External Links
Last updated