• Resolved msamavi

    (@msamavi)


    Hello,

    Please advise if this plugin works with WP Download Manager (www.wpdownloadmanager.com)?

    I have a lot of PDF files in my WordPress/Woocommerce website being served with WPDM. PDF file links are similar to https://foo.com/?wpdmdl=33879 and to display the links I use snippets like this:

    
    $download_link = 'https://foo.com/?wpdmdl=33879' ;
    echo '<a href=' . $download_link . '>PDF File</a>';
    

    Can you please explain how your plugin can be used in the above example?

    Thank you.

    • This topic was modified 4 years, 4 months ago by msamavi.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author DearHive

    (@dearhive)

    Hi,

    You can look into jQuery Documentation to use with HTML and PHP:
    With the plugin activated, you wont need to include the scripts and css and just focus on the HTML implementation:
    https://dearflip.com/docs/dearflip-jquery/getting-started/#using-html-and-javascript-recommended

    Best Regards,
    Deepak

    Plugin Author DearHive

    (@dearhive)

    But make sure the link to the PDF is accessible. Else the plugin cannot access and display the PDF.

    Thread Starter msamavi

    (@msamavi)

    Hi,

    Thank you for the reply.
    Is there a trial plugin so I can try it on my WordPress website?

    Regards

    Thread Starter msamavi

    (@msamavi)

    OK
    I installed the free version and changed the above code to this:

    $download_link = 'https://foo.com/?wpdmdl=33879' ;
    echo '<div class="_df_button"><a href=' . $download_link . '>PDF File</a></div>';

    now when I click on my link I see only a spinner with “DearFlip: Loading WEBGL 3D …”!

    Any idea please?

    Regards

    Plugin Author DearHive

    (@dearhive)

    Can you share the link to your page where you tried adding the flipbook? We will have a look at it.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘PDF links with WPDM’ is closed to new replies.