=== Collegefam's Awesome Embedder for Google Drive ===
Contributors: collegefam
Tags: google drive, embed google drive, drive folder preview, google drive navigation, document viewer
Requires at least: 4.9
Tested up to: 6.9
Requires PHP: 7.0
Stable tag: 1.2.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Embed public Google Drive folders directly into your WordPress pages with navigation & preview support. Customize size, and block downloads.

== Description ==

Embed a Google Drive folder in an iframe with folder navigation and file previews. 

**Features:**
- Embed any public Google Drive folder
- Navigate into subfolders without leaving the page
- Customize iframe height and width
- Optionally disable download buttons
- Clean and simple shortcode

**Usage:**

Once installed, use the shortcode like this:
`[cfembedfolder folder="YOUR_FOLDER_ID" width="100%" height="600px" allowdownloads="no"]`

Make sure the folder is shared publicly.

== Installation ==

1. Upload the plugin ZIP via Plugins → Add New → Upload Plugin
2. Activate the plugin
3. Go to "Drive Embedder" in your dashboard for instructions

== Frequently Asked Questions ==

= Why do I see "No folder ID provided"? =
Make sure you're using `folder="FOLDER_ID"` in your shortcode, not positional parameters.

= Why is the folder not showing? =
The folder must be shared publicly on Google Drive.

= How to disable downloads? =
Add `allowdownloads="no"` to your shortcode.

== External services ==

This plugin relies on a 3rd party service to render the Google Drive folder navigation and preview interface.

* **Service:** https://wpgoogledriveembedder.collegefam.com
* **Purpose:** This service acts as a specialized viewer that renders Google Drive folder contents with enhanced navigation and file preview capabilities within an iframe.
* **Data Sent:** The Google Drive Folder ID provided in the shortcode and the user's preference for allowing downloads are passed to this service via URL query parameters. No personal user data or WordPress site data is transmitted from your WordPress server to this service.
* **Terms & Privacy:** 
    * Service Terms & Privacy Policy: https://collegefam.com/privacy-policy-and-terms-of-service-for-user-friendly-embedder-for-google-drive/


== Screenshots ==

1. Embedded Google Drive folder
2. Navigation into subfolders
3. Plugin admin instructions page

== Changelog ==

= 1.2.0 =
* Renamed plugin to "Collegefam's Awesome Embedder for Google Drive" to comply with trademark guidelines.
* Updated function and shortcode prefixes to prevent conflicts.
* Added mandatory external service disclosure.
* Updated contributor information.


= 1.1 =
* Minor bug fixes and improvements.

= 1.0.0 =
* Initial release

== Upgrade Notice ==

= 1.2.0 =
Critical update for trademark compliance and improved prefixing. Note: Shortcode has changed from [gdriveembed] to [cfembedfolder].

