Fullpage.js: Licence key

Created on 15 Oct 2018  路  12Comments  路  Source: alvarotrigo/fullPage.js

I've read your documentation and it isn't very clear on how to use your licence, will you please be so kind as to help me? Bc the link you are giving me doesn't say much?

question

Most helpful comment

Sorry I don't know what else I can tell you. Really :D (not trying to be funny or rude either)

What don't you understand about this code?

new fullpage({
    licenseKey: 'YOUR_KEY_HERE'
});

All 12 comments

Or could you give me your email to get hold of you please

Really?
What is not clear about this?

Options
licenseKey: (default null). This option is compulsory. If you use fullPage in a non open source project, then you should use the license key provided on the purchase of the fullPage Commercial License. Otherwise, you can use the string OPEN-SOURCE-GPLV3-LICENSE. Please read more about licenses here and on the website. For example:

new fullpage({
    licenseKey: 'YOUR_KEY_HERE'
});

Where do I put it?

Bc my team and I don't know where to place it? I genuinely need help please, if that would be possible

I guess I'll have to quote myself again?

new fullpage({
    licenseKey: 'YOUR_KEY_HERE'
});

It is just another fullPage.js option.
Please read the docs regarding how to use and pass options to fullPage.js.

I've read your docs over and over and that's all it says?
I'd just like to know how to insert it, I'm not trying to be funny

I wouldn't ask for help for you to just keep posting the same thing I'm able to read on the docs

Sorry I don't know what else I can tell you. Really :D (not trying to be funny or rude either)

What don't you understand about this code?

new fullpage({
    licenseKey: 'YOUR_KEY_HERE'
});

Where do I put it in my react code? in and componentWillMount()? It's not very clear

Right I see. So your question is mainly how to pass fullPage.js options to the react component.

See how to pass fullPage.js options in the example provided in the react component:
https://github.com/alvarotrigo/react-fullpage/blob/master/example/src/index.js#L17

Thank you for your patients, I got it

Was this page helpful?
1 / 5 - 1 ratings

Related issues

pigerla picture pigerla  路  4Comments

meceware picture meceware  路  3Comments

festwertspeicher picture festwertspeicher  路  4Comments

piaomiao picture piaomiao  路  5Comments

anonet1 picture anonet1  路  3Comments