Created
December 16, 2013 02:01
-
-
Save agiletalk/7981343 to your computer and use it in GitHub Desktop.
Tumblr에 Pocket Button 설치하기
http://getpocket.com/publisher/button
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
<div class="pocket-button"> | |
<a href="https://getpocket.com/save" class="pocket-btn" data-lang="en" | |
data-save-url="{Permalink}" | |
data-pocket-count="none">Pocket</a> | |
<script type="text/javascript">!function(d,i){if(!d.getElementById(i)){var j=d.createElement("script");j.id=i;j.src="https://widgets.getpocket.com/v1/j/btn.js?v=1";var w=d.getElementById(i);d.body.appendChild(j);}}(document,"pocket-btn-js");</script> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment