example.html 419 B

123456789101112131415161718
  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. <script src=../dist/duoshuo-ua-with-css.min.js></script>
  13. <script src=http://static.duoshuo.com/embed.unstable.js></script>
  14. </head>
  15. <body>
  16. <div class=ds-thread data-thread-key="5174f0a16a04594d4800590e"></div>
  17. </body>
  18. </html>