我在框架4.0上使用silverlight:
我在.html页面中使用“iframe”成功实现了一个Twitter分享按钮。但问题是,在我的“所有”页面上可以看到Twitter分享按钮,这不是目标。
我想要的是,twitter分享按钮仅在1个特定页面上可见,而在其他页面上,twitter按钮不可见。
代码是推特分享按钮:
<iframe allowtransparency="true" class="tweetButton" frameborder="0" scrolling="no"
src="http://platform.twitter.com/widgets/tweet_button.html"
style="width:130px; height:50px;">
</iframe>