Skip to content

Instantly share code, notes, and snippets.

@lithiumlab
Created March 12, 2012 16:06
Show Gist options
  • Save lithiumlab/2023012 to your computer and use it in GitHub Desktop.
Save lithiumlab/2023012 to your computer and use it in GitHub Desktop.
Customize Twitter @anywhere Tweet Box
<div id="tbox"></div>
<script type="text/javascript">
twttr.anywhere(function (T) {
T("#tbox").tweetBox({
height: 100,
width: 275,
label: '<span style="font-size:12px; padding-top:6px; color:#999999; display:inline-block; font-weight:bold;">Hello World!</span>',
defaultContent: "@winkpress "
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment