Skip to content

Instantly share code, notes, and snippets.

@ztay
Created October 14, 2011 05:43
Show Gist options
  • Save ztay/1286336 to your computer and use it in GitHub Desktop.
Save ztay/1286336 to your computer and use it in GitHub Desktop.
<!-- PrintFriendly Code -->
<b:if cond='data:blog.pageType == "index"'>
<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/>
<b:if cond='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>
</b:if>
<!-- End PrintFriendly Code -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment