| 开发者 | linkwithmeshr |
|---|---|
| 更新时间 | 2026年4月20日 04:51 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.8 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
post_content.
Unlike keyword-based linkers, WPLink uses semantic AI analysis to understand content meaning and context. Most websites miss 60%+ of their internal linking potential; WPLink finds them automatically and this plugin is what lets the AI reach content stored inside page builders.
Why WordPress Users Choose WPLink:
_bricks_page_content_2 so Bricks pages are fully indexed and linkable_elementor_data JSON tree so Elementor pages work like standard posts[vc_column_text] shortcode blocks in post_content_fl_builder_data PHP object graph so Beaver Builder modules are fully supported_bricks_page_content_2_elementor_datapost_content as shortcodes ([vc_column_text])_fl_builder_datapost_content/wp-content/plugins/meshr-ai-internal-linking directory, or install the plugin through the WordPress plugins screen directly.No. This plugin does not store any data locally. It only provides API endpoints for WPLink to communicate with your WordPress site.
No admin UI is required. You only need to generate a WordPress Application Password in your user profile and provide it to the WPLink desktop app.
Yes. The plugin uses WordPress's built-in authentication system (Application Passwords), proper capability checks (current_user_can), and sanitizes all inputs. Webhook endpoints use HMAC signature verification when enabled.
Yes. Once configured, you can test the health check endpoint:
GET https://your-site.com/wp-json/wplink/v1/check
You'll need to authenticate using Basic Auth with your Application Password credentials.
Add this constant to your wp-config.php file:
define( 'WPLINK_WEBHOOK_SECRET', 'your-secret-key-here' );
Replace your-secret-key-here with a strong, random string. Webhook requests will include an X-WPLink-Signature header for verification.
Note: the legacy constant MESHR_WEBHOOK_SECRET is still accepted for backwards compatibility.
_elementor_data JSON tree[vc_column_text] shortcode blocks_fl_builder_data PHP object graph/check now report supports_wpbakery, supports_beaver, wpbakery_detected, beaver_detected_bricks_page_content_2GET /posts/{id}/content returns builder-aware extracted textPOST /posts/{id}/insert-link safely inserts a link into Bricks or standard posts/meshr/v1/ (legacy) and /wplink/v1/ (preferred)GET /meshr/v1/check)POST /meshr/v1/bulk-link-update)POST /meshr/v1/webhook)