miller-center / first-year

HTML/CSS/JS for First Year 2017 project pages
0 stars 0 forks source link

Make "share" buttons live #32

Closed amber-reichert closed 8 years ago

amber-reichert commented 8 years ago

Here's some starter code:

<li class="social-option social-fb-icon"><a href="http://www.facebook.com/share.php?u={url_title}" target="_blank"> </a></li>
<li class="social-option social-tw-icon"><a href="https://twitter.com/intent/tweet?text={title} - {url_title}" target="_blank"> </a></li>
<li class="social-option social-linkedin-icon"><a href=""></a></li>
<li class="social-option social-mail-icon"><a href="mailto:?body={url_title}"></a></li>
amber-reichert commented 8 years ago

Note: needed in sharing sidebar and in horizontal sharing buttons on blog page.

amber-reichert commented 8 years ago

Sharing sidebar: done. Need to do horizontal sharing on blog posts.

amber-reichert commented 8 years ago

Blog posts done.