Edhelvar
Edhelvar

Reputation: 186

Adaptive Cards in Carousel Layout in Facebook Messenger using Bot Framework

I was trying to use Adaptive Cards for my chatbot using Bot Framework, to use in FB Messenger, with a carousel layout. But apparently FB doesn't support Adaptive Cards, and renders them into an image + buttons. So what I wanted to know, as a way to go around it, was if it's possible to manually render the adaptive cards Json code into images, and use those images for the layout.

I've tried simply adding the cards as they were and setting the layout, but Facebook simply lists them, not in carousel.

I'm building with .NET.

Upvotes: 2

Views: 784

Answers (1)

The Memebot
The Memebot

Reputation: 3559

You have more flexibility if you use the facebook messenger native templates, you can find more info about them here, but you must consider that if you are looking for a way to have more characters in your card's title & subtitle that won't be possible because of facebook's restrictions which you may find here at the bottom of the page

Upvotes: 3

Related Questions