Title: Nostrtium
Author: pjv
Published: <strong>2023년 4월 28일</strong>
Last modified: 2023년 6월 23일

---

플러그인 검색

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

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

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

# Nostrtium

 작성자: [pjv](https://profiles.wordpress.org/pjv/)

[다운로드](https://downloads.wordpress.org/plugin/nostrtium.0.7.4.zip)

 * [세부사항](https://ko.wordpress.org/plugins/nostrtium/#description)
 * [평가](https://ko.wordpress.org/plugins/nostrtium/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/nostrtium/#installation)
 * [개발](https://ko.wordpress.org/plugins/nostrtium/#developers)

 [지원](https://wordpress.org/support/plugin/nostrtium/)

## 설명

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';
    });
    ```

## 스크린샷

 * [[
 * Nostrtium settings
 * [[
 * Post to nostr metabox

## 설치

#### 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).

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Nostrtium”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

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

[자국어로 “Nostrtium”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/nostrtium)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/nostrtium/)는, [SVN 저장소](https://plugins.svn.wordpress.org/nostrtium/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/nostrtium/)을
[RSS](https://plugins.trac.wordpress.org/log/nostrtium/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 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

## 기초

 *  버전 **0.7.4**
 *  최근 업데이트: **3년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **6.2.9**
 *  PHP 버전 ** 8.1 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/nostrtium/)
 * 태그:
 * [nostr](https://ko.wordpress.org/plugins/tags/nostr/)[social media](https://ko.wordpress.org/plugins/tags/social-media/)
 *  [고급 보기](https://ko.wordpress.org/plugins/nostrtium/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/nostrtium/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/nostrtium/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://github.com/pjv/nostrtium)