RoboHELP 2020.4 WebHelp output adds broken link to Twitter widgets.js
We're using RoboHELP version 2020.4.105. When loading the initial screen of our WebHelp output there is a lengthy hang, followed by a message in Chrome console indicating a failed attempt to load https://platform.twitter.com/widgets.js.
The WebHelp output is adding this block of code at the very end of the main HTM file:
<script>//<![CDATA[
if(useTwitter === true) {
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
}
//]]></script>
we found removing this script (manually) resolved the slow load issue.
Is there a way via project settings to remove this? Or is this just a plain old bug that needs attention at Adobe?
The code appears at the very end of the HTM page, in the "Scripts" section:
<!-- Scripts -->
<script src="template/single_page/usersettings.js" type="text/javascript"></script>
<script>//<![CDATA[
if(useTwitter === true) {
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
}
//]]></script>
