PHPackages                             logoscon/google-docs-oembed - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. logoscon/google-docs-oembed

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

logoscon/google-docs-oembed
===========================

Embed Google documents, spreadsheets and presentations in your posts or pages.

1.0.10(9y ago)31312[1 issues](https://github.com/log-oscon/google-docs-oembed/issues)GPL-2.0+PHP

Since May 30Pushed 9y ago12 watchersCompare

[ Source](https://github.com/log-oscon/google-docs-oembed)[ Packagist](https://packagist.org/packages/logoscon/google-docs-oembed)[ Docs](https://github.com/log-oscon/google-docs-oembed)[ RSS](/packages/logoscon-google-docs-oembed/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (13)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/5789fb7dd71a4acc2b150ff48e9a161658f80d364841de8c55df7cf38ccfa8e4/68747470733a2f2f706f7365722e707567782e6f72672f6c6f676f73636f6e2f676f6f676c652d646f63732d6f656d6265642f762f737461626c65)](https://packagist.org/packages/logoscon/google-docs-oembed)[![Total Downloads](https://camo.githubusercontent.com/6b069b7bb7b4748089c7847d873468152115c70680531e46a77b0a6c43110672/68747470733a2f2f706f7365722e707567782e6f72672f6c6f676f73636f6e2f676f6f676c652d646f63732d6f656d6265642f646f776e6c6f616473)](https://packagist.org/packages/logoscon/google-docs-oembed)[![License](https://camo.githubusercontent.com/648ba8cb8c8e0d8749a6bf42eab6da8ac3370a30a1dccf2642a7f63baf8d2bb6/68747470733a2f2f706f7365722e707567782e6f72672f6c6f676f73636f6e2f676f6f676c652d646f63732d6f656d6265642f6c6963656e7365)](https://packagist.org/packages/logoscon/google-docs-oembed)[![Codacy Badge](https://camo.githubusercontent.com/26cfea3d18c76a53dd7417d20c2a70fe10595a1f448f6f4a02eecbdabda6c4e9/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6435306332306661346533353464656138663766383231396366343531393933)](https://www.codacy.com/app/s3rgiosan/google-docs-oembed?utm_source=github.com&utm_medium=referral&utm_content=log-oscon/google-docs-oembed&utm_campaign=Badge_Grade)[![Code Climate](https://camo.githubusercontent.com/4155510caf60de33411c037662986656f241d131b9a8c5aa78e44440c440f715/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6c6f672d6f73636f6e2f676f6f676c652d646f63732d6f656d6265642f6261646765732f6770612e737667)](https://codeclimate.com/github/log-oscon/google-docs-oembed)

Google Docs oEmbed
==================

[](#google-docs-oembed)

**Contributors:** [s3rgiosan](https://profiles.wordpress.org/s3rgiosan), [log\_oscon](https://profiles.wordpress.org/log_oscon)
**Tags:** google, docs, embed, oembed, document, spreadsheet, presentation
**Requires at least:** 4.0
**Tested up to:** 4.6
**Stable tag:** 1.0.10
**License:** GPLv2 or later
**License URI:**

Embed Google documents, spreadsheets and presentations in your posts or pages.

Description
-----------

[](#description)

Registers an oEmbed handler for Google Docs and adds it to the whitelist, allowing all users who can write posts/pages to embed documents, spreadsheets and presentations.

### Usage

[](#usage)

To embed a Google Doc into a post or page:

1. Open the document on Google Drive
2. Select the Publish to the Web under the File menu
3. Then copy the link and paste it into the content area. Make sure the URL is on its own line and not hyperlinked (clickable when viewing the post)

For example:
`https://docs.google.com/document/d/abcdefghij/pub`

Another option is to wrap the URL in the \[embed\] shortcode:
`[embed width="860" height="640"]https://docs.google.com/document/d/abcdefghij/pub[/embed]`

Installation
------------

[](#installation)

### Dashboard

[](#dashboard)

1. Go to the 'Plugins' menu, and choose 'Add New'.
2. Search for 'google-docs-oembed', and then click 'Install Now'.
3. Click 'Activate'.

### FTP

[](#ftp)

1. Download and extract the .zip file.
2. Upload the unzipped folder to the `/wp-content/plugins/` directory.
3. Activate the plugin through the 'Plugins' menu.

### Composer

[](#composer)

`composer require logoscon/google-docs-oembed`

Frequently Asked Questions
--------------------------

[](#frequently-asked-questions)

### Where can I report bugs?

[](#where-can-i-report-bugs)

Bugs can be reported on the [GitHub repository](https://github.com/log-oscon/google-docs-oembed/issues).

### How can I contribute?

[](#how-can-i-contribute)

Join in on our [GitHub repository](https://github.com/log-oscon/google-docs-oembed) and read our [contribution](https://github.com/log-oscon/google-docs-oembed/blob/master/CONTRIBUTING.md) guidelines.

Changelog
---------

[](#changelog)

### 1.0.10

[](#1010)

- Added Code Climate integration.
- Added moar badges (yes I am a badge poser).
- Added contribution guidelines.
- Updated README.

### 1.0.9

[](#109)

- Updated Codacy badge url.
- Fixed NPath complexity of 300.

### 1.0.8

[](#108)

- Added Codacy (a tool for automated code review) badge.
- Removed the loader class.

### 1.0.7

[](#107)

- Minor changes.
- Added language file.

### 1.0.6

[](#106)

- Fix PSR-4 loader conflict with older implementation.

### 1.0.5

[](#105)

- Added GitHub Updater support.
- Added Update supported WordPress version.

### 1.0.4

[](#104)

- Added composer.lock to repo.
- Added vendor folder to SVN repo.

### 1.0.3

[](#103)

- Minor changes.

### 1.0.2

[](#102)

- Check if autoloader exists before requiring.

### 1.0.1

[](#101)

- Removed an esc\_attr() incorrectly called on $extra.
- Added a build task with composer support.

### 1.0.0

[](#100)

- Initial release.

Upgrade Notice
--------------

[](#upgrade-notice)

### 1.0

[](#10)

Initial release.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 92.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~50 days

Recently: every ~66 days

Total

11

Last Release

3503d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/035c98a3fbc2961e88522dae86521b6bb114624800e342a317b66ab270fc4baa?d=identicon)[goblindegook](/maintainers/goblindegook)

![](https://www.gravatar.com/avatar/42eed63db46bd6dc4df88e37095ad4f8aeacfcc63f68e7e11c637eb9ec18a652?d=identicon)[s3rgiosan](/maintainers/s3rgiosan)

---

Top Contributors

[![s3rgiosan](https://avatars.githubusercontent.com/u/499982?v=4)](https://github.com/s3rgiosan "s3rgiosan (37 commits)")[![goblindegook](https://avatars.githubusercontent.com/u/285497?v=4)](https://github.com/goblindegook "goblindegook (2 commits)")[![gitter-badger](https://avatars.githubusercontent.com/u/8518239?v=4)](https://github.com/gitter-badger "gitter-badger (1 commits)")

---

Tags

pluginwordpress

### Embed Badge

![Health badge](/badges/logoscon-google-docs-oembed/health.svg)

```
[![Health](https://phpackages.com/badges/logoscon-google-docs-oembed/health.svg)](https://phpackages.com/packages/logoscon-google-docs-oembed)
```

###  Alternatives

[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[webdevstudios/cmb2-attached-posts

Custom field for CMB2 for creating post relationships.

13565.5k](/packages/webdevstudios-cmb2-attached-posts)[appsero/client

Appsero Client

25431.7k9](/packages/appsero-client)[boxybird/inertia-wordpress

The WordPress adapter for Inertia.js

1827.4k](/packages/boxybird-inertia-wordpress)[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
