Skip to content

Instantly share code, notes, and snippets.

@lenagroeger
Created November 19, 2013 21:52
Show Gist options
  • Save lenagroeger/7553231 to your computer and use it in GitHub Desktop.
Save lenagroeger/7553231 to your computer and use it in GitHub Desktop.
Takeaways Box
<!-- TAKEAWAY BOX
make sure you include the socialsnippet.js, get-involved.css, and socialsnippet.css
-->
<script type="text/javascript" src="http://propublica.s3.amazonaws.com/assets/social/socialsnippet.js"></script>
<link type="text/css" rel="stylesheet" href="http://www.propublica.org/css/get-involved.css?20130301" type="text/css" media="all" charset="utf-8" />
<link rel="stylesheet" href="http://propublica.s3.amazonaws.com/assets/social/socialsnippet.css">
<div class="right-sidebar-media" id="some-id">
<h2>Takeaways</h2>
<ul>
<li><!-- some text goes here --> <span class="anno-tweet" data-txt="" data-hashtag="" data-url=""><!-- the text highlighted with a tweet symbol goes here --></span> <!-- some more text goes here --></li>
<li><!-- some text goes here --> <span class="anno-tweet" data-txt="" data-hashtag="" data-url=""><!-- the text highlighted with a tweet symbol goes here --></span> <!-- some more text goes here --></li>
</ul>
<div class="social_section">
<span class="ss-icon permalink"><a href="#some-id">Link</a></span>
</div>
</div>
<!-- END OF TAKEAWAY BOX -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment