I found this code, but it simply is not working at all.
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Log Into Twitter</title>
<script src="http://platform.twitter.com/anywhere.js?id=OiflT0WcjZjpnZV4Ioxnvw" type="text/javascript"></script>
</head>
<body>
<script type="text/javascript">
twttr.anywhere("1.2.1", function (T) {
// Using version 1.2.1
});
twttr.anywhere("1.4", function (T) {
// Using version 1.4
});
</script>
</body>
</html>