项目作者: ezefranca

项目描述 :
A very simple Speaker Deck Widget to show yours last talks. Just two html lines.
高级语言: HTML
项目地址: git://github.com/ezefranca/speakerdeck-widget.git
创建时间: 2017-10-22T15:27:03Z
项目社区:https://github.com/ezefranca/speakerdeck-widget

开源协议:MIT License

下载




A very simple Speaker Deck Widget to show yours last talks. Just two html lines. Based on @jcouyang,
Github Widget



  1. <div id="speakerdeck-widget" data-sp_username="speakerdeck-username" data-display="talks"></div>
  2. <script src="http://ezefranca.github.io/speakerdeck-widget/index.js"></script>

Try it :)

Config

  • username: put your Speaker Deck username in sp-username attribute
  • display: for now, use talks

Try

Go to http://ezefranca.github.io/speakerdeck-widget/your-speaker-deck-username and see how your widget looks

Live Example

How this works

The same way of gh-widget works. A simple hosted gist get the data from speakerdeck site, and index.js parse and build the widget.