  ## Breadcrumb

- [Home](/)
 
  ## Breadcrumb

- [Home](/)
 
 #  #Run4PD Social Media Toolkit 

 

   

 ###  How to Use This Toolkit 

1. Browse our ready-to-go social media posts and choose which one you'd like to use.
2. Update the caption with key event details or information about your connection to Parkinson's.
3. Select "Copy Caption" to copy the text to your clipboard.
4. Select download image.
5. Press and hold the image to save to your device. *(If on a desktop computer, right click and select "Save image as.")*
6. Paste the caption and insert the image to the social media platform of your choosing.
7. Tag us [**@ParkinsonDotOrg**](https://www.parkinson.org/about-us/contact#social) so we can see and interact with your post!
8. Post and engage with your network.

 

 Your work as a Parkinson's Champion isn’t just about supporting the life-changing work of the Parkinson’s Foundation; it's about carrying hope to everyone affected by this PD. Social media is a great way to spread the word and reach more people!   
  
We've put together these ready-to-use posts to make sharing as easy as possible.

  
.pf-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
@media (max-width: 900px) {
    .pf-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .pf-grid {
        grid-template-columns: 1fr;
    }
}
![Downloadable Image 1](https://www.parkinson.org/sites/default/files/images/1_4.png)Someone is diagnosed with Parkinson's disease in the U.S. every 6 minutes. Ahead of my run for @ParkinsonDotOrg on \[date\], will you join me in the fight against PD by donating to my fundraiser? \[insert donation link\]Download ImageCopy Caption

![Downloadable Image 2](https://www.parkinson.org/sites/default/files/images/Run%20for%20PD%20Social%20Toolkit.png)There is currently no cure for Parkinson's disease. The funds raised through my run for @ParkinsonDotOrg can help support the research needed to find a cure. Will you join me and support the PD community? \[insert donation link\]Download ImageCopy Caption

![Downloadable Image 3](https://www.parkinson.org/sites/default/files/images/Run%20for%20PD%20Social%20Toolkit%20%281%29.png)We're getting close to my \[race type\] for @ParkinsonDotOrg on \[date\]! \[Briefly explain your connection to Parkinson's disease and what the event is.\] My goal is to raise $500 by the end of the day. Will you help me? \[donation link\] Download ImageCopy Caption

![Downloadable Image 4](https://www.parkinson.org/sites/default/files/images/5_1.png)There are 10 million people living with Parkinson's disease worldwide. I'll be running the \[race title\] on \[date\]. Will you join me and @ParkinsonDotOrg to raise awareness and critical funds for Parkinson's? \[fundraising link\]Download ImageCopy Caption

![Downloadable Image 5](https://www.parkinson.org/sites/default/files/images/6_2.png)Every dollar counts in the fight against Parkinson's disease! On \[date\], I'll be running the \[race title\] in support of @ParkinsonDotOrg. All funds raised will go toward their mission to make life better for people living with Parkinson's disease by improving care and advancing research toward a cure. Donate here! \[insert donation link\]Download ImageCopy Caption

![Downloadable Image 6](https://www.parkinson.org/sites/default/files/images/3_1.png)\[Use the caption to describe your connection to Parkinson's disease, give a brief description of your race, and encourage your followers to donate! Don't forget to tag @ParkinsonDotOrg\] Download ImageCopy Caption






function copyText(textareaId) {
  const textArea = document.getElementById(textareaId);
  if (navigator.clipboard && window.isSecureContext) {
    navigator.clipboard.writeText(textArea.value)
      .then(() => {
        alert("Caption copied to clipboard!");
      })
      .catch((err) => {
        console.error("Clipboard API failed:", err);
      });
  } else {
    textArea.select();
    textArea.setSelectionRange(0, 99999);
    try {
      document.execCommand("copy");
      alert("Caption copied to clipboard!");
    } catch (err) {
      console.error("Fallback copy failed:", err);
      alert("Unable to copy the caption. Please copy it manually.");
    }
  }
}
function downloadImage(imgId, filename) {
  const img = document.getElementById(imgId);
  const link = document.createElement("a");
  link.href = img.src;
  link.download = filename;
  document.body.appendChild(link);
  link.click();
  document.body.removeChild(link);
}
 

 ###  Follow us on Social Media 

 Be a part of our online Parkinson's community! Stay up to date on the latest Parkinson's news, resources, inspiring stories and events.

 [FOLLOW NOW](https://www.parkinson.org/about-us/contact#social) 

 

 

  ###  Find Local Support 

  Find your nearest Parkinson's Foundation chapter for local events, support groups, care facilities and more.

     10 Miles   25 Miles   50 Miles   100 Miles   250 Miles    

  

  - Share on Facebook
- Share on X
- Share on LinkedIn