Created
August 27, 2015 06:35
-
-
Save seedcms/2bacafa61dcf8bf5c2c7 to your computer and use it in GitHub Desktop.
Crowd Visibility Minimal Widget Code
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
<!-- funding tracker widget --> | |
<div class="flex_header_full" style="display: none"> | |
<!-- header image here --> | |
</div> | |
<div style="" id="funding_tracker" data-id="{{ product.id }}" data-shop="{{ shop.permanent_domain | escape }}"></div> | |
<div class="tracking_wrapper" style="display: none; background: none;"> | |
<div class="tracking_inner"> | |
<div style="display: none;" class="tracking_title fund_title"></div> | |
<div style="display: none;" class="progress_left fund_raised"></div> | |
<div class="progress_bar" style="max-height: 10px; background: #ccc; "> | |
<div class="progress_bar_position fund_percent" style="min-width: 2%; float: left; height: 10px;"></div> | |
</div> | |
<div style="display: none;" class="progress_right fund_goal"><!-- goal --></div> | |
<div style="padding: 20px 0;"> | |
<div style="width: 100px; float: left; margin-right: 15px; border-right: 1px solid #ccc;"><span class="fund_percent_html"></span> to goal</div> | |
<div style="width: 100px; float: left; margin-right: 15px; border-right: 1px solid #ccc;"><span class="fund_day_countdown"></span> days left</div> | |
<div style="width: 200px; float: left;"><span class="fund_raised"></span> of <span class="fund_goal"></span> sold</div> | |
</div> | |
<div style="clear: both;"></div> | |
<div style="display: none;" class="tracking_sub_title fund_countdown"></div> | |
<div style="display: none;" class="tracking_meta_wrapper"></div> | |
<div style="display: none;" class="tracking_desc"></div> | |
</div> | |
</div> | |
<div style="clear: both;"></div> | |
<script src="https://crowdvisibility.com/assets/fund_tracker/funding_tracker.js?vs=1.01" type="text/javascript"></script> | |
<!-- end funding tracker --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment