Created
October 5, 2015 10:01
-
-
Save robertolos/44f9b86e4232781b5f4e to your computer and use it in GitHub Desktop.
Shopify Dashing - Comments widget for twitter mentions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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