Eatransform SNS Auto Publisher for Twitter

外掛說明

This plugin automatically shares your WordPress posts to Twitter/X when you publish them.

Features:

  • Automatic posting when you publish a post
  • Twitter Card format support (rich preview with image and description)
  • Traditional text + image format
  • Customizable tweet text with {title} and {url} placeholders
  • Featured image support
  • Connection test tool
  • Developer-friendly with filter hooks

Requirements:

You need Twitter API v2 credentials from Twitter Developer Portal.

安裝方式

  1. Install and activate the plugin
  2. Go to Settings > Eatransform SNS Publisher
  3. Enter your Twitter API credentials (API Key, API Secret, Access Token, Access Token Secret)
  4. Customize tweet format (default: {title})
  5. Test your connection
  6. Save settings

Getting API Credentials:

  1. Apply for access at Twitter Developer Portal
  2. Create a new app with “Read and Write” permissions
  3. Generate API keys and tokens
  4. Copy them to plugin settings

常見問題集

Do I need a Twitter Developer account?

Yes, you need Twitter API v2 credentials.

What’s Twitter Card format?

Twitter Card shows a rich preview with image, title, and description. Traditional format posts text with image attached.

Will old posts be tweeted?

No, only new posts or posts changing from draft to published.

My image isn’t appearing?

Check: 1) Not using Twitter Card format, 2) Post has featured image, 3) Image under 5MB, 4) Correct API credentials.

Can I add hashtags to my tweets?

Yes! You can manually add them in the tweet format, or use third-party addons that utilize the apw_tweet_content filter hook.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Eatransform SNS Auto Publisher for Twitter〉的開發相關工作。

參與者

變更記錄

1.3.1 – 2025-12-16

  • Added: Premium addon promotion banner in admin area
  • Added: Automatic language detection (Japanese/English) for admin notices
  • Improved: User experience with dismissible addon promotion
  • Note: Addon promotion only shows when premium hashtag addon is not installed

1.3.0 – 2025-12-16

  • Improved: Twitter Card format optimization
  • Added: Filter hook apw_tweet_content for extensibility
  • Improved: Better handling of URL placeholders in Card format
  • Fixed: Image upload now correctly skipped when using Card format
  • Enhanced: Debug information display
  • Developer: Added filter hook for third-party extensions

1.2.1

  • Security improvements and WordPress coding standards compliance
  • Added proper cleanup on uninstall
  • Improved error handling

1.2.0

  • Added Twitter Card format support
  • Improved error messages

1.0.0

  • Initial release