Skip to content

Instantly share code, notes, and snippets.

@takurx
Created May 6, 2018 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takurx/dc4bdccd3f7c80079d558edbe5fe4f05 to your computer and use it in GitHub Desktop.
Save takurx/dc4bdccd3f7c80079d558edbe5fe4f05 to your computer and use it in GitHub Desktop.
tweetボタンを画像表示にするのにscriptタグの行が必要だった
<html>
<title>Hello, tomorinao</title>
<body>
<p>Tomorinao works!</p>
<p>
<a class="twitter-share-button" href="https://twitter.com/intent/tweet?text=Hello,%20tomorinao">Tweet</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</p>
<body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment