zilongxuan001 / LearnFreecode

0 stars 0 forks source link

定义发送twitter #320

Open zilongxuan001 opened 6 years ago

zilongxuan001 commented 6 years ago

功能

点击按钮,将引言和出处发到twitter。

代码

 $('#quote-btn').click(function() {

//定义发送到twitter。

    var twitter = 'https://twitter.com/intent/tweet?text=' + randomQuote;
    $(".twitter-share-button").attr("href", twitter);
  });//点击函数功能结束。

效果

image

来源: https://codepen.io/zilongxuan001/pen/oqJwKj