This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[LIOLookIOManager sharedLookIOManager].sessionExtras = [NSDictionary dictionaryWithObjectsAndKeys:@"[email protected]", @"email", | |
@"John Doe", @"name", | |
@"1234567890", @"some_id", | |
nil]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="https://d3tpuxked45kzt.cloudfront.net/lp_lib/liveperson.js"></script> | |
<script type="text/javascript">new LIVEPERSON('##YOUR MOBILE SITE ID##');</script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta name="viewport" content="user-scalable=0, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="https://d3tpuxked45kzt.cloudfront.net/lp_lib/liveperson.js"></script> | |
<script type="text/javascript"> | |
var _lpcfg = { | |
triggerSelector : '.hlpBtn', // Replace with a selector to your help button(s) | |
extras : function() { | |
var extras = {'varName1': 'varValue1', | |
'varName2': 'varValue2'}; | |
return extras; | |
}, | |
onChatDisabled : function(els) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
/* LP Mobile JS Configuration */ | |
var _LP_CFG_ = { | |
app_id : "YOUR_MOBILE_SITE_ID", | |
options : { | |
// All configuration options defined in here | |
//chatDisabled : true, // Only to be used on unsupported pages | |
triggerSelector : '.help-btn', // Replace with a selector to your help button(s) | |
extras : function() { // A static dictionary or a function that returns a dictionary of custom variables | |
var extras = {'varName1': 'varValue1', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
/* LP Mobile JS Configuration */ | |
var _LP_CFG_ = { | |
app_id : "YOUR_MOBILE_SITE_ID" | |
}; | |
/* End of Configuration */ | |
</script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- NEW LIVE PERSON CODE --> | |
<script type="text/javascript"> | |
/* LP Mobile JS Configuration */ | |
var _LP_CFG_ = { | |
app_id : "f2c05834", | |
options : { | |
// All configuration options defined in here | |
extras : function() { // A static dictionary or a function that returns a dictionary of custom variables | |
var extras = {'keyCode': '000016726'}; | |
return extras; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (id)lookIOManager:(LIOLookIOManager *)aManager linkViewForURL:(NSURL *)aURL | |
{ | |
if ([[aURL host] isEqualToString:@"product"]) | |
{ | |
NSString *numString = [aURL lastPathComponent]; | |
if ([numString length]) | |
{ | |
int productId = [numString intValue]; | |
if (productId < 6 && productId >= 0) | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"LIOEmailPlaceholder" = "[email protected]"; | |
"LIOAltChatViewController.EmailChatButton" = "电邮谘询"; | |
"LIOAltChatViewController.EndSessionButton" = "结束会话"; | |
"LIOAltChatViewController.ReconnectionLabel" = "正在重新连接..."; | |
"LIOAltChatViewController.ReconnectionHideButton" = "隐藏"; | |
"LIOAltChatViewController.LocalNameLabel" = "我"; | |
"LIOAltChatViewController.AgentTypingNotification" = "客户服务代表正在输入..."; | |
"LIOChatBubbleView.LinkAlert" = "您要离开这个应用程式,然后浏览\"%@\"吗?"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"LIOEmailPlaceholder" = "[email protected]"; | |
"LIOAltChatViewController.EmailChatButton" = "Email Chat"; | |
"LIOAltChatViewController.EndSessionButton" = "End Session"; | |
"LIOAltChatViewController.ReconnectionLabel" = "Reconnecting..."; | |
"LIOAltChatViewController.ReconnectionHideButton" = "Hide"; | |
"LIOAltChatViewController.LocalNameLabel" = "Me"; | |
"LIOAltChatViewController.AgentTypingNotification" = "Agent is typing..."; | |
"LIOChatBubbleView.LinkAlert" = "Are you sure you want to leave the app and visit \"%@\"?"; |
OlderNewer