Bloggify / github-calendar

:bar_chart: Embed your GitHub calendar everywhere.
https://bloggify.github.io/github-calendar/example/
MIT License
1.23k stars 213 forks source link

The example (codepan) doesn't work - Loading the data just for you all the time #97

Closed hayorov closed 4 years ago

hayorov commented 4 years ago

Problem: Widget doesn't work as described, it always shows "Loading the data just for you." and nothing happens.

Steps to reproduce:

Developer console reports the next errors: image

Browsers: Chrome 80.0.3987.87 (Official Build) (64-bit) and Firefox 72.0.2 (64-bit) all on macOs 11.15.3

Fix

shaheemMPM commented 4 years ago

change the src of script to https://cdn.rawgit.com/IonicaBizau/github-calendar/gh-pages/dist/github-calendar.min.js

hayorov commented 4 years ago

change the src of script to https://cdn.rawgit.com/IonicaBizau/github-calendar/gh-pages/dist/github-calendar.min.js

@shaheemMPM ⬆️ Fix section, sometimes reading is worth it. 😏

IonicaBizau commented 4 years ago

We have to get rid of the rawgit.com links.

hayorov commented 4 years ago

Thank you @IonicaBizau