<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Olark - Latest Comments</title><link>http://olark.disqus.com/</link><description></description><atom:link href="https://olark.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 22 Aug 2017 11:16:53 -0000</lastBuildDate><item><title>Re: Custom Integrations</title><link>https://www.olark.com/help/custom-integrations#comment-3481220955</link><description>&lt;p&gt;Okay, that's all i needed to know :)&lt;br&gt;Consider adding Zapier to &lt;a href="https://www.olark.com/integrations" rel="nofollow noopener" target="_blank" title="https://www.olark.com/integrations"&gt;https://www.olark.com/integ...&lt;/a&gt; , just like other providers of live chats do. Also, Olark shows up in &lt;a href="https://zapier.com/zapbook/activecollab/olark/" rel="nofollow noopener" target="_blank" title="https://zapier.com/zapbook/activecollab/olark/"&gt;https://zapier.com/zapbook/...&lt;/a&gt; .&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Natalie</dc:creator><pubDate>Tue, 22 Aug 2017 11:16:53 -0000</pubDate></item><item><title>Re: Custom Integrations</title><link>https://www.olark.com/help/custom-integrations#comment-3480978906</link><description>&lt;p&gt;Hi Natalie,&lt;/p&gt;&lt;p&gt;What kind of automation are you looking for? There are several services that Olark can be integrated with via Zapier. If you email support@olark.com with more details about what you're looking to do, we'd be happy to help.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olark Emily</dc:creator><pubDate>Tue, 22 Aug 2017 08:32:10 -0000</pubDate></item><item><title>Re: Custom Integrations</title><link>https://www.olark.com/help/custom-integrations#comment-3480977985</link><description>&lt;p&gt;Hi Cara,&lt;/p&gt;&lt;p&gt;Thanks for the suggestion!&lt;/p&gt;&lt;p&gt;An integration with NetFactor/VisitorTrack isn't on our roadmap for the foreseeable future, but if NetFactor/VisitorTrack supports webhooks integration you can click on the green button above to set up an integration that way.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olark Emily</dc:creator><pubDate>Tue, 22 Aug 2017 08:31:23 -0000</pubDate></item><item><title>Re: Custom Integrations</title><link>https://www.olark.com/help/custom-integrations#comment-3480809304</link><description>&lt;p&gt;Hello! Can Olark be automated with Zapier?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Natalie</dc:creator><pubDate>Tue, 22 Aug 2017 05:27:57 -0000</pubDate></item><item><title>Re: Turbolinks Integration</title><link>http://www.olark.com/help/turbolinks.html#comment-3472600763</link><description>&lt;p&gt;Hello, @Sarah. This is not correct. I already included your function in the `$(document).on("turbolinks:load",...`&lt;/p&gt;&lt;p&gt;The problem is that the function is not executed because `if(o.olark)return;` is true if I do not refresh the page. Basically your function thinks that the popup is already there, but it is not...&lt;/p&gt;&lt;p&gt;so It does not rerun the function (while it should).. The solution would be to reset this function `o.olark` on the page change so that it start like new&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabrizio Bertoglio</dc:creator><pubDate>Thu, 17 Aug 2017 08:57:04 -0000</pubDate></item><item><title>Re: Turbolinks Integration</title><link>http://www.olark.com/help/turbolinks.html#comment-3472576668</link><description>&lt;p&gt;We don't have any immediate plans to support Olark running in apps using Turbolinks. I've added you to our feature request so that if we do release this, we'll let you know. I did find a workaround at &lt;a href="https://github.com/turbolinks/turbolinks#running-javascript-when-a-page-loads" rel="nofollow noopener" target="_blank" title="https://github.com/turbolinks/turbolinks#running-javascript-when-a-page-loads"&gt;https://github.com/turbolin...&lt;/a&gt;. We'd love to hear how this works for you!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sarah</dc:creator><pubDate>Thu, 17 Aug 2017 08:39:32 -0000</pubDate></item><item><title>Re: Google Sites integration guide</title><link>http://www.olark.com/help/google-sites.html#comment-3472265586</link><description>&lt;p&gt;plz new webiste&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">md wakar</dc:creator><pubDate>Thu, 17 Aug 2017 02:26:52 -0000</pubDate></item><item><title>Re: Turbolinks Integration</title><link>http://www.olark.com/help/turbolinks.html#comment-3472226562</link><description>&lt;p&gt;please support turbolinks .. I am looking into your code.&lt;/p&gt;&lt;p&gt;Basically you have a check hear `if(o.olark)return;` that returns `false` if I refresh the page, otherwise it returns `true` and skips the whole code.&lt;/p&gt;&lt;p&gt;To make this work with turbolinks, your `function olarkJs(){}` needs to be called with the following event `$(document).on("turbolinks:load")`&lt;/p&gt;&lt;p&gt;function olarkJs(o,l,a,r,k,y){&lt;br&gt;	if(o.olark)return;&lt;br&gt;	r="script";&lt;br&gt;	y=l.createElement(r);&lt;br&gt;	r=l.getElementsByTagName(r)[0]; &lt;br&gt;	y.async=1;&lt;br&gt;	y.src="//"+a;&lt;br&gt;	r.parentNode.insertBefore(y,r); &lt;br&gt;	y=o.olark=function(){&lt;br&gt;		k.s.push(arguments);&lt;br&gt;		k.t.push(+new Date)&lt;br&gt;	}; &lt;br&gt;	y.extend=function(i,j){y("extend",i,j)}; &lt;br&gt;	y.identify=function(i){y("identify",k.i=i)}; &lt;br&gt;	y.configure=function(i,j){	&lt;br&gt;		y("configure",i,j);&lt;br&gt;		k.c[i]=j};&lt;br&gt;		k=y._={s:[],t:[+new Date],c:{},l:a}; &lt;br&gt;};&lt;/p&gt;&lt;p&gt;	y=o.olark=function(){&lt;br&gt;		k.s.push(arguments);&lt;br&gt;		k.t.push(+new Date)&lt;br&gt;	};&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabrizio Bertoglio</dc:creator><pubDate>Thu, 17 Aug 2017 01:29:07 -0000</pubDate></item><item><title>Re: Turbolinks Integration</title><link>http://www.olark.com/help/turbolinks.html#comment-3472223621</link><description>&lt;p&gt;that is like disabling turbolinks on every link of your Application.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabrizio Bertoglio</dc:creator><pubDate>Thu, 17 Aug 2017 01:24:56 -0000</pubDate></item><item><title>Re: Turbolinks Integration</title><link>http://www.olark.com/help/turbolinks.html#comment-3472223092</link><description>&lt;p&gt;Exactly. I use turbolinks. Disabling Turbolinks 5 with Rails 5 is crazy. Turbolinks caches my pages and makes the app way faster.. I probably just implement my own chat with action cable&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabrizio Bertoglio</dc:creator><pubDate>Thu, 17 Aug 2017 01:24:10 -0000</pubDate></item><item><title>Re: Does Olark slow my page down?</title><link>http://www.olark.com/help/pagespeed.html#comment-3470727843</link><description>&lt;p&gt;Hi Manu - Olark doesn't interfere with your page loads. As explained above, it loads asynchronously, so it will not come between page loads.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karl Pawlewicz</dc:creator><pubDate>Wed, 16 Aug 2017 08:37:49 -0000</pubDate></item><item><title>Re: How do I install Olark on my page?</title><link>http://www.olark.com/help/html.html#comment-3470714443</link><description>&lt;p&gt;Hi Manu - There are a lot of improvements in our new chat box (new appearance, new backend infrastructure, better mobile experience, new reports, etc.) which requires this new script. If you're already an Olark customer, then your site should have been automatically switched over to it. Feel free to chat with us if you run into any issues.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karl Pawlewicz</dc:creator><pubDate>Wed, 16 Aug 2017 08:27:47 -0000</pubDate></item><item><title>Re: How do I install Olark on my page?</title><link>http://www.olark.com/help/html.html#comment-3470209692</link><description>&lt;p&gt;Hi,&lt;br&gt;In our applicaiton which was developed years ago I could see the script as : &amp;lt;script data-cfasync="false" type="text/javascript"&amp;gt; .. ... . &lt;br&gt;But the current script you have mentioned in this page has async attribute. Is it advisable to replace the older script with newer one ? Are there any improvements ?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Manu Sharma</dc:creator><pubDate>Tue, 15 Aug 2017 22:49:35 -0000</pubDate></item><item><title>Re: Does Olark slow my page down?</title><link>http://www.olark.com/help/pagespeed.html#comment-3468886091</link><description>&lt;p&gt;hi Manu! If you prefer you can always delay the main application load by removing the part of your installation code that sets your site ID:&lt;/p&gt;&lt;p&gt;olark.identify("YOUR-SITE-ID")&lt;/p&gt;&lt;p&gt;When you are ready to download the remainder of the Olark application, you can call olark.identify("YOUR-SITE-ID") in your own Javascript.&lt;/p&gt;&lt;p&gt;Keep in mind this shouldn't be necessary to get the performance you're looking for, but this method is available as an option for advanced users to control. Hope this helps :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Pizzimenti</dc:creator><pubDate>Tue, 15 Aug 2017 08:39:06 -0000</pubDate></item><item><title>Re: My chat box does not display</title><link>http://www.olark.com/help/stuck.html#comment-3468863934</link><description>&lt;p&gt;Hey Marwan! Thanks for getting in touch :-) Olark requires cookies in order to function - it is how we know that a visitor is on your site, and that they are an returning visitor, rather than say, a new visitor.  I am sorry that is causing you a problem, but we don't have a way round it. You can read more about our cookies at &lt;a href="http://www.olark.com/help/cookies" rel="nofollow noopener" target="_blank" title="http://www.olark.com/help/cookies"&gt;http://www.olark.com/help/c...&lt;/a&gt;.  I hope that helps explain things. Cheers! Rhoda&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rhodaolark</dc:creator><pubDate>Tue, 15 Aug 2017 08:21:24 -0000</pubDate></item><item><title>Re: My chat box does not display</title><link>http://www.olark.com/help/stuck.html#comment-3468781814</link><description>&lt;p&gt;Hello,&lt;br&gt;We have an issue on browsers that block third-parties cookies (log : Uncaught SecurityError: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.). Is it normal knowing that blocking third-parties cookies is a good practice generally ?&lt;br&gt;Best,&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marwan ElBouss</dc:creator><pubDate>Tue, 15 Aug 2017 06:57:27 -0000</pubDate></item><item><title>Re: Does Olark slow my page down?</title><link>http://www.olark.com/help/pagespeed.html#comment-3468662897</link><description>&lt;p&gt;Hi,&lt;br&gt;Is there a way in which we can delay loading olark script ? So we can be assured that olark does not come inbetween our page load . Its ok to load the olark notification after a short delay.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Manu Sharma</dc:creator><pubDate>Tue, 15 Aug 2017 04:08:21 -0000</pubDate></item><item><title>Re: Custom Integrations</title><link>https://www.olark.com/help/custom-integrations#comment-3467738275</link><description>&lt;p&gt;HellooooOlark! Interested in an integration with NetFactor/VisitorTrack. Any chance you are working on that and it's just not been rolled out yet? Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cara</dc:creator><pubDate>Mon, 14 Aug 2017 14:49:38 -0000</pubDate></item><item><title>Re: Chat Ratings</title><link>https://www.olark.com/help/chat-ratings#comment-3462972594</link><description>&lt;p&gt;Hi Rachel - We don't recommend changing the meaning of the questions but you can edit the text. This article will walk you through that: &lt;a href="https://www.olark.com/help/chat-ratings" rel="nofollow noopener" target="_blank" title="https://www.olark.com/help/chat-ratings"&gt;https://www.olark.com/help/...&lt;/a&gt;  &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rhi</dc:creator><pubDate>Fri, 11 Aug 2017 12:04:03 -0000</pubDate></item><item><title>Re: Chat Ratings</title><link>https://www.olark.com/help/chat-ratings#comment-3462929613</link><description>&lt;p&gt;I didn't find where the question editor is.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rachel</dc:creator><pubDate>Fri, 11 Aug 2017 11:37:14 -0000</pubDate></item><item><title>Re: Can I access my account as just an administrator?</title><link>http://www.olark.com/help/admin-only-account.html#comment-3456169584</link><description>&lt;p&gt;Hi Max! Thank you for the suggestion. While we do not currently offer admin only accounts, we will be sure to add you to the feature request for this ability.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">brooke@olark</dc:creator><pubDate>Mon, 07 Aug 2017 12:31:28 -0000</pubDate></item><item><title>Re: Can I access my account as just an administrator?</title><link>http://www.olark.com/help/admin-only-account.html#comment-3455671339</link><description>&lt;p&gt;I'm the business owner, but I don't provide customer support. I wish you would offer an admin-only account. That way I don't have to pay for a seat I will never use as an operator. Ideally you could do what helpscout does and give a single user away for free. Then you can grow with your customers, and people like us can feel better about using the free account for admin purposes.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Hodges</dc:creator><pubDate>Mon, 07 Aug 2017 05:17:22 -0000</pubDate></item><item><title>Re: Can I access my account as just an administrator?</title><link>http://www.olark.com/help/admin-only-account.html#comment-3455670280</link><description>&lt;p&gt;+1&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Hodges</dc:creator><pubDate>Mon, 07 Aug 2017 05:15:44 -0000</pubDate></item><item><title>Re: 3DCart integration guide</title><link>http://www.olark.com/help/3dcart.html#comment-3453127107</link><description>&lt;p&gt;HI&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Emuakpeje Kessena</dc:creator><pubDate>Sat, 05 Aug 2017 12:36:02 -0000</pubDate></item><item><title>Re: How do I install Olark on my page?</title><link>http://www.olark.com/help/html.html#comment-3441467773</link><description>&lt;p&gt;By AMP validator,&lt;br&gt;it  showed " The tag 'script' is disallowed except in specific forms."&lt;/p&gt;&lt;p&gt;The extension 'amp-fit-text' was found on this page, but is unused (no 'amp-fit-text' tag seen). This may become an error in the future.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Yu</dc:creator><pubDate>Sat, 29 Jul 2017 03:47:28 -0000</pubDate></item></channel></rss>