social-buttons.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <div class="bs-docs-social">
  2. {% t common.social_tip %}
  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. <!--将此标记放置在你希望显示+1 按钮的位置。 -->
  24. <!--<div class="g-plusone" data-annotation="inline" data-width="120"></div>-->
  25. <!--</li>-->
  26. <!--<li>-->
  27. <!--<div>{% t common.qq_group %} 103558783</div>-->
  28. <!--</li>-->
  29. </ul>
  30. {% t common.help %}
  31. <ul class="bs-docs-social-buttons">
  32. <li>
  33. <a class="help-btn" href="http://stackoverflow.com/questions/tagged/bootstrap-table">StackOverflow</a>
  34. </li>
  35. <li>
  36. <a class="help-btn" href="http://segmentfault.com/t/bootstrap-table">SegmentFault</a>
  37. </li>
  38. </ul>
  39. </div>