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

simple-api attribut deprecated but docs not updated #14

Closed
Kunamatata opened this issue May 6, 2016 · 7 comments
Closed

simple-api attribut deprecated but docs not updated #14

Kunamatata opened this issue May 6, 2016 · 7 comments

Comments

@Kunamatata
Copy link

Kunamatata commented May 6, 2016

Hi,

I'm having this message in the developer console but the docs still say to use simpla-api attribut in script tag https://www.simpla.io/docs/

The [simpla-api] attribute setup method is deprecated. Please use Simpla('rJIj1iC') instead, see https://www.simpla.io/docs/start

@madeleineostoja
Copy link

Documentation being updated as we speak :-)

TL;DR; Simpla is now setup with Javascript rather than a script attribute, like so:

<script src="https://app.simpla.io"></script>
<script>
  Simpla('rJIj1iC');
</script>

@madeleineostoja
Copy link

Docs updated

@Kunamatata
Copy link
Author

Thanks! You guys are great =) Sorry if it was a useless issue

@madeleineostoja
Copy link

No such thing as a useless issue! The more we hear about the better ;-)

@giorgiodoueihi
Copy link

giorgiodoueihi commented May 7, 2016

Heads up, the docs haven't updated for me. Tried multiple browsers, clearing cache, and private mode. Perhaps a CDN thing?

@madeleineostoja
Copy link

Harrumph. Iooking into it now.

@madeleineostoja
Copy link

Fixed

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

3 participants