વર્ણન
Create messages with expiration/limited views via the CryptNote.pro API without leaving WordPress.
- Admin form to generate
share_urland token via API. - Option to replace all sent emails (
wp_mail) with a secure link (attachments are removed). - Customizable placeholders in the email body:
{share_url},{token},{max_views},{expire_minutes}. - Support for optional password, expiration in minutes, and Markdown/HTML flags.
- Configurable endpoint (default
https://cryptnote.pro/api/v1) and optionalX-API-Keyheader.
Privacy
This plugin uses the external CryptNote service to generate and host the secure link and token. When creating a link, the protected content and metadata (views, expiration, optional password) are sent to https://cryptnote.pro/api/v1. See the service’s privacy policy at https://cryptnote.pro/privacy.php?lang=en.
સ્થાપન
- Upload the
plugin-wordpressfolder towp-content/plugins/or compress it as.zipand upload via the Plugins panel. - Activate CryptNote Secure Links.
- In the sidebar menu, open CryptNote and configure the base endpoint, API key (if used), and defaults.
- (Optional) Check “Enable secure links for all emails” to protect all
wp_mailcontent.
એફએક્યુ (FAQ)
-
Do I need an API key?
-
Only if your CryptNote instance requires it. The plugin sends it in the
X-API-Keyheader when provided. -
Which endpoints are used?
-
POST {api_base}/create.php to generate the link. The default is
https://cryptnote.pro/api/v1. -
What happens to email attachments?
-
They are removed when email protection is active, to prevent data leakage outside the secure link.
-
Can I use Markdown or HTML?
-
Yes. Enable the desired format in the defaults or per submission. The plugin sends
is_markdown=trueoris_html=true.
સમીક્ષાઓ
આ પ્લગઇન માટે કોઈ સમીક્ષાઓ નથી.
ફાળો આપનાર & ડેવલપર્સ
“CryptNote Secure Links” ને તમારી ભાષામાં અનુવાદ કરો.
વિકાસમાં રસ ધરાવો છો?
કોડ બ્રાઉઝ કરો, જોવોઅસ્વીએન રેપોઝિટરીમાંથી,અથવા સબ્સ્ક્રાઇબ કરોડેવલપમેન્ટ દ્વારાઆરઅસઅસ.
ચેન્જલૉગ
1.0.0
- Initial release: create links from admin and option to protect all emails with CryptNote link.