How to use:
Copy the following code into your html page in the location you would like the
inline document upload widget to appear:
<script type="text/javascript" src="http://assets.scribd.com/javascripts/widget.js"></script>
Optional Parameters:
Turning off the document upload widget (leaving only activation for inline
Scribd doc viewing)
<script type="text/javascript"><!--
scribd_display_widget = "no";
//--></script>
<script type="text/javascript" src="http://assets.scribd.com/javascripts/widget.js"></script>
Modifying the document upload widget width
<script type="text/javascript"><!--
scribd_iframe_width = "337";
//--></script>
<script type="text/javascript" src="http://assets.scribd.com/javascripts/widget.js"></script>
Note:
Only links *above* the javascript include will have the inline viewer dynamically added.