Browse Source

Update social-buttons.html

zhixin 7 years ago
parent
commit
aaa80ee944
1 changed files with 29 additions and 37 deletions
  1. 29 37
      docs/_includes/social-buttons.html

+ 29 - 37
docs/_includes/social-buttons.html

@@ -1,39 +1,31 @@
 <div class="bs-docs-social">
-    {% t common.social_tip %}
-    <ul class="bs-docs-social-buttons">
-        <li>
-            <iframe class="github-btn"
-                    src="http://ghbtns.com/github-btn.html?user=wenzhixin&repo=bootstrap-table&type=watch&count=true"
-                    width="100" height="20" title="Star on GitHub"></iframe>
-        </li>
-        <li>
-            <iframe class="github-btn"
-                    src="http://ghbtns.com/github-btn.html?user=wenzhixin&repo=bootstrap-table&type=fork&count=true"
-                    width="102" height="20" title="Fork on GitHub"></iframe>
-        </li>
-        <li>
-            <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=wenzhixin&type=follow&count=true"
-                    width="175" height="20" title="Follow on GitHub"></iframe>
-        </li>
-        <!--<li>-->
-            <!-- https://about.twitter.com/resources/buttons#tweet -->
-            <!--<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>-->
-        <!--</li>-->
-        <!--<li>-->
-             <!--将此标记放置在你希望显示+1 按钮的位置。 -->
-            <!--<div class="g-plusone" data-annotation="inline" data-width="120"></div>-->
-        <!--</li>-->
-        <!--<li>-->
-            <!--<div>{% t common.qq_group %} 103558783</div>-->
-        <!--</li>-->
-    </ul>
-    {% t common.help %}
-    <ul class="bs-docs-social-buttons">
-        <li>
-            <a class="help-btn" href="http://stackoverflow.com/questions/tagged/bootstrap-table">StackOverflow</a>
-        </li>
-        <li>
-            <a class="help-btn" href="http://segmentfault.com/t/bootstrap-table">SegmentFault</a>
-        </li>
-    </ul>
+  {% t common.social_tip %}
+  <ul class="bs-docs-social-buttons">
+    <li>
+      <iframe class="github-btn"
+          src="http://ghbtns.com/github-btn.html?user=wenzhixin&repo=bootstrap-table&type=watch&count=true"
+          width="100" height="20" title="Star on GitHub"></iframe>
+    </li>
+    <li>
+      <iframe class="github-btn"
+          src="http://ghbtns.com/github-btn.html?user=wenzhixin&repo=bootstrap-table&type=fork&count=true"
+          width="102" height="20" title="Fork on GitHub"></iframe>
+    </li>
+    <li>
+      <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=wenzhixin&type=follow&count=true"
+          width="175" height="20" title="Follow on GitHub"></iframe>
+    </li>
+    <li>
+      <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://bootstrap-table.wenzhixin.net.cn" data-via="wenzhixin2010" data-related="wenzhixin2010">Tweet</a>
+    </li>
+  </ul>
+  {% t common.help %}
+  <ul class="bs-docs-social-buttons">
+    <li>
+      <a class="help-btn" href="http://stackoverflow.com/questions/tagged/bootstrap-table">StackOverflow</a>
+    </li>
+    <li>
+      <a class="help-btn" href="http://segmentfault.com/t/bootstrap-table">SegmentFault</a>
+    </li>
+  </ul>
 </div>