forked from h4ck3rm1k3/socialshareprivacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.html
25 lines (25 loc) · 861 Bytes
/
demo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE HTML>
<html lang="de-DE">
<head>
<meta charset="utf-8" />
<title>Demo – heise „socialSharePrivacy“–Plug-In</title>
<p>
We need some text so the text can be displayed.
<p>
<p>
<p>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="jquery.socialshareprivacy.min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($){
if($('#socialshareprivacy').length > 0){
$('#socialshareprivacy').socialSharePrivacy();
}
});
</script>
</head>
<body>
<h1>This is a Demo of h4ck3rm1k3 translation of the heise <a href="http://h4ck3rm1k3.github.com/socialshareprivacy/">socialSharePrivacy Plug-In</a></h1>
<div id="socialshareprivacy"></div>
</body>
</html>