forked from browser-update/browser-update
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog-entry.php
22 lines (19 loc) · 869 Bytes
/
blog-entry.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html >
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Comments</title>
</head>
<body>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'browserupdateorg'; // required: replace example with your forum shortname
var disqus_identifier = '<?php echo htmlspecialchars($_GET['n'])?>';
var disqus_url = 'http://browser-update.org/<?php echo htmlspecialchars($_SERVER['REQUEST_URI']) ?>';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<?php include("footer.php");?>