Viewing 5 replies - 1 through 5 (of 5 total)
  • Yes, put it in the body of your post or page.

    Replace https://full-path.to/file.pdf with the actual, full URL of the file you’re embedding.

    If nothing appears still, view the source and search for “gde” to see if any errors are displayed there.

    I just took over a WP Website and the Google Doc Embedder Plugin wasn’t working. I found two inconsistencies and changed both, I’m not sure which one fixed the problem but its working now.

    1. The default plugin height and width settings were different from the settings specified in the code snippet (I removed the settings from the snippet):

    [gview file=”https://full-path.to/file.pdf” height=”400″ width=”400″]

    [gview file=”https://full-path.to/file.pdf”%5D

    2. Changed the default setting in the plugin from “Enhanced” to “Standard”

    Enhanced Viewer
    Use this option to improve IE compatibility and enable toolbar customization.

    Google Standard Viewer
    Use this option if you experience problems with the Enhanced Viewer.

    Not sure what you’re saying here exactly… the height and width attributes are optional, and left unspecified it will use the dimensions set in GDE Settings. The default viewer as of the most recent version is the standard viewer. Of course, existing settings are maintained when upgrading.

    Good point, I’m new to WP, I changed two things and one of the two fixed the problem. Going from Enhanced Viewer Google Standard Viewer must have done the trick.

    Going from Enhanced Viewer Google to Standard Viewer must have done the trick.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Google Doc Embedder] Where do I put the code itself?’ is closed to new replies.