Advertisement
Guest User

how to use mastocomments

a guest
Oct 11th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Mastocomments</title>
  5.  
  6.         <link rel="stylesheet" type="text/css" href="mastocomments.css"
  7.     </head>
  8.     <body>
  9.         <div id="mastocomments" \>
  10.         <script src="mastocomments.js"></script>
  11.         <script>
  12.             mastoComments.settings.instance_url = 'https://fosstodon.org/';
  13.             mastoComments.settings.id = "100753644970735844";
  14.             mastoComments.load();
  15.         </script>
  16.     </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement