-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshare.html
20 lines (20 loc) · 948 Bytes
/
share.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>Your comrades need you!</title>
<meta property="og:title" content="Your comrades need you!" />
<meta property="og:url" content="http://apps.facebook.com/friendsmashsample/share.html" />
<meta property="og:description" content="Stop staring at your friends, and start smashing them! Play Friend Smash!" />
<meta property="og:image" content="http://friendsmashsample.herokuapp.com/friendsmash_social/images/share.png" />
<meta property="fb:app_id" content="480369938658210" />
<meta property="og:type" content="website" />
</head>
<body>
<script>
window.location = '//friendsmashsample.herokuapp.com/friendsmash_social/';
</script>
<h1>Your comrades need you!</h1>
<p>Stop staring at your friends, and start smashing them! Play Friend Smash!</p>
<img src="http://friendsmashsample.herokuapp.com/friendsmash_social/images/share.png" />
</body>
</html>