rgpages / rgpages.github.io

This page was created and is cared for by The Register-Guard web team to curate special online presentations of static stories. Additionally, it houses open-source story templates.
http://pages.registerguard.com/
0 stars 0 forks source link

bruce - add social media buttons #4

Closed robertdenton closed 10 years ago

robertdenton commented 10 years ago

Moved from rgpages/bruce/issues/1

robertdenton commented 10 years ago

Went to Addthis and activated sharing buttons.

screen shot 2014-07-30 at 9 32 07 am

screen shot 2014-07-30 at 9 32 40 am

Implemented code in code and added styles.

<!-- social buttons -->
<div class="addthis_sharing_toolbox"></div>
<!-- Addthis script -->
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=registerguard"></script>
/* addthis */
.addthis_sharing_toolbox{
    width: 100%;
    margin-top: 24px;
    text-align: center;
}

@media (min-width: 980px) {
    .addthis_sharing_toolbox{
        width: 20%;
        float: right;
        text-align: right;
    }
}
/* end of addthis */