A while back we advised Microsoft on adding in-line recommendations to questions in their community.
The quality of questions has already markedly improved.
Again, there are a lot of easy wins out there.
Is this possible to do with Insided? If so, how? My hunch is maybe via a third party script.
Best answer by bas
@olimarrio is completely correct, this will work just fine. For the sake of robustness I’d like to suggest one change, where you hide it by default and only show it on the specific page. That way, if the URL structure changes or the Javascript stops working, nothing it shown accidentally to the visitors.
<div id="inline-question-recommendations" style="display:none;"> <p>Before asking a question, make sure you search the community first</p> </div>
And
if (window.location.href === 'https://community.example.com/topic/new') { document.getElementById('inline-question-recommendations').style.removeProperty("display"); } }
And one thing: Can there be several HTML widgets in use at the same time? I mean that to the topic page I would like to add certain widget and other widget to the Create topic page. Is this possible?
Now the code cant be seen anymore but I can display only the Title of the HTML Block in Create topic page. Not the content. 😅 @bas We have separate test site and stage, I have now added widget to the stage, is it possible to check it out?
If you ever had a profile with us, there's no need to create another one. Don't worry if your email address has since changed, or you can't remember your login, just let us know at community@gainsight.com and we'll help you get started from where you left.
Else, please continue with the registration below.