Lnk.Bio

外掛說明

Auto-publish a new Lnk on your Lnk.Bio page everytime you publish a new WordPress blog post.

螢幕擷圖

  • Plugin admin page

使用者評論

2023 年 1 月 16 日
works nice, just I would like to choose how many link articles I want to see in my lnk bio page and maybe in what position place them and with what image (rn it doesn’t take the embedded image of articles)
閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Lnk.Bio〉的開發相關工作。

參與者

將〈Lnk.Bio〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.3.3

  • Compatibility: tested up to WordPress 7.0

0.3.2

  • Added: opt-in debug logging — when WP_DEBUG is enabled, the plugin writes structured log lines ([Lnk.Bio] …) to PHP’s error log, covering API requests/responses, publish-hook decisions, and Mass Sync state transitions. Credentials are redacted automatically.
  • Improved: credentials (ID and Secret) are now trimmed of whitespace on save (fixes failures caused by invisible characters introduced during paste)
  • Compatibility: replaced PHP sessions with per-user transients for the Mass Sync progress (fixes conflicts with page/object caching and complies with plugin guidelines)
  • BugFix: the WordPress Category filter on Mass Sync was being ignored (used non-existent category query var instead of cat)
  • SecFix: hardened admin/AJAX handlers — nonce checked before capability, ABSPATH guards added, escape on group options output
  • Compatibility: PHP 8.x safety — defensive null/object checks on API responses, removed reads on potentially-null objects
  • Improved: replaced json_encode with wp_json_encode, removed deprecated sizeof(), added asset versioning, ignore revisions/autosaves on publish hook
  • Raised minimum PHP to 7.4 (7.2 is past EOL)

0.3.1

  • BugFix: fixed error on category “all” selection
  • SecFix: improved checks on logged user permissions
  • Improved: migrated last call from wp_curl to wp_remote_post
  • Improved: migrated to wp_send_json_success / wp_send_json_error
  • Improved: admin now show errors on test for further debugging

0.3

  • Added filter by Category to only publish certain posts on Lnk.Bio
  • Added filter by Max Date to only start Mass publish from a certain date onwards

0.2.4

  • Improved previous fix for lighter code

0.2.3

  • Fix incompatibility with Discourse WP Plugin and Classic Editor

0.2.2

  • Small bugfix after major 0.2 release for Group selection

0.2.1

  • Small bugfix after major 0.2 release for Group selection

0.2

  • Added Group selection, tested for 6.3

0.1.1

  • Bugfix – some installations were unable to upload the image correctly

0.1.0

  • Added function to mass-sync all existing WP posts

0.0.4

  • Added fix for cases where the $meta_value is null (undocumented)

0.0.3

  • Removed sync on updated post_meta. Only adding new posts will result in Lnk.Bio SYNC

0.0.2

  • Initial public release