diff options
| author | Tom Christie | 2013-01-22 17:35:46 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-01-22 17:35:52 +0000 | 
| commit | 998c245f7252d4ad39a48943c38c936e3d7a8c5c (patch) | |
| tree | 6cedef93b2fd908684b1b917dad05bbdb66c918b /docs/index.md | |
| parent | dd10d538ffc8f76ccc670f65da2220b09c22688c (diff) | |
| download | django-rest-framework-998c245f7252d4ad39a48943c38c936e3d7a8c5c.tar.bz2 | |
Add twitter share button to index page.
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 10 | 
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md index 3ed11c02..1b45a052 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,11 @@ -<iframe src="http://ghbtns.com/github-btn.html?user=tomchristie&repo=django-rest-framework&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> -[![Travis build image][travis-build-image]][travis] +<p class="badges"> +<iframe src="http://ghbtns.com/github-btn.html?user=tomchristie&repo=django-rest-framework&type=watch&count=true" class="github-star-button" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> + +<a href="https://twitter.com/share" class="twitter-share-button" data-url="django-rest-framework.org" data-text="Current status: Checking out the totally awesome Django REST framework! http://django-rest-framework.org" data-count="none">Tweet</a> +<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="http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> + +<img alt="Travis build image" src="https://secure.travis-ci.org/tomchristie/django-rest-framework.png?branch=master" class="travis-build-image"> +</p>  # Django REST framework  | 
