Last active
June 16, 2017 04:39
-
-
Save kmrobin/e41350f8ee468582e34679fc618a8d49 to your computer and use it in GitHub Desktop.
Twitter Tweet Button in iFrame
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
<iframe id="tweet-button" allowtransparency="true" frameborder="0" scrolling="no" | |
src="http://platform.twitter.com/widgets/tweet_button.html?via=Robin&text="This is my Tweet"&count=horizontal" | |
style="width:110px; height:20px;"></iframe> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment