Oracle Live Help on Demand chat link integration in a FAQ
Hi all,
I currently am looking for a way to integrate a chat invitation link within a FAQ article. Our chat product is provided by Oracle.
Usually, here is the way we proceed in a HTML page:
- Include this tag in the header
<script type="text/javascript" src="http://as00.estara.com/as/InitiateCall2.php?accountid=value_of_our_oracle_accountID"></script>
- Include this code in the body where we want the link to appear
<a href="javascript:webISChatPop('Template=template_id');"><img src="http://as00.estara.com/webcare/public/linkimage.php?ulbid=value_of_our_ulbid" border="0" alt="Click to Chat"/></a>
I willingly hide the different technical IDs such as accountID, templateID and ulbID. I can provide you with real IDs when in private mode for debugging purposes.
I succed in including the tag in the header.
But when trying to include the link in the FAQ article, I am facing difficulties. When editing the article in HTML, here is what I enter:
<p>Content of the article</p> <p>Blah</p> <p>blah</p> <p>blah.</p> <p> </p> <p>Here is the beginning of the link.</p> <p><a href="javascript:webISChatPop('Template=template_id');"><img src="http://as00.estara.com/webcare/public/linkimage.php?ulbid=value_of_our_ulbid" border="0" alt="Click to Chat"/></a></p> <p>Here is the end of the link.</p>
Then, I save and publish the article.The link appears, but it is not clickable as it should be.
When editing my article again, here is the HTML code I get:
<p>Content of the article</p> <p>Blah</p> <p>blah</p> <p>blah.</p> <p> </p> <p>Here is the beginning of the link.</p> <p><a href="/t5/tkb/articleeditorpage/tkb-id/FAQachat/message-uid/javascript&colon;webISChatPop('Template=template_id');"><img src="http://as00.estara.com/webcare/public/linkimage.php?ulbid=our_ulb_id" border="0" alt="Click to Chat" /></a></p> <p>Here is the end of the link.</p>
As you can see, the link is modified, thus, it cannot work.
I encounter the same issue while trying to include another kind of JS link.
Is there any way to explicitely tell the html editor to ignore that kind of link and not try to modify the link?
Best regards,
Michael.