Skip to content

Commit 9b5e523

Browse files
committed
tweet button
1 parent 462427c commit 9b5e523

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,20 @@ <h2>Arrow configuration</h2>
5555
</form>
5656
</div>
5757
<code class='result_code' readonly='readonly'></code>
58+
5859
</div>
5960

61+
62+
6063
<footer id='footer'>
6164
&copy; 2012 By <a href='http://icreateui.com'>Simon Højberg</a>
6265
&middot;
6366
Follow me on twitter: <a href='https://twitter.com/shojberg'>@shojberg</a>
6467
&middot;
6568
Checkout the source on <a href='https://github.com/hojberg/cssarrowplease'>github</a>
69+
&middot;
70+
<a href="https://twitter.com/share" class="twitter-share-button" data-text="Simple way to create CSS arrows for tooltips and the like" data-via="shojberg">Tweet</a>
71+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
6672
</footer>
6773

6874
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script>

0 commit comments

Comments
 (0)