Skip to content

Instantly share code, notes, and snippets.

@dariuszparys
Created December 30, 2010 06:25
Show Gist options
  • Save dariuszparys/759523 to your computer and use it in GitHub Desktop.
Save dariuszparys/759523 to your computer and use it in GitHub Desktop.
WebMatrix Twitter Helper beispielhaft eingebunden
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<article>
Dies ist ein Text der im Browser angezeigt werden soll.
</article>
@TwitterGoodies.TweetButton(language: TwitterGoodies.Languages.German)
<div>
@TwitterGoodies.Profile("writeline", tweetsBackgroundColor: "#ffffff", tweetsColor: "#000000")
</div>
<div>
@TwitterGoodies.Search("schnee")
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment