Plugin Directory

Changeset 1804639


Ignore:
Timestamp:
01/17/2018 04:43:26 PM (8 years ago)
Author:
aklamator
Message:

Updated save button to match style, added message for next step

Location:
aklamator-infeed
Files:
2 edited
6 copied

Legend:

Unmodified
Added
Removed
  • aklamator-infeed/tags/1.2/aklamator-infeed.php

    r1803947 r1804639  
    44Plugin URI: https://www.aklamator.com/wordpress
    55Description: Show your Instagram content on your blog, just login to Instagram and authorize and we will show your Instagram content. Drag and drop widget and show Instagram photos. Additionally Aklamator service enables you to add your media releases, sell PR announcements, cross promote web sites using RSS feed and provide new services to your clients in digital advertising.
    6 Version: 1.1
     6Version: 1.2
    77Author: Aklamator
    88Author URI: https://www.aklamator.com/
     
    399399            .aklamatorinfeed-login-button:hover {
    400400                cursor: pointer;
    401                 color: #f8f8f8;
    402             }
    403 
    404             .btn { font-size: 13px; border-radius: 5px; background: transparent; text-transform: uppercase; font-weight: 700; padding: 4px 10px; min-width: 162px; max-width: 100%; text-decoration: none;}
    405 
    406             .btn-primary { background: #7BB32C; border:1px solid #fff; color: #fff; text-decoration: none}
    407             .btn-primary:hover, .btn-primary.hovered { background: #7BB32C;  border:1px solid #167AC6; opacity:0.9; color: #fff }
    408             .btn-primary:Active, .btn-primary.pressed { background: #7BB32C; border:1px solid #167AC6; color: #fff}
     401                color: lightskyblue;
     402            }
     403
     404            .btn { font-size: 13px;
     405                border-radius: 5px;
     406                text-transform: uppercase;
     407                font-weight: 700;
     408                padding: 8px 10px;
     409                min-width: 162px;
     410                max-width: 100%;
     411                text-decoration: none;
     412                cursor: pointer;
     413                -webkit-box-shadow:0 0 4px #909090;
     414                box-shadow:0 0 4px #909090;}
     415
     416            .btn-primary { background: #030925; border:1px solid #01030d; color: #fff; text-decoration: none}
     417            .btn-primary:hover, .btn-primary.hovered { background: #030925;  border:1px solid #167AC6; opacity:0.9; color: #fff }
     418            .btn-primary:Active, .btn-primary.pressed { background: #030925; border:1px solid #167AC6; color: #fff}
    409419
    410420            .box{float: left; margin-left: 10px; width: 500px; background-color:#f8f8f8; padding: 10px; border-radius: 5px;}
     
    458468            }
    459469
     470            .aklamator_INlogin:hover {
     471                color: lightskyblue;
     472            }
     473
    460474            h3 {
    461475                margin-bottom: 3px;
     
    639653                            </p>
    640654                        <?php endif; ?>
    641                         <input id="aklmator_infeed_save" style ="margin-bottom:15px;" type="submit" value="<?php echo (_e("Save Changes")); ?>" />
     655                        <input id="aklamator_infeed_save" class="aklamator_INlogin" style ="margin: 0; border: 0; float: left;" type="submit" value="<?php echo (_e("Save Changes")); ?>" />
     656                        <?php if(!isset($this->api_data->flag) || !$this->api_data->flag): ?>
     657                            <div style="float: left; padding: 7px 0 0 10px; color: red; font-weight: bold; font-size: 16px"> <-- In order to proceed save changes</div>
     658                        <?php endif ?>
    642659
    643660
     
    814831
    815832
    816                 $('#aklmator_infeed_save').click(function(event){
     833                $('#aklamator_infeed_save').click(function(event){
    817834                    var infeed_url = $('#aklamatorinfeed_user_id');
    818835                    var infeed_token = $('#aklamatorinfeed_access_token');
  • aklamator-infeed/tags/1.2/readme.txt

    r1803947 r1804639  
    44Tags: instagram, instagram wordpress, instagram feed, aklamator, aclamator, digital pr, widget, widgets, content promotion, earn, income, statistic, tracking, cross promotion,  crosspromote, thumbnail, channel, vevo
    55Requires at least: 1.0
    6 Tested up to: 4.9.1
    7 Stable tag: 1.1
     6Tested up to: 4.9.2
     7Stable tag: 1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5252**2. step** : Click on red button "Create your FREE account" and get free Aklamator account.
    5353After submitting registration form you will get verification email with activation link (please check SPAM folder if it is missing).
    54 Click on activation link in received email.
     54Click on activation link in received email. Now your Application ID should be autofilled, just click SAVE to proceed
    5555
    56 **3. step** : [Sign in](https://aklamator.com/login) and get your Aklamator Application ID
    57 After logging in, go to your profile and copy Application ID
    58 After pasting Application ID to your wordpress plugin, it will automatically create first widget for your blog and populate it with chosen instagram channel content.
     56Now first widget is automatically created for your blog and populate it with chosen instagram channel content.
    5957It becomes visible in plugin settings (list below).
    6058Widget is 4x1 150x150px. If you want to change widget dimensions you can do that by logging to [Aklamator web](https://aklamator.com/login)
     59
     60**3. step OPTIONAL** :
     61Optionally if you didn't get Application ID in previous step you can copy paste it manually
     62[Sign in](https://aklamator.com/login) and get your Aklamator Application ID
     63After logging in, go to your profile and copy Application ID from Aklamator and paste it in wordpress plugin.
    6164
    6265**WELL DONE!** Aklamator is now active on your Wordpress website and you should be able to see available aklamator widgets in the bottom half of the screen.
     
    100103
    101104== Changelog ==
     105= 1.2 =
     106* Updated save button to match style, added message for next step
    102107
    103108= 1.1 =
  • aklamator-infeed/trunk/aklamator-infeed.php

    r1803947 r1804639  
    44Plugin URI: https://www.aklamator.com/wordpress
    55Description: Show your Instagram content on your blog, just login to Instagram and authorize and we will show your Instagram content. Drag and drop widget and show Instagram photos. Additionally Aklamator service enables you to add your media releases, sell PR announcements, cross promote web sites using RSS feed and provide new services to your clients in digital advertising.
    6 Version: 1.1
     6Version: 1.2
    77Author: Aklamator
    88Author URI: https://www.aklamator.com/
     
    399399            .aklamatorinfeed-login-button:hover {
    400400                cursor: pointer;
    401                 color: #f8f8f8;
    402             }
    403 
    404             .btn { font-size: 13px; border-radius: 5px; background: transparent; text-transform: uppercase; font-weight: 700; padding: 4px 10px; min-width: 162px; max-width: 100%; text-decoration: none;}
    405 
    406             .btn-primary { background: #7BB32C; border:1px solid #fff; color: #fff; text-decoration: none}
    407             .btn-primary:hover, .btn-primary.hovered { background: #7BB32C;  border:1px solid #167AC6; opacity:0.9; color: #fff }
    408             .btn-primary:Active, .btn-primary.pressed { background: #7BB32C; border:1px solid #167AC6; color: #fff}
     401                color: lightskyblue;
     402            }
     403
     404            .btn { font-size: 13px;
     405                border-radius: 5px;
     406                text-transform: uppercase;
     407                font-weight: 700;
     408                padding: 8px 10px;
     409                min-width: 162px;
     410                max-width: 100%;
     411                text-decoration: none;
     412                cursor: pointer;
     413                -webkit-box-shadow:0 0 4px #909090;
     414                box-shadow:0 0 4px #909090;}
     415
     416            .btn-primary { background: #030925; border:1px solid #01030d; color: #fff; text-decoration: none}
     417            .btn-primary:hover, .btn-primary.hovered { background: #030925;  border:1px solid #167AC6; opacity:0.9; color: #fff }
     418            .btn-primary:Active, .btn-primary.pressed { background: #030925; border:1px solid #167AC6; color: #fff}
    409419
    410420            .box{float: left; margin-left: 10px; width: 500px; background-color:#f8f8f8; padding: 10px; border-radius: 5px;}
     
    458468            }
    459469
     470            .aklamator_INlogin:hover {
     471                color: lightskyblue;
     472            }
     473
    460474            h3 {
    461475                margin-bottom: 3px;
     
    639653                            </p>
    640654                        <?php endif; ?>
    641                         <input id="aklmator_infeed_save" style ="margin-bottom:15px;" type="submit" value="<?php echo (_e("Save Changes")); ?>" />
     655                        <input id="aklamator_infeed_save" class="aklamator_INlogin" style ="margin: 0; border: 0; float: left;" type="submit" value="<?php echo (_e("Save Changes")); ?>" />
     656                        <?php if(!isset($this->api_data->flag) || !$this->api_data->flag): ?>
     657                            <div style="float: left; padding: 7px 0 0 10px; color: red; font-weight: bold; font-size: 16px"> <-- In order to proceed save changes</div>
     658                        <?php endif ?>
    642659
    643660
     
    814831
    815832
    816                 $('#aklmator_infeed_save').click(function(event){
     833                $('#aklamator_infeed_save').click(function(event){
    817834                    var infeed_url = $('#aklamatorinfeed_user_id');
    818835                    var infeed_token = $('#aklamatorinfeed_access_token');
  • aklamator-infeed/trunk/readme.txt

    r1803947 r1804639  
    44Tags: instagram, instagram wordpress, instagram feed, aklamator, aclamator, digital pr, widget, widgets, content promotion, earn, income, statistic, tracking, cross promotion,  crosspromote, thumbnail, channel, vevo
    55Requires at least: 1.0
    6 Tested up to: 4.9.1
    7 Stable tag: 1.1
     6Tested up to: 4.9.2
     7Stable tag: 1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5252**2. step** : Click on red button "Create your FREE account" and get free Aklamator account.
    5353After submitting registration form you will get verification email with activation link (please check SPAM folder if it is missing).
    54 Click on activation link in received email.
     54Click on activation link in received email. Now your Application ID should be autofilled, just click SAVE to proceed
    5555
    56 **3. step** : [Sign in](https://aklamator.com/login) and get your Aklamator Application ID
    57 After logging in, go to your profile and copy Application ID
    58 After pasting Application ID to your wordpress plugin, it will automatically create first widget for your blog and populate it with chosen instagram channel content.
     56Now first widget is automatically created for your blog and populate it with chosen instagram channel content.
    5957It becomes visible in plugin settings (list below).
    6058Widget is 4x1 150x150px. If you want to change widget dimensions you can do that by logging to [Aklamator web](https://aklamator.com/login)
     59
     60**3. step OPTIONAL** :
     61Optionally if you didn't get Application ID in previous step you can copy paste it manually
     62[Sign in](https://aklamator.com/login) and get your Aklamator Application ID
     63After logging in, go to your profile and copy Application ID from Aklamator and paste it in wordpress plugin.
    6164
    6265**WELL DONE!** Aklamator is now active on your Wordpress website and you should be able to see available aklamator widgets in the bottom half of the screen.
     
    100103
    101104== Changelog ==
     105= 1.2 =
     106* Updated save button to match style, added message for next step
    102107
    103108= 1.1 =
Note: See TracChangeset for help on using the changeset viewer.