Skip to content

Instantly share code, notes, and snippets.

@zinntikumugai
Last active October 30, 2016 08:07
Show Gist options
  • Save zinntikumugai/a0615a16f44806694b7299f0bf3b1471 to your computer and use it in GitHub Desktop.
Save zinntikumugai/a0615a16f44806694b7299f0bf3b1471 to your computer and use it in GitHub Desktop.
<p>
アクセス数: <b id="AccessCounter"> 読み込み中 </b> PV<br>
ユーザー数: <b id="UserCounter"> 読み込み中 </b> 人
</p>
<p>
Google Analytics APIを使用しています。約1時間で更新しています。
</p>
<script>
/*$(function() {
$('#AccessCounter').load('http://www.zinntikumugai.com/PHPTool/ac');
$('#UserCounter').load('http://www.zinntikumugai.com/PHPTool/uc');
})
*/
jQuery(document).ready( function (){
jQuery('#AccessCounter').load('http://www.zinntikumugai.com/PHPTool/ac');
jQuery('#UserCounter').load('http://www.zinntikumugai.com/PHPTool/uc');
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment