|
10 | 10 | <div class="hero-unit"> |
11 | 11 | <h1>Bootstrap Tags Demo</h1> |
12 | 12 | <p>Bootstrap tags is an UI component to manage values with Ajax</p> |
13 | | - <div class="pull-right"> |
14 | | - <a href="https://twitter.com/share" class="twitter-share-button" data-via="serhioromano" data-size="large" data-hashtags="twbootstrap">Tweet</a> |
15 | | - <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> |
16 | | - </div> |
| 13 | + <style type="text/css"> |
| 14 | + .btn-twitter { |
| 15 | + padding-left: 30px; |
| 16 | + background: rgba(0, 0, 0, 0) url(https://platform.twitter.com/widgets/images/btn.27237bab4db188ca749164efd38861b0.png) -20px 6px no-repeat; |
| 17 | + } |
| 18 | + .btn-twitter:hover { |
| 19 | + background-position: -20px -18px; |
| 20 | + } |
| 21 | + </style> |
17 | 22 | <p> |
18 | 23 | <a href="https://github.com/Serhioromano/bootstrap-tags" class="btn btn-inverse">Fork on GitHub</a> |
19 | 24 | <a class="btn btn-success" href="https://github.com/Serhioromano/bootstrap-tags/blob/master/README.md">Documentation</a> |
| 25 | + <a href="https://twitter.com/serhioromano" class="btn btn-twitter" data-show-count="false" data-size="large">Follow @serhioromano</a> |
| 26 | + <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs'); |
| 27 | + </script> |
20 | 28 | </p> |
21 | 29 | </div> |
22 | 30 | <div class="row"> |
@@ -99,6 +107,19 @@ <h1>Bootstrap Tags Demo</h1> |
99 | 107 | </style> |
100 | 108 | </div> |
101 | 109 | </div> |
| 110 | + <div id="disqus_thread"></div> |
| 111 | + <script type="text/javascript"> |
| 112 | + /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ |
| 113 | + var disqus_shortname = 'bootstraptagsinput'; // required: replace example with your forum shortname |
| 114 | + |
| 115 | + /* * * DON'T EDIT BELOW THIS LINE * * */ |
| 116 | + (function() { |
| 117 | + var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; |
| 118 | + dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; |
| 119 | + (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); |
| 120 | + })(); |
| 121 | + </script> |
| 122 | + <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> |
102 | 123 | </div> |
103 | 124 |
|
104 | 125 | <script type="text/javascript" src="components/jquery/jquery.js"></script> |
|
0 commit comments