plotly - embed SoundCloud icon -
i developing app in plotly (https://plot.ly) using data soundcloud api. add soundcloud icon interactive plotly graph point people particular soundcloud page (plotly installation instructions can found here: https://plot.ly/r/getting-started/)
note hyperlink can added plotly graph (http://help.plot.ly/adding-html-and-links-to-charts/) following line of code:
<a href=”type url here”>type want user see here </a> below example code soundcloud icon, can embedded in website: (https://soundcloud.com/pages/embed):
<iframe allowtransparency="true" scrolling="no" frameborder="no" src="https://w.soundcloud.com/icon/?url=http%3a%2f%2fsoundcloud.com%2frihanna&color=orange_white&size=32" style="width: 32px; height: 32px;"></iframe> is possible embed icon in plotly graph?
unfortunately, plotly supports following html tags:
supsubbiaspanbrem
so, making soundcloud icon appear on plotly graph not possible @ moment.
that said, if you're willing design full-blown web page, make plotly graph using plotly.js , overlay soundcloud icon.
Comments
Post a Comment