social-buttons.html 1.3 KB

123456789101112131415161718192021222324252627282930313233
  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="https://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="https://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"
  16. src="https://ghbtns.com/github-btn.html?user=wenzhixin&type=follow&count=true"
  17. width="175" height="20" title="Follow on GitHub"></iframe>
  18. </li>
  19. <li>
  20. <a href="https://twitter.com/share" class="twitter-share-button"
  21. data-url="https://bootstrap-table.wenzhixin.net.cn" data-via="wenzhixin2010" data-related="wenzhixin2010">Tweet</a>
  22. </li>
  23. </ul>
  24. {% t common.help %}
  25. <ul class="bs-docs-social-buttons">
  26. <li>
  27. <a class="help-btn" href="https://stackoverflow.com/questions/tagged/bootstrap-table">StackOverflow</a>
  28. </li>
  29. <li>
  30. <a class="help-btn" href="https://segmentfault.com/t/bootstrap-table">SegmentFault</a>
  31. </li>
  32. </ul>
  33. </div>