Social Interactions
Share
playgama_bridge_social_is_share_supported()var options
switch playgama_bridge_platform_id() {
case "vk":
options = {
"link": "YOUR_LINK"
}
break
case "facebook":
options = {
"image": "A base64 encoded image to be shared",
"text": "A text message to be shared.",
}
break
case "msn":
options = {
"title": "A title to display",
"image": "A base64 encoded image or image URL to be shared",
"text": "A text message to be shared.",
}
break
}
playgama_bridge_social_share(json_stringify(options))
// callback via Async Social Event
if async_load[? "type"] == "playgama_bridge_social_share_callback" {
if async_load[? "success"] {
// your logic
}
}Join Community
Invite Friends
Create Post
Add to Favorites
Add to Home Screen
Rate Game
External Links
Last updated