説明
google analytics のデータを使用してランキングを表示するプラグインです。
WordPress のデーターベースにランキングデータを保存しないため、非常に軽量に動作します。
使い方
公式サイトをご覧ください
翻訳者
- 英語 (en) – megumithemes
- 日本語 (ja) – Horike Takahiro
- タイ語 (th_TH) – TG Knowledge
あなたがお持ちの言語ファイルを送ってください。
作者へのお問い合わせはこちらからどうぞ。
開発者及び協力者
インストール
/wp-content/plugins/
ディレクトリへsimple-ga-ranking
をアップロードします。- WordPress の「プラグイン」メニューからプラグインを有効化してください
評価
2022年10月3日
I updated the plugin to 3.0 and WordPress broke.
2022年9月15日
What kind of ranking is this all about?
Even at official page in japanese, they don’t mention what kind ranking is this.
PV? Time spent on site? Author’s liking?
2022年5月20日
This plugin in useful, but developers are extremely thoughtless.
They caused “Fatal Error” on many websites in May 2021 (ver 2.1). Moreover, they do same in this month (ver 3.0)
They publish new versions without any tests?
I recommend WordPress newbies not to use this plugin. Handling Fatal errors is too difficult for them.
2022年2月5日
No support for php8?
2021年5月15日
3 replies
My site got broken with fatal errors after I updated plugin version 2.1.
Error log:
PHP Fatal error: Uncaught Error: Call to a member function fetch() on null in wp-content/plugins/simple-ga-ranking/simple-ga-ranking.php:164
It seems the variable is defined outside of the function.
2019年8月21日
アナリティクスからデータを取ってくるところは素晴らしいのですが、記事のアイキャッチ表示は要件として必要だったので、ランキングに画像が表示されるとありがたいです。
貢献者と開発者
Simple GA Ranking はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。
貢献者変更履歴
1.0
- 最初のリリース
1.1
- Apply widget.
1.2.2
- Metric change visitors to pageviews.
- fixed a bug that custom post type.
1.2.3
- Add filter parameter.
1.2.4
- Add test mode.
define('SGA_RANKING_TEST_MODE', true);
on wp-config.php.
1.2.5
- fixed a bug that ver 1.2.4
1.2.6
- test mode can set on option page.
1.2.9
- Update readme.txt.
1.2.12
- add filter
sga_widget_shortcode_argument
.
1.2.14
- Thai support
1.2.15
- some fix
1.2.16
- some fix
1.3
- add JSON REST API Endpoint
1.3.1
- some fix
2.0
- OAuth2 authorization available. ClientLogin is no longer available.
2.0.1
- Add some hook.
2.0.2
- some fix.
2.0.3
- Add some hook.
2.0.4
- バグ修正
2.0.5
- Add official site link in Plugin header.
2.0.7
- Update the limit of number to get from Google Analytics from 30 to 100.
2.0.8
- Fixed some error handling
2.0.9
- fixed error that didn’t dispaly your ranking on v2.0.8
2.0.10
- Abolished
create_function
for support PHP7.2
2.1
- refactoring
2.1.1
- Fixed some error handling.
2.1.2
- Fixed a bug that prevented shortcodes from working.
2.1.3
- refactoring
2.1.4
- modified readme.txt
2.1.5
- バグ修正
2.1.6
- Added recording of information for debugging. To get this, please run
wp transient get sga_ranking_result_keys
.
2.1.7
- バグ修正
3.0.0
- Supported php8