Is there sample schema for carousel cards in Microsoft Bot Framework adaptive cards - adaptive-cards

I have tried to use the json provided in the documentation and tried to insert in Schema Explorer
But it does not render the card.

Related

Embeds in ThingsBoard Dashboards

I am just wondering if it is possible to create a Thingsboard dashbaord widget that contains custom HTML. Specifically, is it possible to embed other content in a dashboard using a custom widget of some sort?
My use case is that I want to embed a video or some other feed into the board (ref: Video feed to ThingsBoard dashboard) and I'm trying to find some alternatives.
Yes you can create your own widgets and yes you can write your own HTML, CSS and Javascript for those widgets.
Check out the Widgets Development Guide to get started.

Chatfuel Show "Buy" button (via Stripe) using the JSON API block - FB Messenger

I'm trying to build a Facebook Messenger bot using the Chatfuel platform but I came to a halt. I can't find anything about displaying the "Buy" button via the JSON API block. I'm trying to use the Stripe version, not the native FB Messenger purchase feature as the users will be outside of US. Now the button works fine when adding it using the Chatfuel's UI but I can't figure out how to show the Buy button via JSON API.
How should the JSON template look like? What tags do I need? I've been trying to use the examples from the official FB Messenger docs but nothing works, I end up getting the An error in JSON plugin has occurred / Unable to parse JSON message.
Can anyone please guide me in the right direction on how the JSON template should look like in order to display a buy button?
Many thanks!
Apparently there is no way to achieve this at the moment. I've got this answer in the Chatfuel FB support group:
"Unfortunately not possible. You'll have to use a Chatfuel redirect to a buy block or use a webview or create a normal buy button with a link to your checkout process behind it."

Customised Twitter Feed on website

I am creating a website for a customer who would like a Twitter feed on their page. I am aware of the standard Twitter feed via the embedded code on Twitter or via the various plug ins however they do not allow me to customise the feed to the extent I would like to customise it to. I have attached an image to this post. Is it possible to fully style a feed like this? The caption image is not an issue as I can make it the background image but is the rest possible?
Andi
Use rest api from twitter you will get json and can format them how ever you want.
Use the rest api console of twitter here.
https://dev.twitter.com/rest/tools/console
If you are not sure how rest APIs work please do a google for that

Creating an Ipad app with static html,css & javascript

Let me explain the scenario first.
I have a simple static dashboard html page with 5 simple charts created with HTML5, CSS
and javascript.
It renders data from a static Json to display the charts.
Its is not online and running in my local system.
There are no back end code which connects to a database.
Now I want to convert this to an Ipad app where I can see the dasboard page without out internet connection.
Kindly provide me a best way to do this.
Regards,
Shanmugam
You can use Apache Cordova (or phonegap) for building native web applications for all major platforms using HTML 5 , CSS and JavaScript.
You can refer to this Blog post on how to easily port existing HTML5 based application to iOS and Android.
Additionally you can also check this link for some more insights.

Html Display apex chart in ContentFlow

I am using ContentFlow library to display objects as cover flow view. When I am displaying images , it is working fine . But on using apex charts its view is getting disturbed. Is there any way to display apex charts in proper format using ContentFlow library?
Please provide some solid solution. I tried many things but they did not work