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

Social Media Management Platform

Social Media Management Platform gpt prompt mini thumbnail
14Eye icon
Views
TestedTick icon
TipsTick icon
4 examplesTick icon
A comprehensive tool designed to manage and schedule posts across multiple social media platforms, track engagement with real-time analytics, and streamline team collaboration with customizable dashboards and reports.
...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.
2 weeks ago
Related item

Prompt Details

Model
Chat - GPT-4o mini (gpt-4o-mini)
Token size
127 ($0.00025 / call)
Example input
[Tool name]: Hootsuite
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> <link rel="stylesheet" href="styles.css"> <!-- Reference to an external CSS file for styling --> </head> <body> <!-- Header Section --> <header> <nav> <ul> <li><a href="#dashboard">Dashboard</a></li> <li><a href="#schedule">Schedule Posts</a></li> <li><a href="#calendar">Content Calendar</a></li> <li><a href="#analytics">Analytics</a></li> <li><a href="#team">Team Management</a></li> </ul> </nav> </header> <!-- Main Content Area --> <main> <!-- Dashboard Section --> <section id="dashboard"> <h1>Dashboard</h1> <div class="overview"> <p>Overview of all connected social media accounts</p> <!-- Overview content like recent activity, notifications, etc. --> </div> </section> <!-- Schedule Posts Section --> <section id="schedule"> <h1>Schedule Posts</h1> <form id="schedule-post-form"> <label for="platform">Select Platform:</label> <select id="platform" name="platform"> <option value="facebook">Facebook</option> <option value="twitter">Twitter</option> <option value="instagram">Instagram</option> </select> <label for="post-content">Post Content:</label> <textarea id="post-content" name="post-content" rows="4" cols="50"></textarea> <label for="schedule-date">Schedule Date:</label> <input type="datetime-local" id="schedule-date" name="schedule-date"> <button type="submit">Schedule Post</button> </form> </section> <!-- Content Calendar Section --> <section id="calendar"> <h1>Content Calendar</h1> <div class="calendar-view"> <!-- Calendar UI will be here --> </div> </section> <!-- Analytics Section --> <section id="analytics"> <h1>Analytics</h1> <div class="analytics-dashboard"> <!-- Analytics charts and data will be displayed here --> </div> </section> <!-- Team Management Section --> <section id="team"> <h1>Team Management</h1> <div class="team-overview"> <!-- Team management tools and settings will go here --> </div> </section> </main> <!-- Footer Section --> <footer> <p>&copy; 2024 Social Media Management Tool. All Rights Reserved.</p> </footer> </body> </html>
Browse Marketplace