|
70 | 70 | <span class="ion-android-favorite fontSize11 marginRight2 textOpacity1"></span> |
71 | 71 | <%= polyglot.t('nav.support') %> |
72 | 72 | </a> |
| 73 | + <hr/> |
| 74 | + <% var shareURL = "https%3A%2F%2Fopenbazaar.org" %> |
| 75 | + <a href="https://twitter.com/intent/tweet/?text=<%= polyglot.t('socialSharing.blurb') %>&url=<%= shareURL %>&hashtags=OpenBazaar&related=openbazaar%3AOpenBazaar,News%20about%20OpenBazaar"> |
| 76 | + <span class="ion-social-twitter fontSize11 marginRight2 textOpacity1"></span> |
| 77 | + Twitter |
| 78 | + </a> |
| 79 | + <a href="https://www.facebook.com/sharer/sharer.php?u=<%= shareURL %>"> |
| 80 | + <span class="ion-social-facebook fontSize11 marginRight2 textOpacity1"></span> |
| 81 | + Facebook |
| 82 | + </a> |
| 83 | + <a href=http://pinterest.com/pin/create/button/?url=<%= shareURL %>&description=<%= polyglot.t('socialSharing.blurb') %>"> |
| 84 | + <span class="ion-social-pinterest fontSize11 marginRight2 textOpacity1"></span> |
| 85 | + Pinterest |
| 86 | + </a> |
| 87 | + <a href="https://www.linkedin.com/shareArticle?mini=true&url=<%= shareURL %>&title=<%= polyglot.t('socialSharing.title') %>&summary=<%= polyglot.t('socialSharing.blurb') %>&source=OpenBazaar"> |
| 88 | + <span class="ion-social-linkedin fontSize11 marginRight2 textOpacity1"></span> |
| 89 | + LinkedIn |
| 90 | + </a> |
| 91 | + <a href="http://www.tumblr.com/share/link?url=<%= shareURL %>&name=OpenBazaar&description=<%= polyglot.t('socialSharing.blurb') %>"> |
| 92 | + <span class="ion-social-tumblr fontSize11 marginRight2 textOpacity1"></span> |
| 93 | + Tumblr |
| 94 | + </a> |
73 | 95 | </div> |
74 | 96 |
|
75 | 97 | <div class="js-serverSubmenu popMenu-navBarSubMenu popMenu-navBarSubMenu-servers"></div> |
|
96 | 118 | <%= polyglot.t('nav.testMode') %> |
97 | 119 | </div> |
98 | 120 | <% } %> |
99 | | - |
| 121 | + |
100 | 122 | </div> |
101 | 123 | </div> |
102 | 124 | <div class="ctrlGroup"> |
@@ -147,3 +169,26 @@ <h3 class="margin0 marginTop25"><%= polyglot.t('Discover') %></h3> |
147 | 169 | <div class="fontSize11 textOpacity75 marginTop8 marginLeft7 floatLeft js-navDismisslUpdate clickable"><%= polyglot.t('softwareUpdate.dismiss') %></div> |
148 | 170 | </div> |
149 | 171 | </div> |
| 172 | + |
| 173 | +<div class="socialReminder js-socialReminder"> |
| 174 | + <% var shareURL = "https%3A%2F%2Fopenbazaar.org" %> |
| 175 | + <h3 class="socialTitle"><%= polyglot.t('socialSharing.reminder') %></h3> |
| 176 | + <div class="closeBtn js-socialCloseBtn"><i class="ion-close"></i></div> |
| 177 | + <div class="socialLinkWrapper"> |
| 178 | + <a class="socialLink" href="https://twitter.com/intent/tweet/?text=<%= polyglot.t('socialSharing.blurb') %>&url=<%= shareURL %>&hashtags=OpenBazaar&related=openbazaar%3AOpenBazaar,News%20about%20OpenBazaar"> |
| 179 | + <span class="ion-social-twitter socialIcon"></span> |
| 180 | + </a> |
| 181 | + <a class="socialLink" href="https://www.facebook.com/sharer/sharer.php?u=<%= shareURL %>"> |
| 182 | + <span class="ion-social-facebook socialIcon"></span> |
| 183 | + </a> |
| 184 | + <a class="socialLink" href=http://pinterest.com/pin/create/button/?url=<%= shareURL %>&description=<%= polyglot.t('socialSharing.blurb') %>"> |
| 185 | + <span class="ion-social-pinterest socialIcon"></span> |
| 186 | + </a> |
| 187 | + <a class="socialLink" href="https://www.linkedin.com/shareArticle?mini=true&url=<%= shareURL %>&title=<%= polyglot.t('socialSharing.title') %>&summary=<%= polyglot.t('socialSharing.blurb') %>&source=OpenBazaar"> |
| 188 | + <span class="ion-social-linkedin socialIcon"></span> |
| 189 | + </a> |
| 190 | + <a class="socialLink" href="http://www.tumblr.com/share/link?url=<%= shareURL %>&name=OpenBazaar&description=<%= polyglot.t('socialSharing.blurb') %>"> |
| 191 | + <span class="ion-social-tumblr socialIcon"></span> |
| 192 | + </a> |
| 193 | + </div> |
| 194 | +</div> |
0 commit comments