Fix #77 facebook.com detected as a custom wp-content directory

This commit is contained in:
erwanlr
2012-12-06 21:01:14 -06:00
parent dc6c8b2eb8
commit a7df9feabf
3 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<link rel="stylesheet" href="/template/css/prey.base.css" type="text/css" media="screen" />
<script type="text/javascript" src="/template/js/prey.public.js"></script>
</head>
<body id="home">
<iframe src="//www.facebook.com/plugins/like.php?href=lamp.localhost&amp;send=false&amp;layout=box_count&amp;width=100&amp;show_faces=false&amp;action=recommend&amp;colorscheme=light&amp;font&amp;height=90" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:62px;" allowTransparency="true"></iframe>
</body>
</html>