mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +00:00
Merge 3f7d2dc4ba
into 6c53309666
This commit is contained in:
commit
f79b7c67b9
@ -17,7 +17,7 @@ The folks over at [MaxCDN](https://www.maxcdn.com) have graciously provided CDN
|
|||||||
|
|
||||||
Use the following in the `<head>` tag of your HTML document(s):
|
Use the following in the `<head>` tag of your HTML document(s):
|
||||||
```html
|
```html
|
||||||
<script src="//twemoji.maxcdn.com/2/twemoji.min.js?2.3.0"></script>
|
<script src="//twemoji.maxcdn.com/2/twemoji.min.js?2.5.0"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Breaking changes in V2
|
## Breaking changes in V2
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||||
|
|
||||||
<p>Code licensed under MIT. Graphics licensed under CC-BY</p>
|
<p>Code licensed under MIT. Graphics licensed under CC-BY</p>
|
||||||
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.3.0"></script>
|
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.5.0"></script>
|
||||||
<script>
|
<script>
|
||||||
// I \u2764 emoji!
|
// I \u2764 emoji!
|
||||||
twemoji.parse(document.body);
|
twemoji.parse(document.body);
|
||||||
|
Loading…
Reference in New Issue
Block a user