Forum Discussion
Anonymous
4 years agowedwed ew d wed we d wed we d we dw ed we dwe d wed
qa-pam
4 years agoCommunity Manager
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
function LithiumScriptsLoadedCallback() {
var compId = LITHIUM.Activecast.Widget.init({
id: 'qanda.widget.qanda-messages-widget',
parameters: {
'page-size': '5',
'board-id': '<Name of Q&A>'
},
useLoader: true,
target: document.getElementById('primary')
});
// prints the component id on dev console in chrome so you can reference it
console.log(compId);
}
</script>
</head>
<body>
<div id="primary" class="new-way"></div>
<script type="text/javascript" data-li-url="https://<testsitename>.qa.lithium.com/t5/activecast/iframepage" id="lia-syndicate" src="https://<testsitename>.qa.lithium.com/html/assets/js/activecast/widget.js"></script>
</body>
</html>