Skip to content

Instantly share code, notes, and snippets.

@robertolos
Created October 5, 2015 10:01
Show Gist options
  • Save robertolos/44f9b86e4232781b5f4e to your computer and use it in GitHub Desktop.
Save robertolos/44f9b86e4232781b5f4e to your computer and use it in GitHub Desktop.
Shopify Dashing - Comments widget for twitter mentions
<h1 class="title" data-bind="title"></h1>
<div class="comment-container">
<h3><img data-bind-src='current_comment.avatar'/><span data-bind='current_comment.name' class="name"></span></h3>
<p class="comment" data-bind='quote'></p>
<img id="media" data-showif="current_comment.media" data-bind-src='current_comment.media'/>
</div>
<p class="more-info" data-bind="moreinfo"></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment