Log In | Sign Up | Help
Transparent
Document Uploading and Inline Viewing on Your Site!

Scribd Widget Functionality



1. Displays the document upload widget:
Widget_info1

2. Adds a document icon to Scribd links and activates them to enable viewing the documents inline:
Widget_info2

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.