Changeset 2120547
- Timestamp:
- 07/10/2019 08:18:47 AM (7 years ago)
- Location:
- hellobar/trunk
- Files:
-
- 2 edited
-
hellobar.php (modified) (5 diffs)
-
readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hellobar/trunk/hellobar.php
r1987480 r2120547 8 8 * 9 9 * @author hellobar 10 * @version 0. 710 * @version 0.8 11 11 */ 12 12 /* … … 14 14 Plugin URI: http://www.hellobar.com/ 15 15 Description: The Original Popup Software (Top Bars, Exit Intents, Sliders, & More to Grow Your Email List!) 16 Version: 0. 717 Tested up to: 5. 016 Version: 0.8 17 Tested up to: 5.2.2 18 18 Author: hellobar 19 19 Author URI: http://www.hellobar.com … … 28 28 var $shortname = "HelloBar"; 29 29 var $namespace = 'hellobar-for-wordpress'; 30 var $version = '0. 7';30 var $version = '0.8'; 31 31 var $defaults = array('hellobar_code'=>"",'load_hellobar_in'=>'footer'); 32 32 public static function init(){ … … 38 38 if(isset($_SERVER['HTTPS'])){ 39 39 if((boolean) $_SERVER['HTTPS']===true){ 40 $this->url_path = str_replace('http://','https://',$this->url_path ); 40 $this->url_path = str_replace('http://','https://',$this->url_path ); 41 41 } 42 42 } … … 158 158 $parts = parse_url($jsurl); 159 159 $path = $parts['path']; 160 return HelloBarForWordPress::get_api_code($path); 160 return HelloBarForWordPress::get_api_code($path); 161 161 } 162 162 else{ 163 163 return false; 164 } 164 } 165 165 } 166 166 } -
hellobar/trunk/readme.txt
r1987480 r2120547 4 4 Tags: hellobar, hello bar, popup, rss, twitter, stats, bar, toolbar, feedburner, flash bar, notification bar 5 5 Requires at least: 2.9.0 6 Tested up to: 5. 06 Tested up to: 5.2.2 7 7 Stable tag: trunk 8 8 … … 12 12 98% of visitors leave your site without taking action. Don’t let your time, money, and traffic-driving efforts go to waste. 13 13 14 Use Hello Bar’s lead generation tools (see: pop-ups) to generate leads, grow your email list, build your social media following, and reduce cart abandonment to enhance your revenue. 14 Use Hello Bar’s lead generation tools (see: pop-ups) to generate leads, grow your email list, build your social media following, and reduce cart abandonment to enhance your revenue. 15 15 16 16 With over 500,000 digital marketers, entrepreneurs, and bloggers using Hello Bar, and Forbes Top Ten Digital Marketer Neil Patel behind Hello Bar, Hello Bar is the tool to be trusted. And shockingly easy to use. … … 20 20 In 5 minutes, have custom pop-ups ready to go on your site. Easily integrate with thousands of apps with our no hassle email integration set-up, or store your email list in Hello Bar for free. 21 21 22 Here is what Hello Bar can do for you: 22 Here is what Hello Bar can do for you: 23 23 24 24 • Convert your website visitors into paying customers … … 36 36 • Exit Intent Technology: Reduce your cart abandonment using pop-ups that are perfectly timed to appear right as someone begins to leave your site. Our highest converting pop-up and highly customizable to offer discount codes and special deals. 37 37 38 • A/B Testing: Find the perfect pop-up for your website with our A/B testing feature that allows you to optimize your sales funnel and grab as many emails, clicks, or followers as possible with just the click of a button. 38 • A/B Testing: Find the perfect pop-up for your website with our A/B testing feature that allows you to optimize your sales funnel and grab as many emails, clicks, or followers as possible with just the click of a button. 39 39 40 40 • Targeting: Send the right message to the right customer at the exact right time using our 200+ targeting parameters. Set your pop-up to only show to visitors from certain sources, optimize the time at which it appears, schedule special occasion campaigns in advance, and more. … … 59 59 1. Install the Hello Bar plugin either via the WordPress.org plugin repository or by uploading the files to your server. 60 60 1. Activate the plugin through the 'Plugins' menu in WordPress 61 1. Paste your Hello Bar site snippet from [HelloBar.com](http://www.hellobar.com/) into the text area and click save! 61 1. Paste your Hello Bar site snippet from [HelloBar.com](http://www.hellobar.com/) into the text area and click save! 62 62 63 63 … … 74 74 75 75 == Changelog == 76 77 = 0.8 = 78 * Capability test with wordpress version 5.2, ready for WP 5.2 76 79 77 80 = 0.7 =
Note: See TracChangeset
for help on using the changeset viewer.