Table of Contents
Starting on August 26, 2023, in honor of Women’s Equality Day in teh United States, wich commemorates the 1920 law granting women the right to vote, OncoDaily launched an initiative to spotlight 100 remarkable female leaders in oncology worldwide. Each week, 10 inspiring women were introduced, culminating in the full list and an updated edition in 2024.
Continuing this tradition, we are proud to present the 2025 list of 100 Influential Women in Oncology to Follow on Social Media.
While there are countless exceptional women leaders in oncology who deserve recognition,we acknowledge that we couldn’t feature everyone. This initiative is ongoing,and we look forward to your nominations for 2026.
Here are the final 10 of 100 Influential Women in Oncology to follow in 2025:
Mia Amor Mottley is the Prime Minister of Barbados – the country’s first female leader and first as becoming a republic. A global advocate for equity in health and development, she has prioritized access to life-saving medicines and cancer therapies through a landmark partnership with Rwanda and the WHO to establish a regional pharmaceutical hub in Barbados.
Under her leadership,the nation also launched the Living Laboratory for genomic research and molecular diagnostics to advance prevention and treatment of cancer and other non-communicable diseases.Recognized internationally for her transformative vision, prime Minister Mottley received the United Nations champions of the Earth Award (2021) and was named among TIME’s 100 Most Influential People (2022).
Follow Mia Mottley on X and LinkedIn.
Lordina Mahama is the First Lady of Ghana and Founder of the Lordina Foundation, championing women’s health and cancer prevention. During her tenure in the Office of the First Lady, she has spearheaded national campaigns for early-detection screening of breast and cervical cancers, in partnership with the Ghana Health Service and global HPV vaccination initiatives.
Her advocacy includes empowering outreach to rural and vulnerable populations, emphasizing that “early testing saves lives” as part of free public-health screening events that include breast-cancer exams. Recognized for her leadership in women’s and cancer health, she has received honors for her work on cervical- and breast-cancer awareness, women’s empowerment and health equity.
Follow Lordina mahama on X.
Deborah Schrag is the Chair of the Department of Medicine at Memorial Sloan kettering Cancer Center (MSKCC) and the George J. Bosl Chair in Medicine. Before joining MSKCC, she served as Professor of Medicine at Harvard medical School and Chief of the Division of Population Sciences at Dana-Farber cancer Institute.
Dr. Schrag serves on the board of the American Society of Clinical Oncology (ASCO) and is the current nominee for ASCO President-Elect. Her previous honors include the ASCO Health Services Research Award, election to the National Academy of Medicine, and recognition from the American Cancer Society for her leadership in improving access and equity in oncology.
Follow Dr. Deborah Schrag on LinkedIn.
Dilyara Kaidarova is the Chair of the Board of the Kazakh Institute of Oncology and Radiology and First Vice-rector of the Kazakh National Medical University.
“`html
using the Instagram Embed Script
The Instagram embed script allows you to seamlessly display Instagram posts,stories,and profiles directly on your website. This is a powerful tool for social proof, increasing engagement, and driving traffic between your website and Instagram presence. This guide will walk you through the process of implementing the script, troubleshooting common issues, and optimizing its use.
What Does the Instagram Embed Script Do?
The Instagram embed script, hosted by Instagram itself, is a small piece of JavaScript code that you add to your website. It dynamically loads Instagram content based on specific parameters you define, such as a post URL, a user’s profile, or a hashtag. This eliminates the need to manually screenshot posts or create static links, providing a live, interactive experience for your visitors. The script handles the rendering of the content, ensuring it displays correctly across different browsers and devices.
Implementing the Instagram Embed Script
Implementing the script is straightforward.Here’s a step-by-step guide:
- get the Script: The core script is readily available from Instagram’s developer documentation. The current script tag is:
<script async src="//www.instagram.com/embed.js"></script> - Add the Script to Your website: Place this script tag within the
<body>section of your HTML code, ideally just before the closing</body>tag. this ensures the page content loads before the Instagram content, improving page load speed. - Embed Individual Posts: To embed a specific post,use the
data-embed-idattribute within a<div>tag.You’ll need the post’s ID, which can be found in the post’s URL. For example, if the URL ishttps://www.instagram.com/p/cxxxxxxxxxx/, the ID isCxxxxxxxxxx.The code would look like this:<div data-embed-id="Cxxxxxxxxxx"></div> - Embed a Profile: To embed an entire profile, use the
data-embed-usernameattribute within a<div>tag.Replace “username” with the actual Instagram username.For example:<div data-embed-username="instagram"></div>
Troubleshooting Common Issues
While the Instagram embed script is generally reliable, you might encounter some issues. Here’s how to address them:
- Content Not Loading: Ensure the script is correctly placed in your HTML and that there are no typos. Check your browser’s developer console for any error messages related to the script.Instagram’s servers might occasionally experience outages, so check Instagram’s status on Downdetector.
- Script Conflicts: Conflicts with other JavaScript libraries on your website can sometimes prevent the script from working. Try temporarily disabling other scripts to see if that resolves the issue.
- Caching Issues: Browser caching can sometimes display an older version of the page. Clear your browser’s cache and cookies, or try viewing the page in a private browsing window.
- HTTPS Issues: Ensure your website is served over HTTPS. Instagram requires a secure connection for the embed script to function correctly.
Best Practices for Using the Instagram Embed Script
To maximize the effectiveness of the Instagram embed script, consider these best practices:
- Optimize Image Sizes: While the script handles rendering, large images can still impact page load speed. Ensure your Instagram images are optimized for web use.
- Use Relevant Content: Embed posts that are relevant to the content on your website. This will increase engagement and provide value to your visitors.
- Monitor performance: Use website analytics to track how users are interacting with the embedded content. This will help you identify what’s working and what’s not.
- Respect Instagram’s API Terms: Familiarize yourself with Instagram’s API