Embed a link and preview of Google Drive Documents by pasting a shared document link into the editor.
Requires at least: 5.5
Tested up to: 6.7.1
License: GPLv2 or later
Requires PHP: 7.4+
- Download the plugin from here
- Add the plugin from the WordPress admin panel.
- Activate the plugin through the 'Plugins' menu in WordPress
- Copy the URL of drive document which you want to embed. Note: The document must be shared with anyone with the link.
- Create new post/page or edit existing one.
- Paste the URL in the editor. It will automatically embed the document.
Screen.Recording.2023-12-15.at.1.15.39.PM.mov
- Please verify your code is in compliance to the Coding Standards used in this Project.
- Run
composer phpcs filename
orcomposer phpcs
to check for PHPCS errors/warnings.
- Run
npm install
from repositories root to install all required dependencies. - To build a production version run
npm run build
. - While developing the plugin run
npm run dev
to build assets on file changes. - If any string is added/updated, run
npm run language
to update the language file. ( Assumes availability ofwp i18n
command. )