The warnings and notices are not anything to concern yourself with. Those are things that just aren't 100% right, but not a problem.. the page would still render with those. The Fatal errors are what would cause your page to turn white. The specific error message that's almost surely causing the issue is:
PHP Fatal error: Call to undefined method JDocumentRaw::getHeadData() in /home/SITENAMEREMOVED/public_html/templates/yoo_capture/warp/systems/joomla/layouts/head.php on line 132
The problem looks to be that your template is trying to check information that's showing in the head section of the output. However, the page being rendered is of type "raw", which means it's just returning standard text and not a full HTML page.
Unfortunately, there's not anything we can fix there since the issue isn't within JFBConnect. We can only recommend contacting your template provider to see how to fix the issue.
I hope that helps explain and points you in the right direction. If you need more help though, just let us know.
Thanks,
Alex