Changeset 997186
- Timestamp:
- 09/26/2014 01:24:55 PM (12 years ago)
- Location:
- the-casengo-chat-widget
- Files:
-
- 3 edited
-
tags/2.0.1/readme.txt (modified) (5 diffs)
-
tags/2.0.2/readme.txt (modified) (5 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
the-casengo-chat-widget/tags/2.0.1/readme.txt
r990269 r997186 7 7 Stable tag: tags/2.0.1 8 8 9 Casengo Live Chat is Customer Support Software from the Cloud.9 Casengo Live Chat is free, fully functional, easy to use and has great design! Install live chat software on your WordPress site today! 10 10 11 11 == Description == … … 18 18 <li>**NEW Mobile App.** Use Casengo on your phone or tablet.</li> 19 19 <li>**NEW Twitter search integration.** Keep track of relevant keywords and interact directly</li> 20 <li>**NEW Pro-active.** Increase online conversion by automatically a chat window after 5 seconds</li> 20 21 <li>**Facebook integration.** Never miss another post</li> 21 22 <li>**Multi-brand.** Manage multiple websites from within Casengo</li> … … 162 163 All your live chat records and offline messages are stored in our database. You can query for a particular live chat conversation from your Casengo Live Chat inbox. 163 164 165 * **How to make the live chat window proactive?** 166 167 Just add the following script to your live chat widget script: 168 setTimeout(function() { 169 window.CASENGO.closeInlineStatus(); 170 window.CASENGO.hideChatBadge(); 171 window.CASENGO.openVIPWindow(window.CASENGO.savedURL); 172 window.CASENGO.showInlineChat(); 173 window.CASENGO.forceInBox(); 174 }, 5000); 175 176 The standard time interval is 5 seconds (5000 in script). You can change this time interval by changing the number 5000 in the script. 177 178 164 179 * **Can I invite a visitor to have a live chat?** 165 180 … … 236 251 1. Plugin admin page of Casengo Live Chat widget 237 252 2. See the Live Chat button implemented 238 3. Configure the chat window the way you want it239 4. Handling a customer inquiry240 5. Handling a customer inquiry253 3. Configure the live chat window the way you want it 254 4. Handling a customer live chat inquiry 255 5. Handling a customer live chat inquiry 241 256 6. Connect your Twitter account to Casengo 242 257 7. Add Twitter keywords to your Casengo account 243 258 8. Twitter overview in Casengo 244 9. Overviewing the Casengo agent inbox259 9. Overviewing the Casengo Live Chat agent inbox 245 260 10. Connect your Facebook account 246 261 11. Connecting your mailbox to Casengo … … 259 274 <li>2.0 add custom language support and improved admin user interface</li> 260 275 <li>2.0.2 New screenshots added</li> 276 <li>2.1 Added pro-active business rules + live chat php fixes</li> 277 261 278 262 279 ==Readme Generator== -
the-casengo-chat-widget/tags/2.0.2/readme.txt
r990269 r997186 5 5 Requires at least: 3.3 6 6 Tested up to: 3.9.1 7 Stable tag: tags/2.0. 28 9 Casengo Live Chat is Customer Support Software from the Cloud.7 Stable tag: tags/2.0.1 8 9 Casengo Live Chat is free, fully functional, easy to use and has great design! Install live chat software on your WordPress site today! 10 10 11 11 == Description == … … 18 18 <li>**NEW Mobile App.** Use Casengo on your phone or tablet.</li> 19 19 <li>**NEW Twitter search integration.** Keep track of relevant keywords and interact directly</li> 20 <li>**NEW Pro-active.** Increase online conversion by automatically a chat window after 5 seconds</li> 20 21 <li>**Facebook integration.** Never miss another post</li> 21 22 <li>**Multi-brand.** Manage multiple websites from within Casengo</li> … … 162 163 All your live chat records and offline messages are stored in our database. You can query for a particular live chat conversation from your Casengo Live Chat inbox. 163 164 165 * **How to make the live chat window proactive?** 166 167 Just add the following script to your live chat widget script: 168 setTimeout(function() { 169 window.CASENGO.closeInlineStatus(); 170 window.CASENGO.hideChatBadge(); 171 window.CASENGO.openVIPWindow(window.CASENGO.savedURL); 172 window.CASENGO.showInlineChat(); 173 window.CASENGO.forceInBox(); 174 }, 5000); 175 176 The standard time interval is 5 seconds (5000 in script). You can change this time interval by changing the number 5000 in the script. 177 178 164 179 * **Can I invite a visitor to have a live chat?** 165 180 … … 236 251 1. Plugin admin page of Casengo Live Chat widget 237 252 2. See the Live Chat button implemented 238 3. Configure the chat window the way you want it239 4. Handling a customer inquiry240 5. Handling a customer inquiry253 3. Configure the live chat window the way you want it 254 4. Handling a customer live chat inquiry 255 5. Handling a customer live chat inquiry 241 256 6. Connect your Twitter account to Casengo 242 257 7. Add Twitter keywords to your Casengo account 243 258 8. Twitter overview in Casengo 244 9. Overviewing the Casengo agent inbox259 9. Overviewing the Casengo Live Chat agent inbox 245 260 10. Connect your Facebook account 246 261 11. Connecting your mailbox to Casengo … … 259 274 <li>2.0 add custom language support and improved admin user interface</li> 260 275 <li>2.0.2 New screenshots added</li> 276 <li>2.1 Added pro-active business rules + live chat php fixes</li> 277 261 278 262 279 ==Readme Generator== -
the-casengo-chat-widget/trunk/readme.txt
r990269 r997186 5 5 Requires at least: 3.3 6 6 Tested up to: 3.9.1 7 Stable tag: tags/2.0. 28 9 Casengo Live Chat is Customer Support Software from the Cloud.7 Stable tag: tags/2.0.1 8 9 Casengo Live Chat is free, fully functional, easy to use and has great design! Install live chat software on your WordPress site today! 10 10 11 11 == Description == … … 18 18 <li>**NEW Mobile App.** Use Casengo on your phone or tablet.</li> 19 19 <li>**NEW Twitter search integration.** Keep track of relevant keywords and interact directly</li> 20 <li>**NEW Pro-active.** Increase online conversion by automatically a chat window after 5 seconds</li> 20 21 <li>**Facebook integration.** Never miss another post</li> 21 22 <li>**Multi-brand.** Manage multiple websites from within Casengo</li> … … 162 163 All your live chat records and offline messages are stored in our database. You can query for a particular live chat conversation from your Casengo Live Chat inbox. 163 164 165 * **How to make the live chat window proactive?** 166 167 Just add the following script to your live chat widget script: 168 setTimeout(function() { 169 window.CASENGO.closeInlineStatus(); 170 window.CASENGO.hideChatBadge(); 171 window.CASENGO.openVIPWindow(window.CASENGO.savedURL); 172 window.CASENGO.showInlineChat(); 173 window.CASENGO.forceInBox(); 174 }, 5000); 175 176 The standard time interval is 5 seconds (5000 in script). You can change this time interval by changing the number 5000 in the script. 177 178 164 179 * **Can I invite a visitor to have a live chat?** 165 180 … … 236 251 1. Plugin admin page of Casengo Live Chat widget 237 252 2. See the Live Chat button implemented 238 3. Configure the chat window the way you want it239 4. Handling a customer inquiry240 5. Handling a customer inquiry253 3. Configure the live chat window the way you want it 254 4. Handling a customer live chat inquiry 255 5. Handling a customer live chat inquiry 241 256 6. Connect your Twitter account to Casengo 242 257 7. Add Twitter keywords to your Casengo account 243 258 8. Twitter overview in Casengo 244 9. Overviewing the Casengo agent inbox259 9. Overviewing the Casengo Live Chat agent inbox 245 260 10. Connect your Facebook account 246 261 11. Connecting your mailbox to Casengo … … 259 274 <li>2.0 add custom language support and improved admin user interface</li> 260 275 <li>2.0.2 New screenshots added</li> 276 <li>2.1 Added pro-active business rules + live chat php fixes</li> 277 261 278 262 279 ==Readme Generator==
Note: See TracChangeset
for help on using the changeset viewer.