PromptBase
Close icon
Explore
General
Home
Marketplace
Apps
Create
Login
Sell
🤖 GPT

Content Scheduling

Content Scheduling gpt prompt mini thumbnail
1Eye icon
Views
TestedTick icon
TipsTick icon
4 examplesTick icon
Schedule posts for automatic publication on selected social media platforms at specific times and dates to streamline content management.
...more
$2.99
Get prompt
After purchasing, you will gain access to the prompt file which you can use with GPT or the app builder. You'll receive 20 free generation credits with this purchase. By purchasing this prompt, you agree to our terms of service.
1 week ago
Related item

Prompt Details

Model
Chat - GPT-4o mini (gpt-4o-mini)
Token size
126 ($0.00025 / call)
Example input
[Tool name]: Sprout Social
Example output
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Social Media Management Tool</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; } header { background-color: #333; color: white; padding: 20px; text-align: center; } nav { width: 250px; background-color: #444; position: fixed; height: 100%; padding-top: 20px; } nav ul { list-style-type: none; padding: 0; } nav ul li { padding: 15px; text-align: center; } nav ul li a { color: white; text-decoration: none; display: block; } main { margin-left: 250px; padding: 20px; } .card { background-color: #f4f4f4; padding: 20px; margin: 10px 0; border-radius: 5px; } .dashboard-section { display: flex; flex-wrap: wrap; justify-content: space-between; } .dashboard-section div { width: 48%; margin-bottom: 20px; } .engagement-section { margin-top: 20px; } .engagement-metrics { display: flex; justify-content: space-between; } .metrics-card { background-color: #f9f9f9; padding: 20px; width: 30%; text-align: center; border: 1px solid #ddd; border-radius: 5px; } footer { background-color: #333; color: white; padding: 10px; text-align: center; position: fixed; bottom: 0; width: 100%; } </style> </head> <body> <header> <h1>Social Media Management Tool</h1> </header> <nav> <ul> <li><a href="#">Dashboard</a></li> <li><a href="#">Schedule Posts</a></li> <li><a href="#">Engagement Metrics</a></li> <li><a href="#">Collaboration</a></li> <li><a href="#">Settings</a></li> </ul> </nav> <main> <section class="dashboard-section"> <div class="card"> <h2>Scheduled Posts</h2> <p>Manage your upcoming posts across all platforms.</p> </div> <div class="card"> <h2>Post Creation</h2> <p>Create, draft, and schedule your social media posts.</p> </div> <div class="card"> <h2>Collaboration Tools</h2> <p>Assign tasks, chat with your team, and streamline content production.</p> </div> <div class="card"> <h2>Trend Monitoring</h2> <p>Keep track of real-time trends and social listening insights.</p> </div> </section> <section class="engagement-section"> <h2>Engagement Metrics</h2> <div class="engagement-metrics"> <div class="metrics-card"> <h3>Likes</h3> <p>Facebook: 1200</p> <p>Instagram: 1500</p> <p>Twitter: 800</p> </div> <div class="metrics-card"> <h3>Comments</h3> <p>Facebook: 350</p> <p>Instagram: 400</p> <p>Twitter: 200</p> </div> <div class="metrics-card"> <h3>Shares/Retweets</h3> <p>Facebook: 120</p> <p>Instagram: 95</p> <p>Twitter: 140</p> </div> </div> </section> <section class="card"> <h2>Sentiment Analysis</h2> <p>Track how people are reacting to your posts and monitor positive, negative, or neutral feedback.</p> </section> </main> <footer> <p>&copy; 2024 Social Media Management Tool. All rights reserved.</p> </footer> </body> </html>
Browse Marketplace