Skip to content

Instantly share code, notes, and snippets.

@jagira
Forked from ztay/gist:1269688
Created October 7, 2011 07:32
Show Gist options
  • Save jagira/1269690 to your computer and use it in GitHub Desktop.
Save jagira/1269690 to your computer and use it in GitHub Desktop.
Blogger Widget (Old)
<b:if cond='data:blog.pageType == "index" || data:blog.pageType == "archive"'>
<a expr:href='data:post.url + "?pfstyle=wp"' style=" color:#6D9F00; text-decoration:none;" class="printfriendly" title="Printer Friendly and PDF"><img style="border:none;" src="http://cdn.printfriendly.com/pf-button.gif" alt="Print Friendly and PDF"/></a>
<b:else/>
<script src="http://cdn.printfriendly.com/printfriendly.js" type="text/javascript"></script><a href="http://www.printfriendly.com" style=" color:#6D9F00; text-decoration:none;" class="printfriendly" onclick="window.print(); return false;" title="Printer Friendly and PDF"><img style="border:none;" src="http://cdn.printfriendly.com/pf-button.gif" alt="Print Friendly and PDF"/></a>
</b:if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment