Skip to content

Instantly share code, notes, and snippets.

@agiletalk
Created December 16, 2013 02:01
Show Gist options
  • Save agiletalk/7981343 to your computer and use it in GitHub Desktop.
Save agiletalk/7981343 to your computer and use it in GitHub Desktop.
Tumblr에 Pocket Button 설치하기 http://getpocket.com/publisher/button
<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