<?php
if(isset($_GET['term'])) {
$term = ( function_exists( "filter_var") ) ? filter_var ( $_GET['term'], FILTER_SANITIZE_SPECIAL_CHARS) : htmlentities($_GET['term']);
}
if ($term = '{SHARE}') {
$term = 'Share';
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Share GetSimple</title>
<style>
.share {
margin:0;
width:345px;
background:#f6f6f6;
}
.share .inner {padding:20px 20px 10px 20px;}
.share h1 {font-size:18px;color:#111;margin:0 0 20px;font-family:georgia, garamond;font-weight:normal;text-shadow:1px 1px 0 #fff;}
.share p {font-size:11px;line-height:20px;color:#999;margin-top:10px;margin-bottom:20px;}
.share a:link, a:visited {text-decoration:underline;color:#CF3805;font-weight:bold;font-size:12px;}
.share a:focus, a:hover {text-decoration:underline;color:#222;font-weight:bold;font-size:12px;}
</style>
</head>
<body>
<div class="share">
<div class="inner">
<h1><?php echo $term; ?> GetSimple CMS:</h1>
<div style="float:left;width:100px;height:65px;" >
<iframe src="//www.facebook.com/plugins/like.php?app_id=171087202956642&href=http%3A%2F%2Fwww.facebook.com%2FGetSimpleCMS&send=false&layout=box_count&width=100&show_faces=false&action=recommend&colorscheme=light&font&height=90" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:90px;" allowTransparency="true"></iframe>
</div>
<div style="float:left;width:65px;" >
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<g:plusone size="tall" href="http://get-simple.info/" ></g:plusone>
</div>
<div style="float:left;width:68px;" >
<a href="//twitter.com/share" class="twitter-share-button" data-url="http://get-simple.info/" data-text="Check out GetSimple CMS!" data-count="vertical" data-via="get_simple" data-related="buydealsin:Daily Deals">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</div>
<div style="float:left;width:55px;" >
<script src="//platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/Share" data-url="get-simple.info" data-counter="top"></script>
</div>
<div style="clear:both"></div>
<p><a href="//www.facebook.com/GetSimpleCMS" target="_blank" >Find us on Facebook</a> | <a href="http://twitter.com/get_simple" target="_blank" >Follow us on Twitter</a></p>
</div>
</div>
</body>
</html>