-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
382 lines (336 loc) · 14.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Customizable API wrappers for social platforms | OpenShare</title>
<meta name="author" content="Digital Surgeons" />
<meta name="description" content="Declarative and customizable API wrappers for social networks and platforms. Zero styling, maximum flexibility. No retargeting of your users. Your data is your data." />
<meta property="og:url" content="http://openshare.social" />
<meta property="og:title" content="Customizable API wrappers for social platforms | OpenShare" />
<meta property="og:description" content="Declarative and customizable API wrappers for social networks and platforms. Zero styling, maximum flexibility. No retargeting of your users. Your data is your data." />
<meta property="og:image" content="http://openshare.social/img/img-open-share-large.jpg" />
<meta itemprop="name" content="Customizable API wrappers for social platforms | OpenShare" />
<meta itemprop="description" content="Declarative and customizable API wrappers for social networks and platforms. Zero styling, maximum flexibility. No retargeting of your users. Your data is your data." />
<meta itemprop="image" content="http://openshare.social/img/img-open-share-large.jpg" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@digitalsurgeons" />
<meta name="twitter:site:id" content="18189130" />
<meta name="twitter:title" content="Customizable API wrappers for social platforms | OpenShare" />
<meta name="twitter:description" content="Declarative and customizable API wrappers for social networks and platforms. Zero styling, maximum flexibility. No retargeting of your users. Your data is your data." />
<meta name="twitter:image" content="http://openshare.social/img/img-open-share-small.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://file.myfontastic.com/n6vo44Re5QaWo8oCKShBs7/icons.css">
<link rel="stylesheet" href="dist/bundle.css">
</head>
<body>
<div class="masthead">
<div class="masthead__inner">
<header class="header">
<h2 class="header__logo">
<a class="header__logo-link" href="/">
Open<strong class="header__logo-strong">Share</strong>
</a>
</h2>
<nav class="header__nav">
<ul class="header__nav-list">
<li class="header__nav-item">
<a class="header__nav-link" href="/#features">Features</a>
</li>
<li class="header__nav-item">
<a class="header__nav-link" href="/examples">Examples</a>
</li>
<li class="header__nav-item">
<a class="header__nav-link" href="https://github.com/OpenShare/OpenShare/wiki">Docs</a>
</li>
<li class="header__nav-item">
<a class="header__nav-link" href="https://github.com/OpenShare/OpenShare">GitHub</a>
</li>
</ul>
</nav>
<a href="#" class="header__burger"><span class="burger-icon"></span></a>
</header>
<div class="masthead__content">
<div class="masthead__copy">
<h1 class="masthead__heading">
Simple & Transparent Platform Integrations
</h1>
<p class="masthead__body">
We provide straightforward, declarative, and completely customizable
API wrappers for all major social networks and platforms. Zero styling,
maximum flexibility. But, unlike other social sharing tools, we don't
retarget and profit from your users. Your data is your data — this
is OpenShare.
</p>
</div>
<div class="open-share-examples">
<a class="open-share-example" href="#"
data-open-share="twitter"
data-open-share-url="https://openshare.social"
data-open-share-via="digitalsurgeons"
data-open-share-text="#OpenShare, customizable API wrappers for social platforms -">
<span class="open-share-example__icon socicon-twitter"></span>
</a>
<a class="open-share-example" href="#"
data-open-share="facebook"
data-open-share-link="https://openshare.social"
data-open-share-picture="https://openshare.social/img/img-open-share-large.jpg"
data-open-share-caption="#OpenShare, customizable API wrappers for social platforms">
<span class="open-share-example__icon socicon-facebook"></span>
<span class="open-share-example__count"
data-open-share-count="facebook"
data-open-share-count-url="https://openshare.social">
</span>
</a>
<a class="open-share-example" href="#"
data-open-share="pinterest"
data-open-share-url="https://openshare.social"
data-open-share-media="https://openshare.social/img/img-open-share-large.jpg"
data-open-share-description="#OpenShare, customizable API wrappers for social platforms">
<span class="open-share-example__icon socicon-pinterest"></span>
<span class="open-share-example__count"
data-open-share-count="pinterest"
data-open-share-count-url="https://openshare.social">
</span>
</a>
<a class="open-share-example" href="#"
data-open-share="google"
data-open-share-url="https://openshare.social">
<span class="open-share-example__icon socicon-googleplus"></span>
<span class="open-share-example__count"
data-open-share-count="google"
data-open-share-count-url="https://openshare.social">
</span>
</a>
<a class="open-share-example" href="#"
data-open-share="reddit"
data-open-share-url="https://openshare.social"
data-open-share-title="#OpenShare, customizable API wrappers for social platforms">
<span class="open-share-example__icon socicon-reddit"></span>
<span class="open-share-example__count"
data-open-share-count="reddit"
data-open-share-count-url="https://openshare.social">
</span>
</a>
<a class="open-share-example" href="#"
data-open-share="google-maps"
data-open-share-type="directions"
data-open-share-saddr="Digital Surgeons, 1175 State St. New Haven, CT"
data-open-share-daddr="56 Orange St, New Haven, CT 06510",
data-open-share-directions-mode="transit"
data-open-share-ios="true">
<span class="open-share-example__icon fa fa-map-marker"></span>
</a>
</div>
<div class="open-share-examples--mobile">
<a class="open-share-example" href="#"
data-open-share="snapchat"
data-open-share-username="digitalsurgeons">
<span class="open-share-example__icon socicon-snapchat"></span>
</a>
<a class="open-share-example" href="#"
data-open-share="instagram">
<span class="open-share-example__icon socicon-instagram"></span>
</a>
<a class="open-share-example" href="#"
data-open-share="whatsapp"
data-open-share-text="Customizable API wrappers for social platforms - https://openshare.social">
<span class="open-share-example__icon socicon-whatsapp"></span>
</a>
<a class="open-share-example" href="#"
data-open-share="sms"
data-open-share-body="Customizable API wrappers for social platforms - https://openshare.social">
<span class="open-share-example__icon fa fa-comment"></span>
</a>
</div>
<div class="masthead__ctas ctas">
<a class="ctas__cta btn" href="https://github.com/OpenShare/openshare/wiki/1.-Getting-Started">Get Started</a>
<a class="ctas__cta btn--dark" href="https://github.com/OpenShare/openshare">
<span class="btn__icon fa fa-github"></span>
GitHub
<div class="star-count">
<span class="star-count__icon fa fa-star"></span>
<span data-open-share-count="github-stars"
data-open-share-count-repo="OpenShare/openshare"
class="star-count__num"></span>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="newsletter">
<div class="newsletter__inner">
<h2 class="newsletter__title">Get the latest OpenShare integrations</h2>
<form class="newsletter__form" action="//fransland.us1.list-manage.com/subscribe/post?u=6a140f08bdc3761f4eea1d618&id=25a1788863" method="POST" target="_blank" validate>
<input class="newsletter__input" name="EMAIL" type="email" required placeholder="Email address..." />
<input class="newsletter__btn btn--pink" type="submit" value="Sign up" />
</form>
</div>
</div>
<section class="features">
<article class="feature">
<div class="feature__col--large-right">
<div class="feature__align">
<img class="feature__img-tag" src="dist/img/img-code.png" />
</div>
</div>
<div class="feature__col--small">
<div class="feature__align">
<h2 class="feature__heading">
100% customizable
</h2>
<p class="feature__body">
Whether you're using the JavaScript or declarative data-attribute API,
OpenShare comes with no predefined themes or styles. No hacky
overrides, no cascade of !important hell, <strong>just straight up HTML</strong>
ready for you to style.
</p>
<a class="feature__link" href="https://github.com/OpenShare/openshare/wiki">Read full docs »</a>
<a class="feature__link" href="https://openshare.social/examples.html">Check out the examples »</a>
</div>
</div>
</article>
<article class="feature">
<div class="feature__col--small">
<div class="feature__align--center">
<img class="feature__img-tag" src="dist/img/img-phone.png" />
</div>
</div>
<div class="feature__col--large-center">
<div class="feature__align">
<h2 class="feature__heading">
Native support
</h2>
<p class="feature__body">
<a href="https://developer.android.com/guide/components/intents-filters.html" target="_blank">
Android Intents</a> allow users to complete certain tasks using an
installed application, if available. Unfortunately, iOS doesn't
provide this feature, so instead, OpenShare can optionally build <strong>iOS-specific
URL schemes</strong> before defaulting to the web.
</p>
<a class="feature__link" href="https://github.com/OpenShare/openshare/wiki">Read full docs »</a>
</div>
</div>
</article>
<article class="feature">
<div class="feature__col--large-right">
<div class="feature__align--center">
<img class="feature__img-tag" src="dist/img/img-data.png" />
</div>
</div>
<div class="feature__col--small">
<div class="feature__align">
<h2 class="feature__heading">
Keep your data
</h2>
<p class="feature__body">
You may be surprised to learn the number of script tags that
end up on your site when trusting 3rd party tools, especially in
the social sharing space. OpenShare will never inject unexpected
tags onto your page or retarget your users for profit. <strong>Your data
is your data.</strong>
</p>
<a class="feature__link" href="https://github.com/OpenShare/openshare/wiki">Read full docs »</a>
</div>
</div>
</article>
<article class="feature">
<div class="feature__col--small">
<div class="feature__align">
<img class="feature__img-tag" src="dist/img/img-analytics.png" />
</div>
</div>
<div class="feature__col--large-center">
<div class="feature__align">
<h2 class="feature__heading">
Google Analytics
</h2>
<p class="feature__body">
Our brand new <strong>Google Analytics / Tag Manager</strong>
integration brings a whole new level of insight to your projects.
These fully-realized integrations speed up social tracking
implementations and allow you focus on how your users interface
with your applications. What you do with that data is completely
up to you.
</p>
<a class="feature__link" href="https://github.com/OpenShare/openshare/wiki">Read full docs »</a>
</div>
</div>
</article>
</section>
<div class="callout">
<div class="callout__inner">
<h3 class="callout__heading">
Join the #OpenShare movement
</h3>
<a class="open-share-example"
data-open-share="twitter"
data-open-share-url="https://openshare.social"
data-open-share-via="digitalsurgeons"
data-open-share-text="#OpenShare, customizable API wrappers for social platforms">
<span class="open-share-example__icon socicon-twitter"></span>
</a>
<a class="open-share-example"
data-open-share="facebook"
data-open-share-link="https://openshare.social"
data-open-share-picture="https://openshare.social/img/img-open-share-large.jpg"
data-open-share-caption="#OpenShare, customizable API wrappers for social platforms">
<span class="open-share-example__icon socicon-facebook"></span>
<span class="open-share-example__count"
data-open-share-count="facebook"
data-open-share-count-url="https://openshare.social">
</span>
</a>
<a class="open-share-example"
data-open-share="google"
data-open-share-url="https://openshare.social">
<span class="open-share-example__icon socicon-googleplus"></span>
<span class="open-share-example__count"
data-open-share-count="google"
data-open-share-count-url="https://openshare.social">
</span>
</a>
<a class="open-share-example"
data-open-share="linkedin"
data-open-share-url="https://openshare.social"
data-open-share-title="#OpenShare, customizable API wrappers for social platforms">
<span class="open-share-link__icon socicon-linkedin"></span>
<span class="open-share-example__count"
data-open-share-count="linkedin"
data-open-share-count-url="https://openshare.social">
</span>
</a>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<a class="footer__logo" href="/">
Open<strong class="footer__logo-strong">Share</strong>
</a>
<a class="footer__ds" href="http://www.digitalsurgeons.com">
<img src="dist/img/img-digitalsurgeons.png" alt="Digital Marketing Agency" title="Digital Marketing Agency" />
</a>
</div>
</footer>
<script src="dist/bundle.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-79013162-1', 'auto');
ga('send', 'pageview');
</script>
<script type='text/javascript'>
(function (d, t) {
var bh = d.createElement(t), s = d.getElementsByTagName(t)[0];
bh.type = 'text/javascript';
bh.src = 'https://www.bugherd.com/sidebarv2.js?apikey=b3ncpylny5z62uuiunjmzg';
s.parentNode.insertBefore(bh, s);
})(document, 'script');
</script>
</body>
</html>