
A preview of postring to Nostr with Postr For Nostr.
Share your WordPress Posts to Nostr with Postr For Nostr 🫂
t.A demo WordPress installation with Postr For Nostr is available here.
Logged in users will find a Post to Nostr button in the admin column actions (where the Quick Edit action is located).
If you want to provide Postr For Nostr to your visitors, simply place a button somewhere in your template. Make sure to add the postr-for-nostr class, data-post-id and data-post-type attribute as shown below.
Post Type Filter
Per default post, page and all registered custom post types will be allowed to be nostr postred. The allowed post types are filterable with a filter hook:
add_filter( 'postr_for_nostr_post_types', function( $post_types ) {
// unset('post_type');
return $post_types;
}, 10, 1 );
Use this code freely, widely and for free. Provision of this code provides and implies no guarantee.
Please respect the GPL v3 licence, which is available via http://www.gnu.org/licenses/gpl-3.0.html