Dashboard
Generate and publish daily mental healing posts
Setup Required
Some API credentials are missing. Go to Settings to configure your OpenAI and social media API keys before generating posts.
✨ Generate Today's Post
Use AI to create a fresh mental healing quote, generate a beautiful image, and publish to your social platforms instantly.
⏰ Auto-scheduler is off — enable it in Settings
Post History
All 1 posts generated so far
Loading…
Settings
Configure API keys, schedule, and post preferences
🚀 Setup Guide
Follow these steps to get WISEWORDS running
Make sure your host enables the required PHP extensions:
curl
gd
json
These are used for API calls, image rendering, and JSON processing.
For beautiful typography, download and place fonts in pgenerator/assets/fonts/:
- PlayfairDisplay-Bold.ttf & PlayfairDisplay-Regular.ttf — Google Fonts
- Lora-Bold.ttf & Lora-Regular.ttf — Google Fonts
The generator will automatically fall back to system fonts (Georgia, Arial) if these are missing.
Go to platform.openai.com/api-keys and create an API key.
- Go to developers.facebook.com and create an app
- Add the Pages product
- Generate a Page Access Token with
pages_manage_posts+pages_read_engagementpermissions - Copy your Page ID from your Page settings
- Your Instagram must be a Business or Creator account linked to a Facebook Page
- In your Facebook App, add Instagram Graph API product
- Get your Instagram Business Account ID via the Graph API Explorer
- Use the same access token as Facebook (with
instagram_basic,instagram_content_publishpermissions) - Set a public HTTPS URL for your server in Settings (Instagram must fetch the image from a public URL)
Create a cPanel cron job that runs the PHP cron script once per day:
php /home/USERNAME/posts.careerplus.space/cron_generate.php
Example schedule for 09:00 UTC: 0 9 * * *
No Python process is required anymore.
After configuring your API keys in Settings, go to the Dashboard and click Generate & Publish Now to test the full pipeline.