Thank you very much for collaboration to solve and fix it this error Pitaj
We are near to fix it now. I HAVE FAITH! 
I've done what you suggest and it returns:

Tada... still not defined

Way I'm implementing is using 3 widgets:
<div style="margin:20px;">
<iframe src="https://vinipereira.github.io/iframe-help/frame.content.html" width="100%" scrolling="no"></iframe>
</div>
2. Footer Widget : Script with define
as @julian suggests
define("iFrameResize", function(){
/* below is the file that I copy and pasted here
//vinipereira.github.io/iframe-help/js/iframeResizer.min.js
{iframeResizer.min.js}
*/
});
3. Widget : Function call
as @pitaj suggests
<script type="text/javascript">
require(['iFrameResize'], function (iFrameResize) {
iFrameResize({
log: true
});
});
</script>
Here the link of a website that works: //vinipereira.github.io/iframe-help/index.html
This repo has the files: //github.com/vinipereira/iframe-help
Guys just to explain, I'm doing my homework... I'm not a lazy programmer 
I have spend more than hours testing multiples hypothesis, watching youtube lessons about requireJS, it's everything new to me... The devil is in details, probably the answer is the point of my nose all this time...
Promise when I understand it I'll do a tutorial for everybody who wants to fit a iframe well (adjust height) in NodeBB forums!
Everyone is welcome to suggest something
I really want my awesome nodebb forum with a iframe that fits!
Keep the good work, you rule guys
Thanks in advance!
Vinicius Pereira