SMMCommerce, video upload plugin
Web ProgrammingA custom plugin has been developed for uploading videos from various services (YouTube, Instagram, etc.) via external APIs. The plugin is designed to be as modular as possible, allowing the upload form to be used as a shortcode throughout the site.
The architecture allows for the addition of new service providers; each provider is a separate class. There is a built-in mock mode for development without incurring costs for API requests.
Stack: WordPress, PHP (OOP, design patterns), JS, external APIs.
The architecture allows for the addition of new service providers; each provider is a separate class. There is a built-in mock mode for development without incurring costs for API requests.
Stack: WordPress, PHP (OOP, design patterns), JS, external APIs.