<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>multi media on asdfasdfasdfasdfddd</title><link>https://academy.test.quriobot.com/tags/multi-media/</link><description>Recent content in multi media on asdfasdfasdfasdfddd</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://academy.test.quriobot.com/tags/multi-media/index.xml" rel="self" type="application/rss+xml"/><item><title>Add cool looking apps like Spotify, Soundcloud or GoFundMe to your bot</title><link>https://academy.test.quriobot.com/how-to-build-an-advanced-bot/add-cool-looking-apps-like-spotify-soundcloud-or-gofundme-to-your-bot/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://academy.test.quriobot.com/how-to-build-an-advanced-bot/add-cool-looking-apps-like-spotify-soundcloud-or-gofundme-to-your-bot/</guid><description>Add something like Spotify or Soundcloud makes your bot super cool, but is also super easy!
just follow these steps:
Add a new chat message and select HTML as the Chat text type: Add the following code (this isexample code): &amp;lt;!-- for making it fit the chatbuble perfectly--&amp;gt; &amp;lt;p style=&amp;#34;display: none&amp;#34;&amp;gt;1&amp;lt;/p&amp;gt; &amp;lt;div style=&amp;#34;border-radius: 9px; overflow: hidden&amp;#34;&amp;gt; &amp;lt;!--actual iframe--&amp;gt; &amp;lt;iframe width=&amp;#34;100%&amp;#34; height=&amp;#34;300&amp;#34; scrolling=&amp;#34;no&amp;#34; frameborder=&amp;#34;no&amp;#34; allow=&amp;#34;autoplay&amp;#34; src=&amp;#34;https://link_to_the_service_here&amp;#34; style=&amp;#34;border:none;display: block;&amp;#34;&amp;gt;&amp;lt;/iframe&amp;gt; &amp;lt;/div&amp;gt; Example for Spotify: &amp;lt;p style=&amp;#34;display: none&amp;#34;&amp;gt;1&amp;lt;/p&amp;gt; &amp;lt;div style=&amp;#34;border-radius: 9px; overflow: hidden&amp;#34;&amp;gt; &amp;lt;iframe src=&amp;#34;https://open.</description></item></channel></rss>