Is it possible to generate a SHARE BUTTON so I can then bring up a list of all my friends and send them a link to my BOT see what they do in manychat, can we do this?
One Click Sharing MY BOT?
Anish
(Anish Duggal)
#2
Hi Don,
Yes it is possible using the share button JSON code. This will share the specific gallery/content in the bubble the share button is connected to. In that bubble you can be sharing the link to the bot. You can also send deep ref links as well to send them to any part of your bot.
{
"attachment":{
"type":"template",
"payload":{
"template_type":"generic",
"elements":[
{
"title":"Share Trigger",
"subtitle":"Facebook Launches Local Business.",
"image_url":"https://xxxxxxxxxx.xxx",
"buttons":[
{
"type":"element_share"
}
]
}
]
}
}
}
2 Likes