Support for the Social Profile Exchange Protocol (SPXP)

설명

The Social Profile Exchange Protocol (SPXP) defines how independent clients and servers can exchange information about social profiles,
focusing on privacy, security and individual sovereignty.
It aims to create a social media network consisting of independent actors rather than being controlled by a single entity.

This plugin makes your wordpress instance available via this protocol so that people can start following your blog posts with
any SPXP client of their liking, like the Hey Folks app.

You can set the profile picture and a longer “About” text in the settings and tweak how posts on our Blog are presented via SPXP.

This plugin is not yet available for multisite installations.

You can follow the development and contribute PRs on GitHub

Get Involved

Development happens on GitHub:
https://github.com/heyfolksapp/wordpress-hfa-spxp

You can browse the code, suggest a feature, file an issue or contribute directly by raising a pull request.

스크린샷

설치

As usual: Copy the /hfa-spxp folder to /wp-content/plugins of your wordpress instance, activate the plugin and then adjust it to your liking on the SPXP settings page.

Once activated, it exposes your blog via SPXP under the /spxp endpoint. If your blog lives at https://example.com/myblog, then your SPXP profile URI would be https://example.com/myblog/spxp.

후기

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

기여자 & 개발자

“Support for the Social Profile Exchange Protocol (SPXP)”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

변경이력

1.3

  • Added SPXP video post type: posts with a video attachment and a featured image now appear as video in the feed with media and preview fields
  • Refactored post-building logic into focused helper methods for easier maintenance

1.2

  • Updated minimum PHP requirement to 8.2
  • Updated tested WordPress version to 7.0
  • Fixed PHP 8.x compatibility warnings (undefined array key access)
  • Added nonce verification to settings AJAX handler
  • Fixed settings values not being sanitized on save
  • Code quality improvements: method visibility, unicode JSON output

1.1

  • Fixed image posts
  • Fixed bug with deleted image assets

1.0

  • Initial version