example.html 379 B

12345678910111213
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset=utf-8 />
  5. <title>Test DUOSHUO</title>
  6. <script>var duoshuoQuery={short_name:'your_short_name',myIds:[1234567]};</script>
  7. <script src=../dist/duoshuo-ua.min.js></script>
  8. <script src=http://static.duoshuo.com/embed.unstable.js></script>
  9. </head>
  10. <body>
  11. <div class=ds-thread data-thread-key="your_key"></div>
  12. </body>
  13. </html>