share.html 1.0 KB

12345678910111213141516171819
  1. <!-- <h4 class="dialog-title">Share</h4> -->
  2. <div class="dialog-section no-p">
  3. <a class="btn btn-transparent btn-icon-labeled hover" href="http://www.facebook.com/sharer.php?u={{share_base_url_enc}}{{active_space._id}}">
  4. <span class="icon icon-social-square-facebook"> </span>
  5. <span class="icon-label"> facebook </span>
  6. </a>
  7. <a class="btn btn-transparent btn-icon-labeled hover" target="_blank" href="https://twitter.com/intent/tweet?url={{share_base_url_enc}}{{active_space._id}}">
  8. <span class="icon icon-social-twitter"> </span>
  9. <span class="icon-label"> twitter </span>
  10. </a>
  11. <a class="btn btn-transparent btn-icon-labeled hover email" target="_blank" href="mailto:?subject=Check out my new Space&amp;body={{share_base_url_enc}}{{active_space._id}}">
  12. <span class="icon icon-mail"> </span>
  13. <span class="icon-label"> email </span>
  14. </a>
  15. <hr>
  16. <h4 class="dialog-title">Share via Link</h4>
  17. <span class="input no-b" style="height:auto;padding:15px">{{share_base_url+active_space._id}}</span>
  18. </div>