3D FlipBook - Settings

g***t@iyba.pro
2020-10-12
2020-10-13

How can I set up deep linking to a page within the pdf via a url?

Replies

g***t@iyba.pro
2020-10-12
2020-10-12

It says deep linking in features - so I purchased it. just need to confirm this can be done.

a***r@3dflipbook.net
2020-10-13
2020-10-13
g***t@iyba.pro
2020-10-13
2020-10-13

So I would add this to my script?

}, autoNavigation: { urlParam: 'fb3d-page', navigates: 1 },

g***t@iyba.pro
2020-10-13
2020-10-13

I need to know how this will add a page number to the URL so we can provide direct links to pages.

g***t@iyba.pro
2020-10-13
2020-10-13

The instructions aren't specific and the examples only cover a few options - not the ones I need.

a***r@3dflipbook.net
2020-10-14
2020-10-14

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

g***t@iyba.pro
2020-10-14
2020-10-14

Worked - thank you!

Log In to leave a comment