Skip to content

Instantly share code, notes, and snippets.

@timmatheson
Created July 15, 2013 07:37
Show Gist options
  • Select an option

  • Save timmatheson/5998082 to your computer and use it in GitHub Desktop.

Select an option

Save timmatheson/5998082 to your computer and use it in GitHub Desktop.
<!-- Retweet App Snippet -->
<link rel='stylesheet' href='http://localhost:3000/assets/retweet.css' />
<script src="//platform.twitter.com/widgets.js"></script>
<script src="http://localhost:3000/assets/api.js?t=1"></script>
<script type='text/javascript'>
var asset_url = "{{ shop.metafields.retweeter.tab_image | asset_url }}";
jQuery(document).ready(function(){
RetweetApi.init({{ shop.metafields.retweeter | json }}, asset_url);
});
</script>
<div id='retweetCode'></div>
<!-- Retweet App Snippet -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment