forked from ritz078/embed-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
257 lines (244 loc) · 8.96 KB
/
Copy pathindex.html
File metadata and controls
257 lines (244 loc) · 8.96 KB
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
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<title>embed.js</title>
<meta name="description"
content="A JavaScript plugin that analyses the string and automatically embeds emojis, media, maps, tweets, code and services.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300' rel='stylesheet' type='text/css'>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css(.) styles/vendor.css -->
<!-- bower:css -->
<link rel="stylesheet" href="/bower_components/skeleton/css/skeleton.css" />
<link rel="stylesheet" href="/bower_components/sidr/stylesheets/jquery.sidr.light.css">
<!-- endbower -->
<!-- endbuild -->
<!-- build:css(.tmp) styles/main.css -->
<link rel="stylesheet" href="styles/main.css">
<!-- endbuild -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
</head>
<body>
<!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
your browser</a> to improve your experience.</p>
<![endif]-->
<header>
<a href="/embed.js/" id="logo"><img src="images/logo.png" srcset="images/logo@2x.png 2x" alt=""></a>
<nav>
<a href="#sidr" class="nav"><i class="fa fa-bars"></i></a>
<ul>
<a href="/embed.js/">
<li>Home</li>
</a>
<a href="https://embedjs.readme.io/docs/installation" target="_blank">
<li>Getting Started</li>
</a>
<a href="https://embedjs.readme.io/docs/basic-usage" target="_blank">
<li>Options</li>
</a>
<a href="https://embedjs.readme.io/docs/instance-methods" target="_blank">
<li>API</li>
</a>
<a href="https://embedjs.readme.io/docs/basic-example" target="_blank">
<li>Examples</li>
</a>
<a href="https://github.com/ritz078/embed.js" target="_blank">
<li><i class="fa fa-github"></i></li>
</a>
</ul>
</nav>
<div id="sidr-right">
<!-- Your content -->
<ul>
<li><a href="/embed.js/">Home</a></li>
<li><a target="_blank" href="https://embedjs.readme.io/docs/installation">Getting Started</a></li>
<li><a target="_blank" href="https://embedjs.readme.io/docs/basic-usage">Options</a></li>
<li><a target="_blank" href="https://embedjs.readme.io/docs/instance-methods">API</a></li>
<li><a target="_blank" href="https://embedjs.readme.io/docs/basic-example">Examples</a></li>
<li><a target="_blank" href="https://github.com/ritz078/embed.js">Github</a></li>
</ul>
</div>
</header>
<div class="banner">
<div class="banner-details">
<span class="title">A pure JavaScript plugin to insert or embed <br><span class="typed">MP3 SONGS</span></span>
<a href="https://github.com/ritz078/embed.js/archive/master.zip">
<button class="button-primary download">Download v4.0.0</button>
</a>
<div class="social-wrapper">
<div class="social">
<div class="twitter">
<a
href="https://twitter.com/intent/tweet?text=embed.js+%7C+A+JS+plugin+to+embed+emojis%2C+media%2C+maps%2C+tweets%2C+code%2C+services+and+parse+markdown+http%3A%2F%2Fbit.ly%2F1NIvT8A&url='http%3A%2F%2Fbit.ly%2F1NIvT8A'&hashtags=JavaScript"
target="_blank">
<i class="fa fa-twitter"></i>
</a>
</div>
<div class="star">
<a href="https://github.com/ritz078/embed.js"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
<!--<div class="browser-wrapper">-->
<!--<!–<img src="images/Browser.png" class="browser" srcset="images/Browser.png 1x, images/Browser@2x.png 2x" alt="">–>-->
<!--</div>-->
<div class="container">
<h5>Features</h5>
<div class="row features">
<div class="six columns">
<div class="column-item">
<div class="icon emoji"></div>
<div class="text">
<div class="title">Emoji & Font icons</div>
Support for all emojis and font icons is present. You can even add your own emoji or customize the font
smileys.
</div>
</div>
<div class="column-item">
<div class="icon twitter">
</div>
<div class="text">
<div class="title">Twitter</div>
You can embed tweets by enabling the option and pass all the configuration options supported by twitter oEmbed
API.
</div>
</div>
<div class="column-item">
<div class="icon github">
</div>
<div class="text">
<div class="title">Github Gists</div>
Github Gists can be embedded without requiring any extra scripts.
</div>
</div>
<div class="column-item">
<div class="icon ted">
</div>
<div class="text">
<div class="title">Video Sharing Services</div>
Services like YOUTUBE, VIMEO, VINE, USTREAM, DAILYMOTION and LIVELEAK are supported.
</div>
</div>
<div class="column-item">
<div class="icon codepen">
</div>
<div class="text">
<div class="title">Online Code Editors</div>
Online Code Editors like CODEPEN, JSFIDDLE, JSBIN, IDEONE and PLUNKER are supported.
</div>
</div>
<div class="column-item">
<div class="icon instagram">
</div>
<div class="text">
<div class="title">Photo Sharing</div>
Photo Sharing services like FLICKR and INSTAGRAM are supported currently.
</div>
</div>
<div class="column-item">
<div class="icon youtube">
</div>
<div class="text">
<div class="title">Video Details</div>
The preview of videos with video description is supported for VIMEO and YOUTUBE videos.
</div>
</div>
</div>
<div class="six columns">
<div class="column-item">
<div class="icon soundcloud">
</div>
<div class="text">
<div class="title">Music sharing</div>
Music sharing services like SPOTIFY and SOUNDCLOUD are supported.
</div>
</div>
<div class="column-item">
<div class="icon gmap">
</div>
<div class="text">
<div class="title">Google Map</div>
You can embed google maps pointing to a location in all possible configurations like streetview, place etc.
</div>
</div>
<div class="column-item">
<div class="icon markdown">
</div>
<div class="text">
<div class="title">Markdown</div>
This plugin supports markdown parsing using the power of marked.js .
</div>
</div>
<div class="column-item">
<div class="icon url">
</div>
<div class="text">
<div class="title">URL</div>
converts urls into HTML anchor tags. It also recognizes hundreds of shortened url like bit.ly, buff.ly etc.
</div>
</div>
<div class="column-item">
<div class="icon image">
</div>
<div class="text">
<div class="title">Image</div>
Image files with extensions gif|jpg|jpeg|tiff|png|svg|webp are automatically embedded.
</div>
</div>
<div class="column-item">
<div class="icon media">
</div>
<div class="text">
<div class="title">Audio and Video Files</div>
Audi files with extension wav|mp3|ogg and video files with extension ogv|webm|mp4 are supported.
</div>
</div>
<div class="column-item">
<div class="icon code">
</div>
<div class="text">
<div class="title">Code Highlighting</div>
Get inline code syntax highlighting using the code's markdown syntax with customizable themes.
</div>
</div>
</div>
</div>
</div>
<footer>
<span>Copyright © 2016 | Made by <a href="https://twitter.com/ritz078" target="_blank">Ritesh
Kumar</a></span>
</footer>
<!-- build:js(.) scripts/vendor.js -->
<!-- bower:js -->
<script src="/bower_components/jquery/dist/jquery.js"></script>
<script src="/bower_components/sidr/jquery.sidr.min.js"></script>
<!-- endbower -->
<!-- endbuild -->
<!-- build:js(.tmp) scripts/main.js -->
<script src="scripts/main.js"></script>
<!-- endbuild -->
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function (b, o, i, l, e, r) {
b.GoogleAnalyticsObject = l;
b[l] || (b[l] =
function () {
(b[l].q = b[l].q || []).push(arguments)
});
b[l].l = +new Date;
e = o.createElement(i);
r = o.getElementsByTagName(i)[0];
e.src = 'https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e, r)
}(window, document, 'script', 'ga'));
ga('create', 'UA-60624235-2');
ga('send', 'pageview');
</script>
</body>
</html>