वर्णन
DeepSmith Connector lets the DeepSmith SaaS platform push content directly to your WordPress site. Install the plugin, enter your secret key, and DeepSmith will create posts with featured images automatically. Posts default to draft status unless the SaaS explicitly requests publishing.
DeepSmith is a product of OneJam CloudTech Private Limited.
Features:
- Secure REST API endpoint with secret key authentication
- Post creation with configurable status (draft or publish)
- Featured image download and attachment
- Activity logging with admin dashboard widget
- Rate limiting to prevent abuse
- SSRF protection for image downloads
- Configurable settings in WordPress admin
- Idempotent content updates (avoid duplicates)
Requirements:
- WordPress 6.2 or higher
- PHP 7.4 or higher
- DeepSmith account and secret key
Privacy:
This plugin does not collect, store, or transmit any personal data. It receives content from DeepSmith SaaS via authenticated API requests and stores it as WordPress posts in your database.
External Services
This plugin connects to the DeepSmith SaaS platform to receive content via REST API.
When does communication occur?
- When DeepSmith sends content to your WordPress site via the REST API endpoints under /wp-json/deepsmith/v1/
- When featured images are downloaded from allowed CDN domains (cdn.deepsmith.app, cdn.deepsmith.ai)
What data is involved?
- Incoming: Post titles, post content (HTML), image URLs, post status, category assignments
- Outgoing: Post IDs, success/failure status, plugin version, WordPress version (via /health endpoint)
- No personal user data is collected, stored, or transmitted
Relevant links:
- DeepSmith Privacy Policy: https://deepsmith.ai/legal/privacy-policy
- DeepSmith Terms of Service: https://deepsmith.ai/legal/terms-of-service
स्थापना
- Upload the plugin files to
/wp-content/plugins/deepsmith-connector/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Settings > DeepSmith Connector
- Enter your DeepSmith secret key (obtained from DeepSmith dashboard)
- Configure optional rate limiting settings
- DeepSmith can now push content to your site
नेहमी विचारले जाणारे प्रश्न
-
Where do I get my secret key?
-
Your secret key is generated in your DeepSmith account dashboard. Copy it from DeepSmith and paste it into the plugin settings.
-
Will this publish posts automatically?
-
No. DeepSmith creates posts as drafts by default. You can configure DeepSmith to send posts with ‘publish’ status if you want auto-publishing, but the default is draft for editorial control.
-
How do I troubleshoot connection issues?
-
Check the Activity Log in Settings > DeepSmith Connector. It shows all API requests, successes, failures, and error messages. Common issues include incorrect secret key or server firewall blocking DeepSmith requests.
-
Does this work with multisite?
-
Yes. Install network-wide or per-site. Each site needs its own secret key configured.
-
What happens if an image URL fails?
-
The post is created anyway without the featured image. Image failures are logged in the Activity Log. This ensures content delivery even if image sources are temporarily unavailable.
समीक्षा
ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.
योगदानकर्ते आणि विकसक
“DeepSmith Connector” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.
योगदानकर्तेभाषांतर करा “DeepSmith Connector” तुमच्या भाषेत.
विकासातील आग्रह?
कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.
बदलांची यादी
1.0.3
- Renamed main plugin file to
deepsmith-connector.phpto match the plugin slug - Updated text domain from
deepsmithtodeepsmith-connectoracross all gettext calls so translations load correctly via WordPress.org - Switched all custom-table queries to the
%iidentifier placeholder for safer SQL preparation (resolves Plugin Check warnings) - Minimum WordPress version raised to 6.2 (required for the
%iplaceholder)
1.0.2
- Renamed plugin to “DeepSmith Connector” (previously submitted as “DeepSmith”) for clearer WordPress.org listing
1.0.1
- Post status now respected on create, update, and recreate (draft or publish)
- Renamed create_draft_post to create_post with configurable status parameter
1.0.0
- Initial release
- REST API endpoint with secret key authentication
- Draft post creation with featured images
- Activity logging and dashboard widget
- Rate limiting to prevent abuse
- SSRF protection for image downloads
- Idempotent content updates
