This section provides technical documentation for developers who want to extend, customize, or integrate Nextend Social Login beyond the standard settings. Whether you’re working on a custom theme, building a plugin, or managing deployments, these guides cover the tools and methods available to you.
REST API
Provides details on the available REST API endpoints, allowing you to authenticate users and interact with the plugin programmatically.
Theme
Learn how to add social login buttons directly into your theme templates using PHP functions. This is useful for custom placements outside of the plugin’s default options.
Composer repository
Instructions for installing Nextend Social Login as a Composer dependency. Ideal for developers who manage projects with Composer-based workflows.
Hooks
Explore the available actions and filters you can use to customize the plugin’s behavior. This guide includes examples and descriptions of each hook.
Translation
Covers how to translate the plugin using standard WordPress methods or custom language files. Suitable for multilingual sites or localization efforts.
Guides
Additional guides and tips for advanced use cases, such as modifying user data, handling edge cases, or implementing custom workflows.