social-buttons.html 1.6 KB

123456789101112131415161718192021222324252627282930313233
  1. <div class="bs-docs-social">
  2. if you like bootstrap table - help:
  3. <ul class="bs-docs-social-buttons">
  4. <li>
  5. <iframe class="github-btn"
  6. src="http://ghbtns.com/github-btn.html?user=wenzhixin&repo=bootstrap-table&type=watch&count=true"
  7. width="100" height="20" title="Star on GitHub"></iframe>
  8. </li>
  9. <li>
  10. <iframe class="github-btn"
  11. src="http://ghbtns.com/github-btn.html?user=wenzhixin&repo=bootstrap-table&type=fork&count=true"
  12. width="102" height="20" title="Fork on GitHub"></iframe>
  13. </li>
  14. <li>
  15. <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=wenzhixin&type=follow&count=true"
  16. width="175" height="20" title="Follow on GitHub"></iframe>
  17. </li>
  18. <li>
  19. <!-- https://about.twitter.com/resources/buttons#tweet -->
  20. <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://wenzhixin.net.cn/p/bootstrap-table" data-via="BootstrapTable" data-related="BootstrapTable">Tweet</a>
  21. </li>
  22. <!--<li>-->
  23. <!--<a href="https://twitter.com/BootstrapTable" class="twitter-follow-button" data-show-count="false">Follow @BootstrapTable</a>-->
  24. <!--</li>-->
  25. <li>
  26. <!-- 将此标记放置在你希望显示+1 按钮的位置。 -->
  27. <div class="g-plusone" data-annotation="inline" data-width="120"></div>
  28. </li>
  29. <li>
  30. <script data-gratipay-username="wenzhixin" data-gratipay-widget="button" src="//gttp.co/v1.js"></script>
  31. </li>
  32. </ul>
  33. </div>