Created
May 6, 2018 11:51
-
-
Save takurx/dc4bdccd3f7c80079d558edbe5fe4f05 to your computer and use it in GitHub Desktop.
tweetボタンを画像表示にするのにscriptタグの行が必要だった
This file contains 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
<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