Skip to content

Commit

Permalink
Adding AddThis
Browse files Browse the repository at this point in the history
  • Loading branch information
tombenner committed Sep 18, 2012
1 parent ee2ce8c commit c690b1d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _layouts/default.html
Expand Up @@ -46,6 +46,17 @@


</div> </div>


<div class="addthis-container">
<div class="addthis_toolbox addthis_default_style" addthis:url="http://wpmvc.org" addthis:title="WP MVC" addthis:description="{mf-sharing-text}">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
</div>

<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4e9f102e24582422"></script>


</div> </div>


</body> </body>
Expand Down
5 changes: 5 additions & 0 deletions css/documentation.css
Expand Up @@ -63,4 +63,9 @@ body #content h2 {
color:#555; color:#555;
font-size:inherit; font-size:inherit;
display:inline; display:inline;
}
/*Customizations*/
.addthis-container {
float:right;
margin-top:50px;
} }

0 comments on commit c690b1d

Please sign in to comment.