Title: Nostrtium
Author: pjv
Published: <strong>28 Tháng 4, 2023</strong>
Last modified: 23 Tháng 6, 2023

---

Tìm kiếm plugin

![](https://ps.w.org/nostrtium/assets/banner-772x250.png?rev=2905773)

Plugin này **chưa được cập nhật với 3 phiên bản mới nhất của WordPress**. Nó có 
thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress
mới nhất.

![](https://ps.w.org/nostrtium/assets/icon-256x256.png?rev=2905773)

# Nostrtium

 Bởi [pjv](https://profiles.wordpress.org/pjv/)

[Tải về](https://downloads.wordpress.org/plugin/nostrtium.0.7.4.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/nostrtium/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/nostrtium/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/nostrtium/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/nostrtium/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/nostrtium/)

## Mô tả

Nostrtium lets you post from WordPress to [nostr](https://nostr.how/en/what-is-nostr).

This version 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.

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.

There are also options (on the settings page) to auto-post to nostr the excerpt,
the permalink, or both upon WordPress post publication.

[Note that the private key is stored encrypted in the WordPress database using libsodium
cryptography.]

### Support and Development

Development is taking place on [github](https://github.com/pjv/nostrtium) and the
best (fastest) way to get support is to raise an [issue](https://github.com/pjv/nostrtium/issues)
or start a [discussion](https://github.com/pjv/nostrtium/discussions) there.

### Requirements

Some of the included libraries have relatively recent dependency requirements so
you will need the following in your WordPress platform:
 * PHP 8.1+ * php-gmp module
must be installed ([Installation on Ubuntu](https://computingforgeeks.com/how-to-install-php-on-ubuntu-linux-system/))*
php-bcmath module must be installed ([Installation on Ubuntu](https://www.itsolutionstuff.com/post/ubuntu-php-bcmath-extension-install-commands-exampleexample.html))*
WordPress 6.0+ * Writable uploads directory (on activation, the plugin writes a 
cryptographic keyfile to a storage directory)

### How to Use

 1. After installing and activating the plugin, go into Settings -> Nostrtium and copy/
    paste the private key (nsec1…) that you want to post from and tweak the relays 
    to your liking.
 2. Then visit the post editor page for an existing post and at or near the bottom 
    you should see the Nostrtium metabox which is pre-populated with the excerpt and
    permalink for the post (you can change the content in the metabox as you like before
    posting):

### User Role / Capability Filter

You can create a filter snippet (in your theme’s functions.php) to choose what user
role or capability has access to Nostrtium functionality. The default is `edit_posts`.
Here is a sample snippet that would change it so only adminstrators can see / use
the plugin’s functionality:

    ```
    add_filter ('nostrtium_role', function($role){
        return 'administrator';
    });
    ```

## Ảnh màn hình

[⌊Nostrtium settings⌉⌊Nostrtium settings⌉[

Nostrtium settings

[⌊Post to nostr metabox⌉⌊Post to nostr metabox⌉[

Post to nostr metabox

## Cài đặt

#### Automatic installation

Automatic installation is the easiest option as WordPress handles the file transfers
itself and you don’t need to leave your web browser. To do an automatic install 
of Nostrtium, log in to your WordPress dashboard, navigate to the Plugins menu and
click Add New.

In the search field type “Nostrtium” and click Search Plugins. Once you’ve found
the plugin you can view details about it such as the point release, rating and description.
Install it by simply clicking “Install Now”.

#### Manual installation

The manual installation method involves downloading the plugin and then uploading
it to your webserver via your favorite FTP application. The WordPress codex contains
[instructions on how to do this here](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).

## Đánh giá

Không có đánh giá nào cho plugin này.

## Người đóng góp & Lập trình viên

“Nostrtium” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

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

[Dịch “Nostrtium” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/nostrtium)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/nostrtium/), check out [SVN repository](https://plugins.svn.wordpress.org/nostrtium/),
hoặc theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/nostrtium/)
qua [RSS](https://plugins.trac.wordpress.org/log/nostrtium/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 0.7.4

 * Fix for very long relay URLs messing up table width on settings page

#### 0.7.3

 * Allow unenecrypted (ws://) relay URLs

#### 0.7.2

 * Update requirements text and requirements check
 * Fix missing variable declaration

#### 0.7.1

 * Auto-post only on first publication – not updates of old posts.
 * Auto post only of type ‘post’ (currently not pages or custom post types).
 * Fix not saving auto publish settings to running settings instance.

#### 0.7.0

 * Allow auto posting excerpt, permalink, or both on publication of WordPress post.
 * NOTE: If you have installed a prior version, this update requires you to re-enter
   your private key on the Nostrtium settings page. This is a one-time occurrence.

#### 0.6.1

 * Initial public release

## Meta

 *  Phiên bản **0.7.4**
 *  Cập nhật lần cuối **3 năm trước**
 *  Số lượt cài đặt **10+**
 *  Phiên bản WordPress ** 6.0 hoặc cao hơn **
 *  Đã kiểm tra lên đến **6.2.9**
 *  Phiên bản PHP ** 8.1 hoặc cao hơn **
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/nostrtium/)
 * Thẻ
 * [nostr](https://vi.wordpress.org/plugins/tags/nostr/)[social media](https://vi.wordpress.org/plugins/tags/social-media/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/nostrtium/advanced/)

## Đánh giá

Chưa có đánh giá nào được gửi.

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

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/nostrtium/reviews/)

## Những người đóng góp

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

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/nostrtium/)

## Ủng hộ

Bạn có muốn hỗ trợ vào sự phát triển của plugin này?

 [ Ủng hộ plugin này ](https://github.com/pjv/nostrtium)