Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDN twemoji not working #912

Closed
jguidini opened this issue Jan 16, 2023 · 0 comments
Closed

CDN twemoji not working #912

jguidini opened this issue Jan 16, 2023 · 0 comments

Comments

@jguidini
Copy link

Hi!

I'm using demo page, and this days the result of markdown (right box) shows nothing.

Inspecting I'ved found an 404 error, see:

image

After some googling found the root cause: https://github.com/twitter/twemoji#cdn-support

MaxCDN has shutted down.

To solve this, on index.html change the old CDN by the new one:

 15     <!-- <script src="https://twemoji.maxcdn.com/twemoji.min.js"></script> -->
 16     <script src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>

I would be grateful if update the code of demo page.

Thanks.

@puzrin puzrin closed this as completed in ccea8b1 Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant