Simple fediverse:creator

설명

Provides a General Settings menu option to define a fediverse:creator in metatags for the whole site and also individual contributors.

Admin fediverse:creator

The plugin will add a field at the bottom of the General Settings page (Admin Dashboard > Settings>General Settings), labelled “Site fediverse:creator”. The field should accept any valid mastodon username up to three sub-domains deep. i.e user@mastodon.social to user@my.mastodon.del.icio.us The plugin does not accept Mastodon addresses (https://domain.tld/user)

When a valid username has been saved, a name="fediverse:creator" meta tag for that username will be added to the site’s metadata (between <head> elements). When a link to the WordPress instance is posted to Mastodon, the Mastodon (should) include the username in the link profile.

Author fediverse:creator

If an Administrator turns on the “Enable Authors’ fediverse:creator” option on the General Settings page (Admin Dashboard > Settings>General Settings), a field labelled “fediverse:creator” will be added to users’ profile pages (under “contact info”).

When a valid URL has been saved, a tag containing a name="fediverse:creator" meta tag will be added to the metadata (between <head> elements) of every pose authored by that Author. When a link to the WordPress instance is posted to Mastodon, the Mastodon (should) include the username in the link profile.

Plugin Development

Simple fediverse:creator development is managed on GitHub, with official releases published on WordPress.org. The GitHub repo can be found at https://github.com/mckinnon/simple-fediverse-creator.

설치

Install the plugin from the WordPress store and enable in the Plugin menu. Configure on the General Settings page, then on User profile pages.

Note for WordPress.com users
1. Installing this plugin on WordPress.com requires a paid subscription.
2. Configuring and enabling this plugin requires entering ‘Classic View’ from the dashboard Screen (top right). The ‘Default View’ is Auttomatic’s in-house UI and is not compatible with many WordPress plugin APIs.

후기

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

기여자 & 개발자

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

기여자

“Simple fediverse:creator”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Simple fediverse:creator”(을)를 번역하세요.

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

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

Project maintained on GitHub at https://github.com/mckinnon/simple-fediverse-creator

1.0.5

Initial commit to WP store.

1.0.4

WP standards require adding CSS to the head instead of inline. Rather than enqueue a .css containing only input:invalid{}, I have removed the style.

1.0.0

Initial commit