Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1038126
    piexec
    Participant


    Click here to chat!

    How can I add this to say a link in a Featured List that will expand the Olark Chat box?

    #1038152
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #1038334
    piexec
    Participant

    I want to add a link on my page that says “Launch Chat” that will expand the existing chat box that is minimized on my page.

    #1038709
    Rue Nel
    Moderator

    Hello There,

    Thanks for the clarifications.

    All you need is to edit the page in Cornerstone. Using a raw content element, you can insert this html code:

    <!-- BEGIN OLARK CHAT LINK -->
    <a href="javascript:void(0);" onclick="olark('api.box.expand')">
        Click here to chat!
    </a>
    <!-- END OLARK CHAT LINK -->

    For further information, please check the documentation:
    https://www.olark.com/help/addimage

    #1039694
    piexec
    Participant

    I can’t. Its a link in the Featured List. Is there a way to do that?

    #1039729
    Rahul
    Moderator

    Hey There,

    You can add this code anywhere and it should work just fine :

    <a href="javascript:void(0);" onclick="olark('api.box.expand')">
        Click here to chat!
    </a>

    Thanks

    #1040783
    piexec
    Participant

    What do I paste in the Href area for an image to make this work?

    “javascript:void(0);” onclick=”olark(‘api.box.expand’)”

    doesnt work.

    #1040946
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! Please just use and image html instead of the text.

    <a href="javascript:void(0);" onclick="olark('api.box.expand')">
        <img src="yourimagelinkhere" alt="">
    </a>

    Let us know how that goes. Hope this helps – thanks!

  • <script> jQuery(function($){ $("#no-reply-1038126 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>