WordPress.org

日本語

  • ホーム
  • プラグイン
  • テーマ
  • ドキュメンテーション
  • フォーラム
  • ブログ
  • 参加・貢献
  • このサイトについて
  • WordPress をダウンロード
  • About
コンテンツへスキップ

プラグイン

  • お気に入り
  • ベータテスト
  • 開発者
ダウンロード

Gianism

作者: Takahashi_Fumiki
  • 詳細
  • レビュー
  • インストール
  • サポート
  • 開発

説明

このプラグインはユーザーに主要な Web サービスのアカウントでのログインや登録を可能にします。対応サービスは以下のとおりです。

ユーザーログインが必要なサイトにおいて、サインアップは最も面倒なステップです。このプラグインがあれば、ユーザーはメールアドレスやパスワードを入力することなくサインアップできます。

ご注意: PHP5.4 以上が必須です !

Log in Flow Video

対応 Web サービス

  • Facebook
  • Twitter 要 PHP 5.5以上
  • Google
  • Instagram

謝辞

  • Abraham Williams 作の TwitterOAuth を利用しています。
  • Facebook 公式 PHP SDK を利用しています。
  • Google API PHP Client を利用しています。
  • Ligature Symbols (Web フォント) を利用しています。

Gianism awes a lot to these open source projects. Thanks lots!

スクリーンショット

  • Buttons on Login/registration screen.
  • Show connection status on profile screen. Registered users can connect account here.
  • Suit to plugins which customize login screen, e.g. Theme My Login.

インストール

Install itself is easy. Auto install from admin panel is recommended. Search with gianism.

  1. Donwload and unpack plugin file, upload gianims folder to /wp-content/plugins directory.
  2. Activate it from admin panel.

Use latest source on github

You can get this plugin from github. Clone it and run composer install && npm install && npm start. About composer and npm, google it.

設定方法

After plugin’s activation, you have to set it up. Every setup has 2 step. One is on SNS, the other is on your site.

For example, if you use Facebook, register new app on Facebook, then input app ID and token on WordPress admin panel. Every SNS requires registeration of Apps and credentials related to it.

For more details, please refer to setting screen’s instruction or our site gianism.info.

FAQ

英語で利用できますか ?

はい。翻訳を歓迎します。

Found bug. It sucks.

Sorry for that. Please refer to our support site gianism.info or send pull request to repository on Github.

Installation Instructions

Install itself is easy. Auto install from admin panel is recommended. Search with gianism.

  1. Donwload and unpack plugin file, upload gianims folder to /wp-content/plugins directory.
  2. Activate it from admin panel.

Use latest source on github

You can get this plugin from github. Clone it and run composer install && npm install && npm start. About composer and npm, google it.

設定方法

After plugin’s activation, you have to set it up. Every setup has 2 step. One is on SNS, the other is on your site.

For example, if you use Facebook, register new app on Facebook, then input app ID and token on WordPress admin panel. Every SNS requires registeration of Apps and credentials related to it.

For more details, please refer to setting screen’s instruction or our site gianism.info.

評価

Easy to configure

motonori

This plugin is easy to federate with all of google/facebook/twitter/instagram.
I wish others ID services will also be supported.

Cool!

megane9988

Awesome and Nice!

Nice plugin

cv63kittyhawk

This is a nice plugin
Thanks Gianism

7件のレビューをすべて表示

貢献者と開発者

Gianism はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者
  • Takahashi Fumiki
  • Hametuha INC.

“Gianism” は1ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Gianism” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログを RSS で購読してみてください。

変更履歴

Here is a list of change logs.

3.0.9

  • Fixed bug based on facebook login policy change. See our blog post for more detail.

3.0.8

  • Add instant article functions internally.

3.0.7

  • Add twitter media upload feature.

3.0.6

  • Add facebook page api feature because we thought it had been available but actually wasn’t.
    For details, see our blog post.

3.0.5

  • Fix error message on session availability check.

3.0.4

  • Fix fatal error on utility function call(detail). Thanks @atomita!
  • Now you can get twitter email(extra setting on twitter application manager required)!
  • WooCommerce supported.

3.0.3

  • Twitter login now requires PHP 5.5 and over.
  • If redirect_to query is set, redirect user.
  • Change error message.

3.0.2

  • Minor bugfix on bootstrap file wp-gianism.php. PHP < 5.4 failed with syntax error.

3.0.1

  • Minor bugfix on Facebook API page.

3.0.0

This release has breaking changes. Please check carefully change logs.

  • PHP version should be 5.4 and over.
  • Mainly supported SNS are now below.
    • Facebook
    • Google
    • Twitter
    • Instagram
  • Dropped services(mixi, Yahoo! Japan, github, Amazon) are reborned as addons! Please visit our addon list.
  • As mentioned above, Gianism now have addon system. You can add new addons.
  • Mail fall back is dropped. So, some user might miss your important notification.

NOTICE: Please update Google Analytics token if you use it!

2.2.7

  • Follow facebook Graph API 2.4 change. See detail at Introducing Graph API v2.4.

2.2.6

  • Quit loading Facebook JS SDK.

2.2.5

  • Fix Typo.
  • Now you can specify redirect URL with function gianism_login(). very cool!

2.2.4

  • Add feature. Now you can add Ajax classes to your theme. This is very experimental and requires development experience.
    You can find it on Tools admin screen.
    I will add some nice documentation in the future, so please be patient. If you are interested in it, ask me detail.

2.2.3

  • Fix bug with Google Analytics Cron. Change self:: to static::. Sorry for that.

2.2.2

  • Fix strange layout of TinyMCE. Sorry for that.
  • Update Advanced Usage doc on admin screen.

2.2.1

  • Fix syntax highlighter
  • Add short hand for Facebook PHP SDK client

2.2.0

  • Add twitter bot feature. Enable it on setting screen and try it.

2.1.1

  • Bug fix. Google Analytics’ cron fails to merge child theme’s folder. Thanks for Daisuke Takahashi.

2.1.0

  • Stop starting session on every access. Now, session is used only on gianism’s original URL, so your cache plugins may work well.
  • Add hidden feature for Google Analytics Data API. This is very experimental and hard to explain, so if you are interesteed in, please check Tools page on Admin panel.

2.0.2

  • Fixed typo. Thanks luminousspice!

2.0.1

  • Fix auto-loader. This error has occurred on the server which contains capital letter in document root path. Sorry for that.

2.0.0

  • Add Amazon, Github
  • Requires PHP 5.3 or later. Using name space and auto loader.
  • Design is suit for WordPress 3.8’s new admin.
  • Login buttons are redesigned. Now you can choose large flat buttons or normal buttons.

1.3.1

  • Follow twitter’s API 1.1 Retirement.

1.3.0

  • Updated Facebook PHP SDK to 3.2.2.
  • Add function to get publish permission of Faccebook.
  • Now you can controll login buttons display.

1.2.5

  • Nothing is changed but svn repo is broken, so changed version 🙁

1.2.4

  • Yahoo! JAPAN is added.
  • Fixed bug on twitter connection.

1.2.3

  • Make manual on admin screen. (管理画面にマニュアルを追記しました)
  • Readme is now in English.(readmeが日本語だとユーザーが混乱するようなので、英語も追加)

1.2.2

  • バグフィックス
    • Facebookログインがgianism_redirect_toフィルターを通らない問題を修正。サンキュー、確認さん!
    • mixiログインを有効化したときにエラーが発生する問題を修正

1.2.1

  • バグフィックス。mixiの値によって画面が表示されないときがあるので修正。

1.2.0

  • mixiでログインできるようにしました。

1.1.7

  • バグフィックス。なんということでしょう、Facebookユーザーでユーザー名を持っていない人が登録できない問題を修正

1.1.6

  • バグフィックス。Googleアカウントでログインする際にリダイレクトエラーが発生する問題を解消。

1.1.5

  • バグフィックス。特定の環境でFacebookへの接続がタイムアウトする問題を修正
  • バグフィクス。 Googleアカウントだけを有効にした場合、ボタンが出力されない問題を修正

1.1.4

  • バグフィックス。Facebookボタンにバグがあったので修正
  • リダイレクト先を変更できるフックを追加

1.1.3

  • ログインボタンを好きな場所で出せる関数を追加
  • 各ボタンのマークアップを変更するためのフィルターを追加

1.1.2

  • Twitterでつぶやく機能を追加しました。詳しくはgianism/functions.phpをご覧下さい。

1.1.1

  • Bugfix. Facebookでログインするときのエラーを修正しました。ごめんなさい。

1.1

  • Twitterアカウントのみで登録したユーザーにDMを送信するため、強制的にフォローする仕様に変更しました。

1.0

  • 公開

メタ

  • バージョン: 3.0.9
  • 最終更新: 4週間前
  • アクティブインストール数: 1,000+
  • 必須 WordPress バージョン:4.6
  • 検証済み最新バージョン: 4.9.5
  • 必須 PHP バージョン:5.4
  • 言語:

    English (US) and Japanese.

    プラグインを翻訳

  • タグ:
    accountfacebookgoogleInstagramtwitter
  • 詳細を表示

評価

すべて表示
  • 5つ星 6
  • 4つ星 1
  • 3つ星 0
  • 2つ星 0
  • 1つ星 0

貢献者

  • Takahashi Fumiki
  • Hametuha INC.

サポート

過去2ヶ月以内に解決した問題:

0 / 2

サポートフォーラムを表示

  • WordPress について
  • ブログ
  • ホスティング
  • 寄付
  • サポート
  • 開発者の方へ
  • 参加・貢献
  • 学ぶ
  • ショーケース
  • プラグイン
  • テーマ
  • アイディア
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • プライバシー
  • ライセンス / GPLv2

Code is Poetry.

ツールバーへスキップ
  • WordPress について
    • WordPress について
    • WordPress.org
    • ドキュメンテーション
    • サポートフォーラム
    • フィードバック
  • ログイン
  • 登録