test.example.html 486 B

123456789101112131415
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset=utf-8 />
  5. <title>Test DUOSHUO</title>
  6. <link rel=stylesheet type=text/css href=duoshuo-ua.css />
  7. </head>
  8. <body>
  9. <script>var duoshuoQuery={short_name:'your_short_name'};</script>
  10. <div class=ds-thread data-thread-key="your_key"></div>
  11. <script src=http://static.duoshuo.com/embed.unstable.js></script>
  12. <script src=duoshuo-ua.js></script>
  13. <script>duoshuoQuery.ondomready=duoshuoQuery.pluginUA(1234567);</script>
  14. </body>
  15. </html>