Created
December 30, 2010 06:25
-
-
Save dariuszparys/759523 to your computer and use it in GitHub Desktop.
WebMatrix Twitter Helper beispielhaft eingebunden
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
<!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