如何分享帖子到社交媒体

时间:2017-02-28 12:07:01

标签: post button share media social

我有按钮在Facebook,Twitter和Google +上分享帖子。

你有完整的代码吗?我在找,但有点难。

<div class="social-buttons">
   <a class="button social-button facebook-button" href="#">
     <i class="fa fa-facebook" aria-hidden="true"></i>
                                Like
    </a>        
    <a class="button social-button twitter-button" href="#">
     <i class="fa fa-twitter" aria-hidden="true"></i>
                                Tweet
    </a>
    <a class="button social-button google-button" href="#">
      <i class="fa fa-google-plus" aria-hidden="true"></i>
                                +1
    </a>
</div>

0 个答案:

没有答案