字体真棒图标消失了吗?在" href"

时间:2016-09-27 20:30:52

标签: html

我正在尝试使用一些字体真棒图标来允许某些博客的重新发布,但每次我制作" href ="更复杂的图标消失了。

有谁可以告诉我为什么会这样做:

<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<a href="https://twitter.com/intent/tweet">Tweet <i class="fa fa-twitter-square fa-2x"></i></a>

但是这不是:

<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<a class="btn-cta-freequote" href="https://twitter.com/intent/tweet?text=Hello%20world">Tweet <i class="fa fa-twitter-square fa-2x"></i></a>

区别在于:&#34;?text = Hello%20world&#34;

http://codepen.io/anon/pen/pEwgyg

enter image description here

只有一个推文&#39;正在出现,应该有两个。

由于

1 个答案:

答案 0 :(得分:3)

Ublock origin将阻止大量的Twitter / FB /社交链接。关闭广告屏幕并 presto