-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
98 lines (67 loc) · 4.14 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
=== Embed Google Drive ===
Contributors: rtCamp, sh4lin
Donate link: https://rtcamp.com/
Tags: Google Drive, embed, spreadsheet, document, drawing
Requires at least: 5.5
Tested up to: 6.7.1
Requires PHP: 7.4
Stable tag: 1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Embed a link and preview of Google Drive Documents by pasting a shared document link into the editor.
== Description ==
Embed a link and preview of Google Drive Documents by pasting a shared document link into the editor.
No configuration is required.
### BTW, We're Hiring!
[<img src="https://camo.githubusercontent.com/414c21a6d0e5f71c0e3b1da4380483b1240fdf36f85942c8e24b9f020236c8d9/68747470733a2f2f727463616d702e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031392f30342f6769746875622d62616e6e65724032782e706e67" />](https://rtcamp.com/careers/)
== Installation ==
1. Download the plugin from [here](https://wordpress.org/plugins/embed-google-drive/)
<img src="https://github-production-user-asset-6210df.s3.amazonaws.com/56588503/290548823-0a2faf19-c9c4-4ea9-bed0-52f28fd66e3a.png" />
2. Add the plugin from the WordPress admin panel.
<img src="https://github-production-user-asset-6210df.s3.amazonaws.com/56588503/290547568-462f110a-7bf0-4b2d-84fb-5e1d92226bdb.png" />
<img src="https://github-production-user-asset-6210df.s3.amazonaws.com/56588503/290549849-4742d951-b798-4d0d-b1ef-edfd5e13dbc5.png" />
<img src="https://github-production-user-asset-6210df.s3.amazonaws.com/56588503/290550134-147a5435-5458-4abf-bf74-4c6990da2da3.png" />
3. Activate the plugin through the 'Plugins' menu in WordPress
<img src="https://github-production-user-asset-6210df.s3.amazonaws.com/56588503/290550390-6ee9cac6-0b57-460d-bd53-68c4cf376f68.png" />
== How to use ==
1. Copy the URL of drive document which you want to embed. <b>Note: The document must be shared with anyone with the link.</b>
2. Create new post/page or edit existing one.
3. Paste the URL in the editor. It will automatically embed the document.



== Frequently Asked Questions ==
= Reporting a bug 🐞 =
Before creating a new issue, do browse through the [existing issues](https://github.com/rtCamp/embed-google-drive/issues) for resolution or upcoming fixes.
If you still need to [log an issue](https://github.com/rtCamp/embed-google-drive/issues/new), making sure to include as much detail as you can, including clear steps to reproduce the issue, if possible.
= Creating a pull request =
Want to contribute a new feature? Start a conversation by [logging an issue](https://github.com/rtCamp/embed-google-drive/issues).
Once you're ready to send a pull request, please run through the following checklist:
1. Browse through the [existing issues](https://github.com/rtCamp/embed-google-drive/issues) for anything related to what you want to work on. If you don't find any related issues, open a new one.
2. Fork this repository.
3. Create a branch from `develop` for each issue you'd like to address and commit your changes.
4. Push the code changes from your local clone to your fork.
5. Open a pull request and that's it! We'll respond with feedback as soon as possible (Isn't collaboration a great thing? 😌)
6. Once your pull request has passed final code review and tests, it will be merged into `develop` and be in the pipeline for the next release. Props to you! 🎉
== Changelog ==
= 1.2 =
* Chore: Plugin tested up to WordPress 6.7.1
* Chore: Doc update
= 1.1 =
* Plugin tested up to WordPress 6.4.2
* PHP Version updated to 8.0
* Fixed PHP Coding Standards issues
* Plugin is VIP compatible
= 1.0.1 =
* Jetpack compatibility.
= 1.0 =
* Initial release.
== Upgrade Notice ==
= 1.2 =
* Chore: Plugin tested up to WordPress 6.7.1
* Chore: Doc update
= 1.1 =
* Plugin tested upto WordPress 6.4.2
* PHP Version updated to 8.0
* Fixed PHP Coding Standards issues
* Plugin is VIP compatible