My page is in Japanese and it's slight different from what you want. I think you want to put a scrollable text box instead of a social box (Facebook, Twitter buttons).
Just create a Rich Text element with your Terms of Conditions and use jQuery to insert HTML elements from the Rich Text element into a form in my landing page. This way, you'll later be able to change your Terms of Conditions without modifying your script.
e.g.
$jQ('#FirstName').parent().parent().after($jQ('.RichText_TermsOfConditions').html());
Note, the link is to the experimental page instead of the final page. I'll be moving this page to my Sandbox instance this week.
http://pages.ogis-ri.co.jp/inquiry.html