aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/social-buttons.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-05-08 22:07:28 -0700
committerMark Otto <[email protected]>2013-05-08 22:07:28 -0700
commit07aed1abc364cc5f493136eba34890b3670554d3 (patch)
tree0a476ba450b0cc7ff4783562cee88e7209624079 /docs/_includes/social-buttons.html
parentedb733ebc7db2d76bdac2611cbd83c5ae36f4fee (diff)
downloadbootstrap-07aed1abc364cc5f493136eba34890b3670554d3.tar.xz
bootstrap-07aed1abc364cc5f493136eba34890b3670554d3.zip
move social buttons to separate include
Diffstat (limited to 'docs/_includes/social-buttons.html')
-rw-r--r--docs/_includes/social-buttons.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/_includes/social-buttons.html b/docs/_includes/social-buttons.html
new file mode 100644
index 000000000..68d5fc40e
--- /dev/null
+++ b/docs/_includes/social-buttons.html
@@ -0,0 +1,16 @@
+<div class="bs-docs-social">
+ <ul class="bs-docs-social-buttons">
+ <li>
+ <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
+ </li>
+ <li>
+ <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe>
+ </li>
+ <li class="follow-btn">
+ <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @twbootstrap</a>
+ </li>
+ <li class="tweet-btn">
+ <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twitter.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a>
+ </li>
+ </ul>
+</div>