Beschreibung
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.
Installation
- 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:
FAQ
-
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.
Rezensionen
Für dieses Plugin gibt es keine Rezensionen.
Mitwirkende & Entwickler
„Integration for SharePoint and OneDrive“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „Integration for SharePoint and OneDrive“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
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.