Open one of the articles on your site, enable sitebuilder, drag an ad module down below the article, edit the module, paste this code into an ad and save. You can select who sees it during the configuration of the module.
You will also want to disable comments for Articles to make the comment box disappear. You may have to hide the comments disabled message with CSS. I started a Discus account and tested the functionality, it works as expected. I am a bit confused as to why use the outside forum since the guest user has to signup for a discus account to post. Why not just have the user sign up to your forum instead?
Code:
<div id="disqus_thread"></div>
<script type=" text/javascript " >
PAGE_IDENTIFIER = pageData.nodeid;
window.onload = function () {
var links = document.getElementsByTagName("link");
for (var i = 0; i < links.length; i ++) {
if (links[i].getAttribute("rel") === "canonical") {
PAGE_URL = links[i].getAttribute("href")
}
}
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//antimisandry.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>