外掛說明
Embed SharePoint and OneDrive Documents for WordPress lets you easily embed, display, and manage documents from Microsoft SharePoint and OneDrive directly on your WordPress site. Built with Microsoft Graph API, this plugin enhances collaboration by integrating your WordPress site with Office 365 tools.
External Services
This plugin connects to Microsoft OAuth 2.0 and Microsoft Graph API to authenticate users and retrieve user data.
-
Microsoft OAuth 2.0 Authorization Service
– Purpose: Used to authenticate users via OAuth 2.0 authorization code flow.
– Data Sent: Client ID, client secret, authorization code, redirect URI, and tenant ID.
– When: Data is sent during the login process when a user attempts to authenticate.
– Service Links: Microsoft Terms of Use, Microsoft Privacy Policy. -
Microsoft Graph API
– Purpose: Retrieves authenticated user’s profile information and file metadata.
– Data Sent: Access token (retrieved via OAuth) is used to make API requests.
– When: After successful authentication, when accessing user data.
– Service Links: Microsoft Graph Terms of Use, Microsoft Privacy Policy.
安裝方式
- Download the plugin zip file or install it directly from the WordPress.org repository.
- Activate the plugin through the Plugins menu in WordPress.
- Go to the Embed Documents Settings page under the WordPress admin menu.
- Enter your Microsoft Azure App credentials: Client ID, Client Secret, Tenant ID, and Redirect URI.
- Use the
[embed_document]shortcode to embed documents into your posts or pages. Example:
常見問題集
-
Does this plugin require a Microsoft 365 account?
-
Yes, you need a Microsoft 365 account with access to SharePoint or OneDrive.
-
Is my data secure?
-
Yes, all connections to Microsoft services are encrypted and follow secure authentication protocols.
-
Yes, the plugin supports embedding documents from both platforms.
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
1.0.1
Readme Changes, Used More Unique Prefix.
1.0.0
Initial release with SharePoint and OneDrive document embedding support.
Integration with Microsoft Graph API.
Added Gutenberg block and shortcode functionality.