OscarGodson / EpicEditor

EpicEditor is an embeddable JavaScript Markdown editor with split fullscreen editing, live previewing, automatic draft saving, offline support, and more. For developers, it offers a robust API, can be easily themed, and allows you to swap out the bundled Markdown parser with anything you throw at it.
http://epiceditor.com
MIT License
4.25k stars 338 forks source link

Broken Avatars - Footer #378

Closed waseem18 closed 7 years ago

waseem18 commented 8 years ago

In footer the four images are broken. not

Code tries to access avatars from Twitter using http://twitter.com/api/users/profile_image?screen_name. But Twitter API doesn't serve this anymore. So either we need to place avatar url directly in the code or use this way (http://stackoverflow.com/a/17110904/2820154) to get the avatars.

OscarGodson commented 8 years ago

They can just be removed embedded, linked from another place, or removed entirely :)