Is there any way to post the bot link on Facebook timeline?
Currently I have share button on bot when you click on it opens windows to share with messenger contacts.
I want to share the bot link to the Facebook timeline.
Is there any way to post the bot link on Facebook timeline?
Currently I have share button on bot when you click on it opens windows to share with messenger contacts.
I want to share the bot link to the Facebook timeline.
I think that the only way to do this for dynamic URL’s currently is through the Facebook Sharer page. You can pass a URL into the page by adding ?u=YourPageHere. For example:
https://www.facebook.com/sharer?u=www.flowxo.com
Your bots m.me link could be used as the URL - you can find this by editing your bot.
Thanks,
Dan
Hello @DanielBeckett ,
https://www.facebook.com/sharer?u=www.flowxo.com
That is working fine but can we add title , image and description for the sharing post?
From that site I don’t see an option.
You could look into using a custom request with the Facebook Message Templates
Here’s an example request you can take a look at:
To control the post title, description and image of a shared site/page you have to change the Open Graph tags of the shared page/site if you can edit them. Then use use the Sharing Debugger: https://developers.facebook.com/tools/debug/ to test and see how the shared post/site will look like on users timeline before sharing the post for good. Hope it helps.
Cheers.