example.html 459 B

12345678910111213141516171819
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset=utf-8 />
  5. <title>Test DUOSHUO</title>
  6. <link rel="stylesheet" href="../dist/duoshuo-ua.css">
  7. <script>
  8. var duoshuoQuery={
  9. short_name:'official',
  10. myIds:[1234567],
  11. };
  12. </script>
  13. <script src="../dist/duoshuo-ua.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>