我正在使用以下代码让读者能够发布特定的博客文章-
<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;
}
该链接不起作用,甚至看起来都没有激活,我不太清楚为什么。有任何想法吗?