-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add social media coordinator job posting
- Loading branch information
Showing
1 changed file
with
103 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
--- | ||
layout: job-listing | ||
title: Social Media Coordinator (remote, part-time) | ||
date-posted: July 16, 2024 | ||
published: true | ||
type: project | ||
text: | | ||
## About P2PU: | ||
Peer 2 Peer University (P2PU) is a U.S.-based non-profit organization that supports peer learning around the world through a model we call learning circles: study groups that meet in public spaces to work through free educational materials together. | ||
Our role supporting learning circles is multifaceted: we build open source software for managing meetings, we train groups to facilitate learning circles, we maintain an online community for facilitators, and we develop and curate open educational resources. | ||
## Position Overview: | ||
P2PU is seeking a motivated and creative Social Media Coordinator to join our team for a 4-month internship. The intern will be responsible for executing our predetermined social media strategy, ensuring our presence on X (formerly Twitter), Facebook, and Instagram is engaging and responsive. This is an excellent opportunity to gain hands-on experience in social media management and digital marketing within a dynamic and mission-driven organization. | ||
### Key Responsibilities: | ||
- Content Creation & Scheduling: | ||
- Follow the established social media strategy to create, schedule, and post content on X, Facebook, and Instagram. | ||
- Ensure all posts are timely, relevant, and aligned with P2PU’s brand voice and values. | ||
- Community Engagement: | ||
- Monitor and respond to comments, messages, and mentions on all platforms in a timely and professional manner. | ||
- Engage with followers, fostering a positive community atmosphere and increasing engagement rates. | ||
- Analytics & Reporting: | ||
- Track and analyze performance metrics for social media posts and campaigns. | ||
- Provide regular reports on key metrics, offering insights and recommendations for improvement. | ||
- Collaboration: | ||
- Work closely with the team to ensure consistency across all digital channels. | ||
- Collaborate with team members and partners to support broader marketing and communication initiatives. | ||
### Qualifications: | ||
- Demonstrated experience with social media platforms, particularly X, Facebook, and Instagram. | ||
- Strong writing and communication skills. | ||
- Creative mindset with attention to detail. | ||
- Ability to work independently and manage multiple tasks. | ||
- Basic understanding of social media analytics tools. | ||
### Benefits: | ||
- Gain practical experience in social media management. | ||
- Opportunity to contribute to a mission-driven organization. | ||
- Flexible working hours. | ||
- Mentorship and professional development opportunities. | ||
### How to Apply: | ||
- Interested candidates should submit their resume and a brief cover letter outlining their interest and relevant experience as a single PDF to [email protected] with “[Social Media Coordinator]” as the subject. | ||
P2PU does not discriminate on the basis of race, religion, color, national origin, gender, sexual orientation, age, marital status, veteran status, or disability status. | ||
--- | ||
<script type="application/ld+json"> | ||
{ | ||
"@context" : "https://schema.org/", | ||
"@type" : "JobPosting", | ||
"title" : "Social Media Coordinator", | ||
"description" : "{{page.text | markdownify | strip_newlines | replace:'"', "'" }}", | ||
"datePosted" : "2024-07-16", | ||
"validThrough" : "2024-07-31T00:00", | ||
"employmentType" : "CONTRACTOR", | ||
"hiringOrganization" : { | ||
"@type" : "Organization", | ||
"name" : "Peer 2 Peer University", | ||
"sameAs" : "https://www.p2pu.org" | ||
}, | ||
"baseSalary": { | ||
"@type": "MonetaryAmount", | ||
"currency": "USD", | ||
"value": { | ||
"@type": "QuantitativeValue", | ||
"value": 1000.00, | ||
"unitText": "MONTH" | ||
} | ||
}, | ||
"jobLocationType": "TELECOMMUTE", | ||
"applicantLocationRequirements": [ | ||
{ | ||
"@type": "Country", | ||
"sameAs": "https://www.wikidata.org/wiki/Q30", | ||
"name": "USA" | ||
}, | ||
{ | ||
"@type": "Country", | ||
"sameAs": "https://www.wikidata.org/wiki/Q458", | ||
"name": "European Union" | ||
}, | ||
{ | ||
"@type": "Country", | ||
"sameAs": "https://www.wikidata.org/wiki/Q19464773", | ||
"name": "Northern America and Mexico" | ||
}, | ||
{ | ||
"@type": "Country", | ||
"sameAs": "https://www.wikidata.org/wiki/Q258", | ||
"name": "South Africa" | ||
} | ||
] | ||
} | ||
</script> | ||
|
||
{{ page.text}} |