put PDF instructions, and both video and PDF screencasts, in context of campaign editing area
parent
ada52d5d0c
commit
ab28b7d492
|
@ -174,6 +174,31 @@ Please fix the following before launching your campaign:
|
|||
<li>Click Source again to get back to the normal editing mode.</li>
|
||||
</ul>
|
||||
<p>You'll see an IFRAME code in the editor where your video will go. The video will display normally on your campaign page.</p>
|
||||
|
||||
<p>
|
||||
Prefer screencasts? Here you go: <a href="/static/images/How_to_embed_a_video.mp4">how to embed a video</a> in your campaign page.
|
||||
</p>
|
||||
|
||||
<h4>How to add a PDF</h4>
|
||||
This assumes that you have a (free) Google account.
|
||||
|
||||
<ul class="bullets">
|
||||
<li>Upload your PDF to <a href="http://drive.google.com">Google Drive</a>.</li>
|
||||
<li>Click on the Share button.</li>
|
||||
<li>Change the visibility to public on the web and click Save, then Done.</li>
|
||||
<li>In the File menu, click the Embed this PDF option.</li>
|
||||
<li>Copy the HTML code that pops up.</li>
|
||||
<li>In the editor toolbar below, click Source.</li>
|
||||
<li>Paste the HTML code from Google Drive in the box below.</li>
|
||||
<li>Find the part of the code that says something like <pre>width="640"</pre> and change that to <pre>width="445"</pre>.</li>
|
||||
<li>Click Source again to get back to the normal editing mode.</li>
|
||||
</ul>
|
||||
<p>You'll see an IFRAME code in the editor where your PDF will go. The PDF will display normally on your campaign page.</p>
|
||||
|
||||
<p>
|
||||
Prefer screencasts? Here: <a href="/static/images/How_to_embed_a_PDF.mp4">how to embed a PDF</a> in your campaign page (screencast)
|
||||
</p>
|
||||
|
||||
{{ form.description.errors }}{{ form.description }}
|
||||
<h3>Edition and Rights Details</h3>
|
||||
<p>This will be displayed on the Rights tab for your work. It's the fine print for your campaign. Make sure to disclose any ways the unglued edition will differ from the existing edition; for example:
|
||||
|
|
Loading…
Reference in New Issue