example.html 470 B

12345678910111213141516171819
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset=utf-8 />
  5. <title>Test DUOSHUO</title>
  6. <script>
  7. var duoshuoQuery={
  8. short_name:'official',
  9. myIds:[1234567],
  10. };
  11. </script>
  12. <!-- 使用集成ua-parser和默认CSS的版本 -->
  13. <script src="../dist/duoshuo-ua-parser-css.min.js"></script>
  14. <script src="http://static.duoshuo.com/embed.js"></script>
  15. </head>
  16. <body>
  17. <div class=ds-thread data-thread-key="5174f0a16a04594d4800590e"></div>
  18. </body>
  19. </html>