From 5e33690858105d5a4edfb5e31872638fead29f53 Mon Sep 17 00:00:00 2001 From: kevinweber Date: Wed, 13 Aug 2014 20:53:36 +0200 Subject: [PATCH 1/2] Mention wBounce that brings Ouibounce to WordPress --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 69bfd2b..53cdff7 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,13 @@ var _ouibounce = ouibounce(false, { }); ``` +### Using Ouibounce with WordPress: [wBounce](http://kevinw.de/wbounce) by Kevin Weber +> Digital marketer [Kevin Weber](http://kevinw.de) brings Ouibounce to WordPress and enriches it with additional features. + +[![twitter](http://img.shields.io/badge/twitter-@kevinweber-blue.svg?style=flat)](http://twitter.com/kevinweber) + +You can download it for free from [wordpress.org/plugins/wbounce/](https://wordpress.org/plugins/wbounce/) + ### Legacy JS engines If you'd like Ouibounce to work in legacy JS engines (IE8 and below, for example), you'll need to add a shim such as [es5-shim](https://github.com/es-shims/es5-shim). From ba1ad0ecb2046a5f28e4086a0673c322ed7fc300 Mon Sep 17 00:00:00 2001 From: kevinweber Date: Wed, 13 Aug 2014 20:58:19 +0200 Subject: [PATCH 2/2] Mention wBounce that brings Ouibounce to WordPress --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53cdff7..68bb463 100644 --- a/README.md +++ b/README.md @@ -185,11 +185,11 @@ var _ouibounce = ouibounce(false, { ``` ### Using Ouibounce with WordPress: [wBounce](http://kevinw.de/wbounce) by Kevin Weber -> Digital marketer [Kevin Weber](http://kevinw.de) brings Ouibounce to WordPress and enriches it with additional features. +> Digital Marketer [Kevin Weber](http://kevinw.de) brings Ouibounce to WordPress and extends it. [![twitter](http://img.shields.io/badge/twitter-@kevinweber-blue.svg?style=flat)](http://twitter.com/kevinweber) -You can download it for free from [wordpress.org/plugins/wbounce/](https://wordpress.org/plugins/wbounce/) +Download it for free from [wordpress.org/plugins/wbounce/](https://wordpress.org/plugins/wbounce/). ### Legacy JS engines If you'd like Ouibounce to work in legacy JS engines (IE8 and below, for example), you'll need to add a shim such as [es5-shim](https://github.com/es-shims/es5-shim).