https://github.com/jonathanlb/gated-groups-content
WordPress plugin to authorize viewing with Google OAuth
https://github.com/jonathanlb/gated-groups-content
Last synced: 5 days ago
JSON representation
WordPress plugin to authorize viewing with Google OAuth
- Host: GitHub
- URL: https://github.com/jonathanlb/gated-groups-content
- Owner: jonathanlb
- License: agpl-3.0
- Created: 2026-05-27T16:52:38.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2026-05-27T16:56:34.000Z (19 days ago)
- Last Synced: 2026-05-27T18:25:57.982Z (19 days ago)
- Language: PHP
- Size: 131 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation
- Copy the contents of this directory to `wp-content/plugins/gated-groups-content`.
- From your WordPress dashboard, select "Plugins" from the left gutter. Find the section "Gated Groups Content" and click activate.
- Now select "Settings" from WordPress dashboard left gutter. Click on the "Gated Groups Content" submenu.
- Create a Google API Client ID and API Client Secret, enter them, click "Save Changes".
- Create a new post or page with content something like:
```
Any public welcome stuff goes here.
[group_content group=my-group@example.com]
Spill your secrets.
[/group_content]
Continue with public stuff if you like.
```