You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

KnowledgeSyndication

Accepted answer
17
Views
4
Comments
edited Jun 7, 2022 1:08PM in General Technical Discussions 4 comments

Content

Hi ,

I am using KnowledgeSyndication Widget . After doing this it shows only Search Box with Button not knowledge base articles . Can you please help me out how to enable to see Knowledgebase articles to view on another portal .

 

Thanks

Komal

Version

Feb 2015

Code Snippet

             <script type="text/javascript" src="//<site>.widget.rightnowdemo.com/euf/rightnow/RightNow.Client.js"></script>

<script type="text/javascript">
    RightNow.Client.Controller.addComponent(
        {
            display_answers_in_overlay: true,
            div_id: "myDiv",
            hide_initial_answers: true,
            instance_id: "skw_0",
            module: "KnowledgeSyndication",
            type: 3
        },
        "//<site>.widget.rightnowdemo.com/ci/ws/get"
    );
</script>

<div id="myDiv"></div> 
        

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!