Prompt Details
Model
Chat - GPT-4o mini (gpt-4o-mini)
Token size
127 ($0.00025 / call)
Example input
[Tool name]: Buffer
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: #2c3e50;
color: white;
padding: 20px;
text-align: center;
}
.container {
display: flex;
flex-wrap: wrap;
padding: 20px;
}
.sidebar {
flex: 1;
max-width: 300px;
padding: 20px;
background-color: #ecf0f1;
}
.content {
flex: 3;
padding: 20px;
}
.content-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.content-header h2 {
margin: 0;
}
.button {
background-color: #3498db;
color: white;
padding: 10px 20px;
border: none;
cursor: pointer;
border-radius: 5px;
}
.calendar, .analytics, .team {
margin-top: 20px;
padding: 20px;
background-color: #ecf0f1;
border-radius: 10px;
}
.calendar h3, .analytics h3, .team h3 {
margin: 0;
}
.drag-drop-area {
margin-top: 20px;
padding: 40px;
border: 2px dashed #7f8c8d;
text-align: center;
color: #7f8c8d;
}
footer {
background-color: #2c3e50;
color: white;
text-align: center;
padding: 10px;
position: fixed;
width: 100%;
bottom: 0;
}
</style>
</head>
<body>
<header>
<h1>Social Media Management Tool</h1>
</header>
<div class="container">
<!-- Sidebar for Navigation -->
<div class="sidebar">
<h2>Menu</h2>
<ul>
<li><a href="#">Dashboard</a></li>
<li><a href="#">Schedule Posts</a></li>
<li><a href="#">Manage Accounts</a></li>
<li><a href="#">Analytics</a></li>
<li><a href="#">Team Collaboration</a></li>
</ul>
</div>
<!-- Main Content Area -->
<div class="content">
<div class="content-header">
<h2>Dashboard</h2>
<button class="button">Add New Post</button>
</div>
<!-- Calendar View for Scheduling -->
<div class="calendar">
<h3>Content Calendar</h3>
<div class="drag-drop-area">
<p>Drag and Drop your content here</p>
</div>
</div>
<!-- Analytics Section -->
<div class="analytics">
<h3>Analytics Overview</h3>
<p>Engagement: 85%</p>
<p>Reach: 1200</p>
<p>Performance: Good</p>
</div>
<!-- Team Collaboration Section -->
<div class="team">
<h3>Team Collaboration</h3>
<p>Pending Approvals: 2</p>
<p>Comments: 5</p>
</div>
</div>
</div>
<footer>
<p>© 2024 Social Media Management Tool. All rights reserved.</p>
</footer>
</body>
</html>
By purchasing this prompt, you agree to our terms of service
GPT-4O-MINI
Streamline your social media strategy with Buffer, an advanced tool designed for seamless content scheduling and performance tracking. With Buffer, you can schedule posts in advance, monitor analytics to optimize your campaigns, and collaborate easily with team members. The user-friendly interface and visual content calendar make managing multiple social platforms effortless, enhancing your social media presence and engagement.
...more
Added over 1 month ago

