Title: Postr For Nostr
Author: joelmelon
Published: <strong>ಅಕ್ಟೋಬರ್ 26, 2023</strong>
Last modified: ಜನವರಿ 12, 2026

---

ಪ್ಲಗಿನ್‌ಗಳನ್ನು ಹುಡುಕಿ

![](https://ps.w.org/postr-for-nostr/assets/banner-772x250.png?rev=2984216)

![](https://ps.w.org/postr-for-nostr/assets/icon-256x256.jpg?rev=2984216)

# Postr For Nostr

 ‍[joelmelon](https://profiles.wordpress.org/joelmelon/) ಮೂಲಕ

[ಡೌನ್ಲೋಡ್](https://downloads.wordpress.org/plugin/postr-for-nostr.1.0.5.zip)

 * [ವಿವರಗಳು](https://kn.wordpress.org/plugins/postr-for-nostr/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/postr-for-nostr/#reviews)
 *  [ಸ್ಥಾಪನೆ](https://kn.wordpress.org/plugins/postr-for-nostr/#installation)
 * [ಅಭಿವೃದ್ಧಿ](https://kn.wordpress.org/plugins/postr-for-nostr/#developers)

 [ಬೆಂಬಲ](https://wordpress.org/support/plugin/postr-for-nostr/)

## ವಿವರಣೆ

Share your WordPress Posts to Nostr with Postr For Nostr 🫂

### Features

 * This plugin **works only with NIP-07 browser extensions**. No need to save your
   private key in WordPress.
 * Add your taxonomy terms to the note as tag type `t`.
 * Manage relays before postring.

### Demo

A demo WordPress installation with Postr For Nostr is available [here](https://postr-for-nostr.joelstuedle.ch/).

### Usage

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.
 `<button type="button" class="postr-for-
nostr" data-post-id="[ID]" data-post-type="[POST_TYPE]">Share</button>`

### Filters

**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 );

### Vendors

 * nbd-wtf/nostr-tools: https://github.com/nbd-wtf/nostr-tools

### License

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

## ಸ್ಕ್ರೀನ್‌ಶಾಟ್‌ಗಳು

[⌊A preview of postring to Nostr with Postr For Nostr.⌉⌊A preview of postring to
Nostr with Postr For Nostr.⌉[

A preview of postring to Nostr with Postr For Nostr.

[⌊The Post to Nostr button in the WordPress admin column actions.⌉⌊The Post to Nostr
button in the WordPress admin column actions.⌉[

The Post to Nostr button in the WordPress admin column actions.

## ಸ್ಥಾಪನೆ

 1. Upload the `postr-for-nostr` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the `Plugins` menu in WordPress.

## ‍ವಿಮರ್ಶೆಗಳು‍

ಈ ಪ್ಲಗಿನ್‌ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.

## ಕೊಡುಗೆದಾರರು & ಡೆವಲಪರ್‌ಗಳು

“Postr For Nostr” ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್‌ವೇರ್ ಆಗಿದೆ. ಕೆಳಗಿನ ಜನರು ಈ ಪ್ಲಗಿನ್‌ಗೆ ಕೊಡುಗೆ
ನೀಡಿದ್ದಾರೆ.

ಕೊಡುಗೆದಾರರು

 *   [ joelmelon ](https://profiles.wordpress.org/joelmelon/)

[“Postr For Nostr” ಅನ್ನು ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ.](https://translate.wordpress.org/projects/wp-plugins/postr-for-nostr)

### ಅಭಿವೃದ್ಧಿಯಲ್ಲಿ ಆಸಕ್ತಿ ಇದೆಯೇ?

[ಕೋಡ್ ಬ್ರೌಸ್ ಮಾಡಿ](https://plugins.trac.wordpress.org/browser/postr-for-nostr/),
[SVN ರೆಪೊಸಿಟರಿ](https://plugins.svn.wordpress.org/postr-for-nostr/) ಪರಿಶೀಲಿಸಿ, ಅಥವಾ
[ಅಭಿವೃದ್ಧಿ ಲಾಗ್](https://plugins.trac.wordpress.org/log/postr-for-nostr/) ಗೆ [RSS](https://plugins.trac.wordpress.org/log/postr-for-nostr/?limit=100&mode=stop_on_copy&format=rss)
ಚಂದಾದಾರರಾಗಿ.

## Changelog

#### 1.0.5

 * Deal with HTML entities while getting post data.

#### 1.0.4

 * Fix nostr-tools breaking changes 😑

#### 1.0.3

 * Build update. Fetch user relay list (kind 10002) to postr to nostr.

#### 1.0.2

 * Fix issue: Postr for Nostr window URL is wrong when WordPress is installed in
   subdirectory.

#### 1.0.1

 * Compatibility check. Adapt internationalization improvements in 6.7 – load textdomain
   on `init` and fix `get_plugin_data`.

#### 1.0.0

 * Initial version.

## ಮೆಟಾ

 *  Version **1.0.5**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **6 ತಿಂಗಳುಗಳು ರ ಮುನ್ನ**
 *  ಸಕ್ರಿಯ ಸ್ಥಾಪನೆಗಳು **10+**
 *  **6.9.4** ವರೆಗೆ ಪರೀಕ್ಷಿಸಲಾಗಿದೆ
 *  PHP ಆವೃತ್ತಿ ** 7.4 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  Language
 * [English (US)](https://wordpress.org/plugins/postr-for-nostr/)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [nostr](https://kn.wordpress.org/plugins/tags/nostr/)[sharing](https://kn.wordpress.org/plugins/tags/sharing/)
   [social](https://kn.wordpress.org/plugins/tags/social/)
 *  [ಸುಧಾರಿತ ನೋಟ](https://kn.wordpress.org/plugins/postr-for-nostr/advanced/)

## ರೇಟಿಂಗ್‌ಗಳು

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/postr-for-nostr/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/postr-for-nostr/reviews/)

## ಕೊಡುಗೆದಾರರು

 *   [ joelmelon ](https://profiles.wordpress.org/joelmelon/)

## ಬೆಂಬಲ

ಹೇಳಲು ಏನಾದರೂ ಸಿಕ್ಕಿದೆಯೇ? ಸಹಾಯ ಬೇಕೇ?

 [ಬೆಂಬಲ ವೇದಿಕೆಯನ್ನು ವೀಕ್ಷಿಸಿ](https://wordpress.org/support/plugin/postr-for-nostr/)

## ದೇಣಿಗೆ ನೀಡಿ

ಈ ಪ್ಲಗಿನ್‌ನ ಪ್ರಗತಿಯನ್ನು ನೀವು ಬೆಂಬಲಿಸಲು ಬಯಸುವಿರಾ?

 [ ಈ ಪ್ಲಗಿನ್‌ಗೆ ದೇಣಿಗೆ ನೀಡಿ ](https://postr-for-nostr.joelstuedle.ch/)