How to Put Save As PDF in Blog Postings

April 9, 2011 | 01:06

One way to pamper visitors is to install a widget Save As PDF. Widgets Save As PDF is placed under an existing blog postings. If the widget is clicked it will automatically saves the distinguished post was viewed in PDF form. Excess if we keep the blog page with a PDF format that is if the post was too much and long with a PDF format so we can keep these postings and read offline.


If interested in adding widgets Save As PDF, do as below:

1. Log in to blogger
2. Select Layout
3. Select Edit HTML
4. Click the small box on Expand Widget Templates
5. Find the code below:

<p><data:post.body/></p>

or this code, just the same

<data:post.body/>

Note: if the blog has been using the function read more, there will be two codes above. Select the first code

6. Put the code below, under the existing code above

<!-- START: PDF Online Script -->
<script type="text/javascript">
var authorId = "A8F3F9F6-42E1-4199-A551-9A7F17FE2189";
var pageOrientation = "0";
var topMargin = "0.5";
var bottomMargin = "0.5";
var leftMargin = "0.5";
var rightMargin = "0.5";
</script>
<script type="text/javascript" src="http://web2.pdfonline.com/pdfonline/pdfonline.js">
</script>
<!-- END: PDF Online Script -->

7. Save the template

Hopefully useful.
Share this article :
 
Copyright © 2010-2012. PAPATITI ONLINE . All Rights Reserved.
Template modify by Creating Website