Plugin info

Total downloads: 20,592
Active installs: 400
Total reviews: 8
Average rating: 3.1
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 3
Last updated: 3/22/2017 (3206 days ago)
Added to WordPress: 12/20/2012 (13 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: 4.7.31
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3206 days ago • 8 reviews

22/100

Is Simple Google Docs Viewer abandoned?

Possibly abandoned (last update 3206 days ago).

Compatibility

Requires WordPress: 3.0
Tested up to: 4.7.31
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Description

Easily embed documents supported by Google Docs (PDF/DOC/DOCX/PPTX/etc)with a simple shortcode [gviewer]

Ex. [gviewer file=”https://example.com/thisismyfile.pdf”]

A full list of attributes:

  • fileRequired. The URL of the file you wish to show
  • width — Optional. The desired width of the viewer in pixels. If no width is set, the value of the theme’s $content_width will be used. If no value is set, the width will default to 600 px.
  • height — Optional. The desired height of the viewer in pixels. If height is set, the height will 1.2 times the width. For example, if the width is 100 px, the height will be 120 px.
  • language — The language of the document. If the document is written in a right-to-left (RTL) language (like Hebrew and Arabic), specifying the language will apply RTL settings.

Another way to embed a Google Document is by using the template tag provided by the plugin in the source code. Here’s an example:

The second argument, $args, is an associative array. Keys can be found in the list above.

Short Demonstration

Installation

Add via the plugin installer, or download the ZIP file and upload from the “Upload” tab.

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. How an embedded document looks in the front-end.

    How an embedded document looks in the front-end.

  2. A sample use of the "gviewer" shortcode.

    A sample use of the "gviewer" shortcode.

Changelog

1.2

  • Fix width shortcode attribute

1.1

  • Added support for https
  • iframes are now responsive out of the box

1.0

  • Initial release