Plugin Directory

Changeset 1810079


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

Improved API communication engine

Location:
aklamator-float-video-on-your-blog
Files:
2 edited
5 copied

Legend:

Unmodified
Added
Removed
  • aklamator-float-video-on-your-blog/tags/2.0.0/aklamator-float-video-on-your-blog.php

    r1804636 r1810079  
    1313 * Plugin URI:  https://www.aklamator.com/wordpress
    1414 * Description: Float Video widget will help you promote your YouTube video, channel or playlist (with e.g. new campaign). Additionally Aklamator service enables you to add your media branding and choose destination URL.
    15  * Version:     1.1.0
     15 * Version:     2.0.0
    1616 * Author:      Aklamator
    1717 * Author URI:  https://www.aklamator.com/
     
    134134//CHANGE
    135135        $this->aklamator_url = "https://aklamator.com/";
    136 //        $this->aklamator_url = "http://127.0.0.1/aklamator/www/";
     136//        $this->aklamator_url = "http://192.168.5.60/aklamator/www/";
    137137
    138138
     
    150150            ));
    151151
    152             if (get_option('aklamatorFVApplicationID') !== '') {
    153                 $this->api_data =  $this->addNewWebsiteApi_float();
     152            if (isset($_GET['page']) && $_GET['page'] == 'aklamator-float-video-on-your-blog' ) {
     153                if (get_option('aklamatorFVApplicationID') !== '') {
     154                    $this->api_data = $this->addNewWebsiteApi_float();
     155                }
    154156            }
    155157        }
  • aklamator-float-video-on-your-blog/tags/2.0.0/readme.txt

    r1804644 r1810079  
    55Requires at least: 3.0.1
    66Tested up to: 4.9.2
    7 Stable tag: 1.1.0
     7Stable tag: 2.0.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050== Installation ==
    5151
    52 **How to activate and use Aklamator on your wordpress website, after plugin installation **
     52**How to activate and use Aklamator – Float Video on your blog wordpress plugin**
    5353
    54 **1. step** : Paste URL to Youtube intro video and URL to your channel or playlist.
     54**1. step** : Get Aklamator – Float Video on your blog wordpress plugin :
     55Login to your wordpress dashboard as administrator, go to Plugins> Add New and type "Float Video on your blog", click install!
     56or manually :
     57            * [get plugin](https://wordpress.org/plugins/aklamator-float-video-on-your-blog/) and
     58            * Upload and unzip plugin to the `/wp-content/plugins/` directory
     59            * Activate the Aklamator – Float Video on your blog wordpress plugin through the 'Plugins' menu in WordPress
    5560
    56 **2. step** : Click on red button "Create your FREE account" and get free Aklamator account.
     61Go to your WordPress administration panel, go to plugins and settings for Aklamator – Float Video on your blog wordpress plugin.
     62
     63
     64**2. step** : Paste URL to Youtube intro video and URL to your channel or playlist.
     65
     66**3. step** : Click on red button "Create your FREE account" and get free Aklamator account.
    5767After submitting registration form you will get verification email with activation link (please check SPAM folder if it is missing).
    5868Click on activation link in received email. Now your Application ID should be autofilled, just click SAVE to proceed.
     
    6272Widget is 4x1 150x150px. If you want to change widget dimensions you can do that by logging to [Aklamator web](https://aklamator.com/login)
    6373
    64 **3. step OPTIONAL** :
     74**4. step OPTIONAL** :
    6575Optionally if you didn't get Application ID in previous step you can copy paste it manually
    6676[Sign in](https://aklamator.com/login) and get your Aklamator Application ID
    6777After logging in, go to your profile and copy Application ID from Aklamator and paste it in wordpress plugin.
    6878
    69 
    70 **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.
     79**WELL DONE!** Aklamator – Float Video on your blog wordpress plugin is now active on your Wordpress website and you should be able to see Floating Video widget on your pages and posts.
    7180
    7281* Float Video widget is by default positioned on to bottom right size for desktop users but it is also optimized for mobile visitors. If you want to change widget parameters you can do that by logging to [Aklamator web](https://aklamator.com/login)
     
    115124
    116125== Changelog ==
     126
     127= 2.0.0 =
     128* Improved API communication engine
     129
    117130= 1.1.0 =
    118131* Simplified user creation and automatic Application ID fetching.
  • aklamator-float-video-on-your-blog/trunk/aklamator-float-video-on-your-blog.php

    r1804636 r1810079  
    1313 * Plugin URI:  https://www.aklamator.com/wordpress
    1414 * Description: Float Video widget will help you promote your YouTube video, channel or playlist (with e.g. new campaign). Additionally Aklamator service enables you to add your media branding and choose destination URL.
    15  * Version:     1.1.0
     15 * Version:     2.0.0
    1616 * Author:      Aklamator
    1717 * Author URI:  https://www.aklamator.com/
     
    134134//CHANGE
    135135        $this->aklamator_url = "https://aklamator.com/";
    136 //        $this->aklamator_url = "http://127.0.0.1/aklamator/www/";
     136//        $this->aklamator_url = "http://192.168.5.60/aklamator/www/";
    137137
    138138
     
    150150            ));
    151151
    152             if (get_option('aklamatorFVApplicationID') !== '') {
    153                 $this->api_data =  $this->addNewWebsiteApi_float();
     152            if (isset($_GET['page']) && $_GET['page'] == 'aklamator-float-video-on-your-blog' ) {
     153                if (get_option('aklamatorFVApplicationID') !== '') {
     154                    $this->api_data = $this->addNewWebsiteApi_float();
     155                }
    154156            }
    155157        }
  • aklamator-float-video-on-your-blog/trunk/readme.txt

    r1804644 r1810079  
    55Requires at least: 3.0.1
    66Tested up to: 4.9.2
    7 Stable tag: 1.1.0
     7Stable tag: 2.0.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050== Installation ==
    5151
    52 **How to activate and use Aklamator on your wordpress website, after plugin installation **
     52**How to activate and use Aklamator – Float Video on your blog wordpress plugin**
    5353
    54 **1. step** : Paste URL to Youtube intro video and URL to your channel or playlist.
     54**1. step** : Get Aklamator – Float Video on your blog wordpress plugin :
     55Login to your wordpress dashboard as administrator, go to Plugins> Add New and type "Float Video on your blog", click install!
     56or manually :
     57            * [get plugin](https://wordpress.org/plugins/aklamator-float-video-on-your-blog/) and
     58            * Upload and unzip plugin to the `/wp-content/plugins/` directory
     59            * Activate the Aklamator – Float Video on your blog wordpress plugin through the 'Plugins' menu in WordPress
    5560
    56 **2. step** : Click on red button "Create your FREE account" and get free Aklamator account.
     61Go to your WordPress administration panel, go to plugins and settings for Aklamator – Float Video on your blog wordpress plugin.
     62
     63
     64**2. step** : Paste URL to Youtube intro video and URL to your channel or playlist.
     65
     66**3. step** : Click on red button "Create your FREE account" and get free Aklamator account.
    5767After submitting registration form you will get verification email with activation link (please check SPAM folder if it is missing).
    5868Click on activation link in received email. Now your Application ID should be autofilled, just click SAVE to proceed.
     
    6272Widget is 4x1 150x150px. If you want to change widget dimensions you can do that by logging to [Aklamator web](https://aklamator.com/login)
    6373
    64 **3. step OPTIONAL** :
     74**4. step OPTIONAL** :
    6575Optionally if you didn't get Application ID in previous step you can copy paste it manually
    6676[Sign in](https://aklamator.com/login) and get your Aklamator Application ID
    6777After logging in, go to your profile and copy Application ID from Aklamator and paste it in wordpress plugin.
    6878
    69 
    70 **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.
     79**WELL DONE!** Aklamator – Float Video on your blog wordpress plugin is now active on your Wordpress website and you should be able to see Floating Video widget on your pages and posts.
    7180
    7281* Float Video widget is by default positioned on to bottom right size for desktop users but it is also optimized for mobile visitors. If you want to change widget parameters you can do that by logging to [Aklamator web](https://aklamator.com/login)
     
    115124
    116125== Changelog ==
     126
     127= 2.0.0 =
     128* Improved API communication engine
     129
    117130= 1.1.0 =
    118131* Simplified user creation and automatic Application ID fetching.
Note: See TracChangeset for help on using the changeset viewer.