TitleLeaf

How do I embed a Scribd document in a headline?

The exact code to embed a Scribd document changes from time-to-time. Currently, the following code works:

  <iframe class="scribd_iframe_embed" 
  src="SCRIBD-SRC" data-auto-height="false" 
  data-aspect-ratio="0.778929188255613" 
  scrolling="no" id="SCRIBD-ID" 
  width="100%" height="600" frameborder="0"></iframe>

You'll need to enter your specific details in the SCRIBD-SRC and SCRIBD-ID placeholders. This information can be obtained from the Scribd site:

  1. Locate the document on the Scribd site. Note the embed link:

    Scribd embed, step 1

  2. Click the embed link. We are interested in the iframe tag only. This is obtained by unchecking the Include link box:

    Scribd embed, step 2

Here's how the embed code looks fully implemented: