読者が特定のブログ投稿をツイートできるように、次のコードを使用しています。
<a expr:href='"http://twitter.com/home?status=Reading " + data:post.title + " @mytwitter " + data:post.url' class='twitter'></a>
.content .share .social ul li a.twitter {
display: block;
width: 26px;
height: 26px;
background: url(img/twitter.png);
text-indent: -99999px;
}
.content .share .social ul li a.twitter:hover {
background: url(img/twitter-hover.png);
background-position: 0 0;
}
リンクが機能しておらず、アクティブになっているようにも見えません。その理由はよくわかりません。何か案は?