Created
January 29, 2011 04:38
-
-
Save xeoncross/801546 to your computer and use it in GitHub Desktop.
Important changes to add info to your tumblr blog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# We want pages to be called the name of the post | |
<title>{block:PostTitle}{PostTitle} - {/block:PostTitle}{Title}</title> | |
# Or if you also want a title for non-text posts | |
<title>{block:PostTitle}{PostTitle} - {/block:PostTitle}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title> | |
# http://developers.facebook.com/docs/reference/plugins/like | |
# We want a facebook like button | |
<iframe src="http://www.facebook.com/plugins/like.php?href={URLEncodedPermalink}&layout=button_count&show_faces=false&width=98&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:80px; height:30px;margin-top:2em;text-align:right;"></iframe> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment