This guide covers how to install, configure, and use Jay’s Post Amplifier, a WordPress plugin that automates social media content creation using AI-powered summaries and featured images. You’ll learn to set up OpenAI API integration, configure multiple AI providers, and generate content for your posts.
Installation
- Download the plugin zip file from your source.
- Navigate to Plugins > Add New in your WordPress admin dashboard.
- Click Upload Plugin and select the downloaded zip file.
- Click Install Now and then Activate to enable the plugin.
Alternatively, you can upload the extracted jays-post-amplifier folder to /wp-content/plugins/ via FTP/SFTP and activate through the Plugins menu.
Setting Up AI Providers
- Visit OpenAI Platform and sign in or create an account.
- Navigate to API Keys and click Create new secret key.
- Copy the API key immediately (you won’t be able to see it again).
- In WordPress admin, navigate to Settings > Post Amplifier.
- Under Provider Settings, paste your OpenAI API key into the OpenAI section.
- Click the Validate button next to the API key to test the connection.
- Select your preferred OpenAI text model (default:
gpt-5-mini) and image model (gpt-image-1). - Configure image quality settings:
low,medium,high, orauto.
For Google Gemini or xAI Grok providers, obtain API keys from their respective platforms and configure them in the same Provider Settings section. Note that xAI Grok only supports text generation, not images.
Configuring Plugin Settings
- In the Article Generation Settings section, select your primary AI provider for article creation.
- Choose a default prompt template for article generation.
- Set the Maximum Length for summaries (50-500 tokens, default: 280).
- Customize the Image Prompt Template to match your brand style.
- Select your preferred Image Size: Square (1024×1024), Landscape (1536×1024), or Portrait (1024×1536).
- Click Save Changes to apply your configuration.
API usage incurs costs. GPT-5 summaries cost approximately $0.01-$0.03 each, while DALL-E images cost $0.040-$0.120 depending on quality and size.
Generating AI Summaries
- Edit any post or page in WordPress.
- Locate the Post Amplifier meta box in the sidebar or below the content editor.
- Click Generate Summary to analyze your content with AI.
- Wait 5-10 seconds for the summary to be generated and displayed.
- Edit the generated summary if needed to match your brand voice.
- Click Copy to copy the summary to your clipboard for social media use.
Summaries are automatically cached and reused when content hasn’t changed, saving API costs and improving performance.
Creating Featured Images
- In the same Post Amplifier meta box, click Generate Image.
- Wait 10-20 seconds for the AI to create a custom image based on your post content.
- The generated image will automatically be added to your Media Library.
- The image will be set as the post’s featured image and display in the meta box preview.
For best results, generate a summary first as this provides better context for the image creation prompt.
Managing Article Ideas
- Navigate to Post Amplifier > Dashboard to view your ideas overview and recent activity.
- Go to Post Amplifier > Article Ideas to access the full ideas management interface.
- Click Generate Ideas to have AI suggest article topics based on your site content.
- Alternatively, click Add New Idea to manually create an article idea.
- Fill in the idea details: title, description, key points, target audience, tone, category, and word count.
- Save the idea to add it to your content queue.
Generating Full Articles
- From the Dashboard or Article Ideas list, locate an idea with Pending status.
- Click Generate next to the idea you want to develop into an article.
- Wait for the AI to create a full draft article based on your idea parameters.
- The generated article will be saved as a WordPress draft with your configured post type and category.
- Review and edit the draft in the WordPress editor before publishing.
Article generation uses your primary AI provider setting and respects the rate limits: 10 summary requests per 5 minutes, 5 image requests per 10 minutes per user.
Security and Best Practices
- Ensure your WordPress site uses HTTPS for secure API communication.
- Regularly monitor your OpenAI usage at the OpenAI Usage Dashboard.
- Review your API key permissions and regenerate keys periodically for security.
- Test the plugin on a staging site before deploying to production.
- Enable WordPress debug logging to troubleshoot any issues that arise.
This plugin sends your post content to third-party AI services. Ensure you have the right to share your content and comply with applicable privacy laws like GDPR.
Troubleshooting Common Issues
- For “Invalid API key” errors, verify your key is correct and your OpenAI account has available credits.
- If summaries aren’t generating, check that your post has substantial content and verify server connectivity to
api.openai.com. - For image display issues, confirm your server has write permissions to the uploads directory and
allow_url_fopenis enabled. - Enable WordPress debug mode by adding
define('WP_DEBUG', true);anddefine('WP_DEBUG_LOG', true);towp-config.php. - Check
wp-content/debug.logfor detailed error messages prefixed with[Jay's Post Amplifier].
Summary
You have successfully installed and configured Jay’s Post Amplifier with AI provider integration. The plugin is now ready to generate AI-powered summaries and featured images for your posts, manage article ideas, and create full draft articles. You’ve set up secure API connections, configured content generation parameters, and learned the workflow for creating and managing AI-generated content within WordPress.