<html>
<head>
<title>Google+ แชร์</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/JavaScript">
function gShare() {
window.open('https://plus.google.com/share?url=' + encodeURIComponent(window.location.href) + '&hl=th', 'trueplookpanya', 'left=5,top=5,width=500,height=500,toolbar=1,resizable=0');
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
<body>
<div>TODO write content</div>
<a onclick="gShare()" style="cursor:pointer">shared</a>
<script src="https://apis.google.com/js/platform.js" async defer>
{lang: 'th'}
</script>
<!-- Place this tag where you want the share button to render. -->
<!-- Place this tag where you want the share button to render. -->
<div class="g-plus" data-action="share"></div>
</body>
</html>