Plugin Directory

Changeset 1112933


Ignore:
Timestamp:
03/15/2015 04:14:35 AM (10 years ago)
Author:
apsense
Message:

1.2 releases.

Location:
qr-code-login-by-tagauth/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • qr-code-login-by-tagauth/trunk/readme.txt

    r790738 r1112933  
    11=== TagAuth ===
    2 Contributors: APSense LTD
    3 Donate link: http://www.inhao.com/
    4 Tags: apsense, qr code, qr scanner, login by qr code, tagauth, tag auth,tagbook,inhao
     2Contributors: iMC Info Tech Co., Ltd
     3Donate link: http://www.imetacloud.com/
     4Tags: apsense, qr code, qr scanner, login by qr code, tagauth, tag auth,tagbook,inhao,imc,imetacloud
    55Requires at least: 3.5
    6 Tested up to: 3.6.1
    7 Stable tag: 3.6.1
     6Tested up to: 4.1.1
     7Stable tag: 4.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4242= Found a bug? Have a suggestion? =
    4343
    44 Please send bug reports and suggestion using [this feedback form](http://inhao.com/page/contact).
     44Please send bug reports and suggestion using [this feedback form](http://www.imetacloud.com/en/contact/).
    4545
    4646== Screenshots ==
     
    5555== Changelog ==
    5656
     57= 1.2 =
     58* Fixed some bug.
     59
    5760= 1.1 =
    5861* Change the visibility of "Get QR Key". All users can see it.
  • qr-code-login-by-tagauth/trunk/tagauth.php

    r790742 r1112933  
    22
    33/*
    4 Plugin Name: QR Code Login by TagAuth
     4Plugin Name: QR Code Login
    55Description: Use mobile to login your wordpress site by scanning QR Code.
    6 Version: 1.1
    7 Author: Inhao.com
     6Version: 1.2
     7Author: iMC Info Tech Co., Ltd
    88Tags: QR Code Login, inhao, tagbook, scan qr code, login wp by qrcode, apsense
    9 Author URI: http://www.inhao.com
     9Author URI: http://www.imetacloud.com
    1010*/
    1111
     
    119119        </table>
    120120        <br>
    121         Auth URL: <u><? echo get_site_url().'/?action=ta_auth'?></u>
     121        Auth URL: <u><?php echo get_site_url().'/?action=ta_auth'?></u>
    122122        <br>
    123123        <br>               
     
    126126        <h2>How to get Site ID & API Key</h2>
    127127        1. Download FREE APP "<b>Tagbook</b>" and create a free account. (See the download link below).<br>
    128         2. <a href="http://inhao.com/developer" target="_blank">Login Developer Area with your account.</a><br>
    129         3. Click the left menu "TagAuth" and create a site.<br>
    130         4. Get Site ID and API Key from the right list.<br><br>
     128        2. <a href="http://inhao.com/admin" target="_blank">Login iMC Platform</a>.<br>
     129        3. Click here to open <a href="http://inhao.com/developer" target="_blank">Developer Area</a>.<br>
     130        4. Click the left menu "Developer" and click "TagAuth", then create a site.<br>
     131        5. After creating a site, you may get site ID and API Key and fill this form.<br><br>
    131132       
    132133        <h3>Download the APP "<b>Tagbook</b>"</h3>
     
    346347<input type="hidden" id="c" value="<?php echo $token; ?>">
    347348<div id="qrcode"></div>
    348 <div><img src="qrloading.gif" style="padding-left: 88px;padding-top: 10px;"></div>
     349<div><img src="<?php echo $tagauth_plugin_url ?>/qrloading.gif" style="padding-left: 88px;padding-top: 10px;"></div>
    349350</div>
    350351<div style="width:500px;margin:40px auto">
     
    352353You may find Tagbook on iOS App Store or Google Play by searching for the term "<b>Tagbook</b>".<br><br>
    353354<p align="center">
    354 <a href="https://play.google.com/store/apps/details?id=com.inhao.tagbook" target="_blank"><img src="<? echo $tagauth_plugin_url ?>/btn_android.png"></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://itunes.apple.com/us/app/tagbook/id700768972" target="_blank"><img src="<? echo $tagauth_plugin_url ?>/btn_iphone.png"></a>
     355<a href="https://play.google.com/store/apps/details?id=com.inhao.tagbook" target="_blank"><img src="<?php echo $tagauth_plugin_url ?>/btn_android.png"></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://itunes.apple.com/us/app/tagbook/id700768972" target="_blank"><img src="<?php echo $tagauth_plugin_url ?>/btn_iphone.png"></a>
    355356<br><br>
    356357<a href="<?php echo(admin_url());?>" style="font-size:13px">Return to Login Page</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://inhao.com" style="font-size:13px" target="_blank">Powered by Inhao Tagbook</a>
Note: See TracChangeset for help on using the changeset viewer.