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:

  • sup
  • sub
  • b
  • i
  • a
  • span
  • br
  • em

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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -