Changeset 2906331
- Timestamp:
- 04/30/2023 12:28:23 PM (3 years ago)
- Location:
- nostrtium
- Files:
-
- 2 edited
-
tags/0.6.1/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nostrtium/tags/0.6.1/readme.txt
r2906046 r2906331 10 10 License URI: https://unlicense.org 11 11 12 Post to Nostr from WordPress.12 Post to nostr from WordPress. 13 13 14 14 == Description == 15 15 16 Nostrtium lets you post from WordPress to Nostr.16 Nostrtium lets you post from WordPress to [nostr](https://nostr.how/en/what-is-nostr). 17 17 18 18 This initial version just implements basic nostr settings (private key, relays) and provides a metabox in the WordPress Post editing page which is pre-populated with the Post Excerpt and a link to the Post and lets you post the content of that metabox to your configured relays. 19 19 20 You can change the content in the metabox as you like. If you have a good excerpt and post it as-is, it creates a twitter-style "announcement" note on nostr. A lot of nostr clients will render the link to the WordPress post as a nice-looking summary card with featured image and etc. This functionality is probably enough for many use-cases but I have plans to add more functionality to this plugin in the future, including generation of keys; support for NIP-07 browser extensions; separate Nostr profiles for individual WP users; support for full, long-form content from WP to Nostr; and more.20 You can change the content in the metabox as you like. If you have a good excerpt and post it as-is, it creates a twitter-style "announcement" note on nostr. A lot of nostr clients will render the link to the WordPress post as a nice-looking summary card with featured image and etc. This functionality is probably enough for many use-cases but I have plans to add more functionality to this plugin in the future, including generation of keys; support for NIP-07 browser extensions; separate nostr profiles for individual WP users; support for full, long-form content from WP to nostr; and more. 21 21 22 22 [Note that the private key is stored encrypted in the WordPress database using libsodium cryptography.] -
nostrtium/trunk/readme.txt
r2906046 r2906331 10 10 License URI: https://unlicense.org 11 11 12 Post to Nostr from WordPress.12 Post to nostr from WordPress. 13 13 14 14 == Description == 15 15 16 Nostrtium lets you post from WordPress to Nostr.16 Nostrtium lets you post from WordPress to [nostr](https://nostr.how/en/what-is-nostr). 17 17 18 18 This initial version just implements basic nostr settings (private key, relays) and provides a metabox in the WordPress Post editing page which is pre-populated with the Post Excerpt and a link to the Post and lets you post the content of that metabox to your configured relays. 19 19 20 You can change the content in the metabox as you like. If you have a good excerpt and post it as-is, it creates a twitter-style "announcement" note on nostr. A lot of nostr clients will render the link to the WordPress post as a nice-looking summary card with featured image and etc. This functionality is probably enough for many use-cases but I have plans to add more functionality to this plugin in the future, including generation of keys; support for NIP-07 browser extensions; separate Nostr profiles for individual WP users; support for full, long-form content from WP to Nostr; and more.20 You can change the content in the metabox as you like. If you have a good excerpt and post it as-is, it creates a twitter-style "announcement" note on nostr. A lot of nostr clients will render the link to the WordPress post as a nice-looking summary card with featured image and etc. This functionality is probably enough for many use-cases but I have plans to add more functionality to this plugin in the future, including generation of keys; support for NIP-07 browser extensions; separate nostr profiles for individual WP users; support for full, long-form content from WP to nostr; and more. 21 21 22 22 [Note that the private key is stored encrypted in the WordPress database using libsodium cryptography.]
Note: See TracChangeset
for help on using the changeset viewer.