How can I set up deep linking to a page within the pdf via a url?
It says deep linking in features - so I purchased it. just need to confirm this can be done.
See https://3dflipbook.net/documentation#general-approach autoNavigation
autoNavigation
So I would add this to my script?
}, autoNavigation: { urlParam: 'fb3d-page', navigates: 1 },
I need to know how this will add a page number to the URL so we can provide direct links to pages.
The instructions aren't specific and the examples only cover a few options - not the ones I need.
If you use defaults:
autoNavigation: { urlParam: 'fb3d-page', navigates: 1 }
http://example.com/?fb3d-page=10
For:
autoNavigation: { urlParam: 'fbp', navigates: 1 }
http://example.com/?fbp=10
Worked - thank you!
It says deep linking in features - so I purchased it. just need to confirm this can be done.
See https://3dflipbook.net/documentation#general-approach
autoNavigation
So I would add this to my script?
}, autoNavigation: { urlParam: 'fb3d-page', navigates: 1 },
I need to know how this will add a page number to the URL so we can provide direct links to pages.
The instructions aren't specific and the examples only cover a few options - not the ones I need.
If you use defaults:
http://example.com/?fb3d-page=10
For:
http://example.com/?fbp=10
Worked - thank you!