erichilarysmithsr commited on
Commit
4a30198
1 Parent(s): 8280170

Update index.html

Browse files

Updated index.html with facebook react tags for inworld

Files changed (1) hide show
  1. index.html +25 -2
index.html CHANGED
@@ -15,7 +15,25 @@
15
  </style>
16
  </head>
17
  <body>
18
- <div class="card">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  <h1>Welcome to the DOVIC Simulation House Lobby static Space!</h1>
20
  <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
21
  <p>
@@ -23,7 +41,12 @@
23
  <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
24
  </p>
25
  </div>
26
-
 
 
 
 
 
27
 
28
  </body>
29
  </html>
 
15
  </style>
16
  </head>
17
  <body>
18
+ <script>
19
+ window.fbAsyncInit = function() {
20
+ FB.init({
21
+ appId : '1275043013118620',
22
+ xfbml : true,
23
+ version : 'v16.0'
24
+ });
25
+ FB.AppEvents.logPageView();
26
+ };
27
+
28
+ (function(d, s, id){
29
+ var js, fjs = d.getElementsByTagName(s)[0];
30
+ if (d.getElementById(id)) {return;}
31
+ js = d.createElement(s); js.id = id;
32
+ js.src = "https://connect.facebook.net/en_US/sdk.js";
33
+ fjs.parentNode.insertBefore(js, fjs);
34
+ }(document, 'script', 'facebook-jssdk'));
35
+ </script>
36
+ <div class="card">
37
  <h1>Welcome to the DOVIC Simulation House Lobby static Space!</h1>
38
  <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
39
  <p>
 
41
  <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
42
  </p>
43
  </div>
44
+ <div
45
+ class="fb-like"
46
+ data-share="true"
47
+ data-width="450"
48
+ data-show-faces="true">
49
+ </div>
50
 
51
  </body>
52
  </html>