Changeset 1810079
- Timestamp:
- 01/26/2018 04:41:29 PM (8 years ago)
- Location:
- aklamator-float-video-on-your-blog
- Files:
-
- 2 edited
- 5 copied
-
tags/2.0.0 (copied) (copied from aklamator-float-video-on-your-blog/trunk)
-
tags/2.0.0/aklamator-float-video-on-your-blog.php (copied) (copied from aklamator-float-video-on-your-blog/trunk/aklamator-float-video-on-your-blog.php) (3 diffs)
-
tags/2.0.0/assets (copied) (copied from aklamator-float-video-on-your-blog/trunk/assets)
-
tags/2.0.0/images (copied) (copied from aklamator-float-video-on-your-blog/trunk/images)
-
tags/2.0.0/readme.txt (copied) (copied from aklamator-float-video-on-your-blog/trunk/readme.txt) (4 diffs)
-
trunk/aklamator-float-video-on-your-blog.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
aklamator-float-video-on-your-blog/tags/2.0.0/aklamator-float-video-on-your-blog.php
r1804636 r1810079 13 13 * Plugin URI: https://www.aklamator.com/wordpress 14 14 * 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.015 * Version: 2.0.0 16 16 * Author: Aklamator 17 17 * Author URI: https://www.aklamator.com/ … … 134 134 //CHANGE 135 135 $this->aklamator_url = "https://aklamator.com/"; 136 // $this->aklamator_url = "http://1 27.0.0.1/aklamator/www/";136 // $this->aklamator_url = "http://192.168.5.60/aklamator/www/"; 137 137 138 138 … … 150 150 )); 151 151 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 } 154 156 } 155 157 } -
aklamator-float-video-on-your-blog/tags/2.0.0/readme.txt
r1804644 r1810079 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.9.2 7 Stable tag: 1.1.07 Stable tag: 2.0.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 50 50 == Installation == 51 51 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** 53 53 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 : 55 Login to your wordpress dashboard as administrator, go to Plugins> Add New and type "Float Video on your blog", click install! 56 or 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 55 60 56 **2. step** : Click on red button "Create your FREE account" and get free Aklamator account. 61 Go 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. 57 67 After submitting registration form you will get verification email with activation link (please check SPAM folder if it is missing). 58 68 Click on activation link in received email. Now your Application ID should be autofilled, just click SAVE to proceed. … … 62 72 Widget is 4x1 150x150px. If you want to change widget dimensions you can do that by logging to [Aklamator web](https://aklamator.com/login) 63 73 64 ** 3. step OPTIONAL** :74 **4. step OPTIONAL** : 65 75 Optionally if you didn't get Application ID in previous step you can copy paste it manually 66 76 [Sign in](https://aklamator.com/login) and get your Aklamator Application ID 67 77 After logging in, go to your profile and copy Application ID from Aklamator and paste it in wordpress plugin. 68 78 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. 71 80 72 81 * 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) … … 115 124 116 125 == Changelog == 126 127 = 2.0.0 = 128 * Improved API communication engine 129 117 130 = 1.1.0 = 118 131 * Simplified user creation and automatic Application ID fetching. -
aklamator-float-video-on-your-blog/trunk/aklamator-float-video-on-your-blog.php
r1804636 r1810079 13 13 * Plugin URI: https://www.aklamator.com/wordpress 14 14 * 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.015 * Version: 2.0.0 16 16 * Author: Aklamator 17 17 * Author URI: https://www.aklamator.com/ … … 134 134 //CHANGE 135 135 $this->aklamator_url = "https://aklamator.com/"; 136 // $this->aklamator_url = "http://1 27.0.0.1/aklamator/www/";136 // $this->aklamator_url = "http://192.168.5.60/aklamator/www/"; 137 137 138 138 … … 150 150 )); 151 151 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 } 154 156 } 155 157 } -
aklamator-float-video-on-your-blog/trunk/readme.txt
r1804644 r1810079 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.9.2 7 Stable tag: 1.1.07 Stable tag: 2.0.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 50 50 == Installation == 51 51 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** 53 53 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 : 55 Login to your wordpress dashboard as administrator, go to Plugins> Add New and type "Float Video on your blog", click install! 56 or 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 55 60 56 **2. step** : Click on red button "Create your FREE account" and get free Aklamator account. 61 Go 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. 57 67 After submitting registration form you will get verification email with activation link (please check SPAM folder if it is missing). 58 68 Click on activation link in received email. Now your Application ID should be autofilled, just click SAVE to proceed. … … 62 72 Widget is 4x1 150x150px. If you want to change widget dimensions you can do that by logging to [Aklamator web](https://aklamator.com/login) 63 73 64 ** 3. step OPTIONAL** :74 **4. step OPTIONAL** : 65 75 Optionally if you didn't get Application ID in previous step you can copy paste it manually 66 76 [Sign in](https://aklamator.com/login) and get your Aklamator Application ID 67 77 After logging in, go to your profile and copy Application ID from Aklamator and paste it in wordpress plugin. 68 78 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. 71 80 72 81 * 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) … … 115 124 116 125 == Changelog == 126 127 = 2.0.0 = 128 * Improved API communication engine 129 117 130 = 1.1.0 = 118 131 * Simplified user creation and automatic Application ID fetching.
Note: See TracChangeset
for help on using the changeset viewer.