MILK PANSA'S
FASHION WEEK SCHEDULES


Follow Milk Pansa's Official Accounts


by @milkpansa_ph

PARIS FASHION WEEK FALL/WINTER 2026

SAINT LAURENT WOMEN'S WINTER 2026
by Anthony Vaccarello

EMV PERIOD:
02 - 11 MARCH 2026

MIV PERIOD:
28 FEBRUARY - 17 MARCH 2026

SOV PERIOD:
01 - 10 MARCH 2026

**EMV tracking period is based on Lefty’s previous tracking period and is subject to change | Paris Time


HASHTAGS & KEYWORDS

Milk Pansa at the Airport
PANSA IS BACK IN PARIS
#YSLxMilkPansa
Event Day
Start Trend:
04 Mar - 01:30 AM (BKK Time)
MILK PANSA BA YSL WW26
#YSLxMilkPansa
X Add Ons#SaintLaurentPFW26 #YSL #SaintLaurent #MilkPansa #PFW
IG Post#YSLxMilkPansa
#YSL #SaintLaurent
#MilkPansa #PFW
IG Story#YSLxMilkPansa
#YSL #YvesSaintLaurent #SaintLaurent
#MilkPansa #PFW #ParisFashionWeek

ACCOUNTS TO TAG:
@panly.v
@ysl
OPTIONAL TAGS:
@anthonyvaccarello
@z_zocial
@gmmtv
(and other media or source)

LIKE, COMMENT, REPOST, SHARE and SAVE ALL POSTS

FOR COMMENTS:

- DO NOT use hashtags in comments
-DO NOT spam with emojis only
-DO NOT post repetitive comments to avoid being marked as spam
- Put intervals on your comments (10-15sec) to avoid being suspended


INSTAGRAM


MILK'S INSTAGRAM POSTS

GOALS:

• 800k-1M likes
• 30k comments (or more)
• 500k-1M shares
• 10M views for reels


YSL, GMMTV, ZZOCIAL & MEDIA POSTS

GOALS:

• 50-100k likes (or more)
• 1-2k comments (or more)
• 10k shares (or more)
• 200k views for reels (or more)

AIRPORT

MAIN EVENT

OTHERS


TIKTOK


MILK'S TIKTOK POSTS

GOALS:

- 100k likes (or more)
- 1k comments (or more)
- 10k shares (or more)
- 3M views (or more)


YSL, GMMTV, ZZOCIAL & MEDIA POSTS

GOALS:

- 100k likes (or more)
- 500-1k comments (or more)
- 5k shares (or more)
- 200k views for reels (or more)

AIRPORT

MAIN EVENT


X


MILK'S X POSTS

GOALS:

- 10k likes (or more)
- 10k reposts (or more)
- 1k comments (or more)
- 200k views (or more)


YSL, GMMTV, ZZOCIAL, P'JANG & MEDIA POSTS

GOALS:

- 5k likes (or more)
- 5k reposts (or more)
- 500 comments (or more)
- 100k views (or more)

P'JANG

AIRPORT

MAIN EVENT

OTHERS



by @milkpansa_ph

NEW YORK FASHION WEEK
FALL-WINTER 2026

CALVIN KLEIN COLLECTION
Fall 2026 Runway Show

EMV PERIOD:
*09 - 18 FEBRUARY 2026

MIV PERIOD:
09 - 23 FEBRUARY 2026

**EMV tracking period is based on Lefty’s previous tracking period and is subject to change


HASHTAGS & KEYWORDS

Milk Pansa at the Airport
MILK READY FOR CK NYFW
#calvinkleinXMilk
Event Day
Start Trend:
13 Feb - 11:30 PM (BKK Time)
MILK AT CK NYFW26
#calvinkleinXMilk
X Add Ons#MilkPansa #calvinklein #NYFW26
IG Add Ons#calvinklein #MilkPansa #มิ้ลค์พรรษา #panlyv

ACCOUNTS TO TAG:
@panly.v
@calvinklein
OPTIONAL TAGS:
@gmmtv
@veronicaleoni
(and other media or source)

LIKE, COMMENT, REPOST, SHARE and SAVE ALL POSTS

FOR COMMENTS:

- DO NOT use hashtags in comments
-DO NOT spam with only emojis
-DO NOT post repetitive comments to avoid being marked as spam
- Put intervals on your comments (10-15sec) to avoid being suspended


INSTAGRAM


MILK'S INSTAGRAM POSTS

GOALS:

- 700k-1M likes
- 50k comments (or more)
- 500k shares (or more)
- 3M views for reels (or more)


CALVIN KLEIN, GMMTV & MEDIA POSTS

GOALS:

- 100k likes (or more)
- 5k comments (or more)
- 10k shares (or more)
- 100k views for reels (or more)

AIRPORT

PRE-EVENT SHOOT

MAIN EVENT

OTHERS


TIKTOK


MILK'S TIKTOK POSTS

GOALS:

- 100k likes (or more)
- 10k comments (or more)
- 10k shares (or more)
- 3M views (or more)


CALVIN KLEIN, GMMTV & MEDIA POSTS

GOALS:

- 100k likes (or more)
- 5k comments (or more)
- 10k shares (or more)
- 100k views for reels (or more)

PRE-EVENT SHOOT

MAIN EVENT

OTHERS


X


MILK'S X POSTS

GOALS:

- 10k likes (or more)
- 10k reposts (or more)
- 1k comments (or more)
- 200k views (or more)


CALVIN KLEIN, GMMTV & MEDIA POSTS

GOALS:

- 5k likes (or more)
- 5k reposts (or more)
- 500 comments (or more)
- 100k views (or more)

AIRPORT

PRE-EVENT SHOOT

MAIN EVENT

OTHERS



by @milkpansa_ph

PARIS FASHION WEEK FALL/WINTER 2026

SAINT LAURENT MEN'S WINTER 2026
by Anthony Vaccarello


var prompts = [ "Random item #1", "Random item #2", "Random item #3", "Random item #4", "Random item #5", "Random item #6", "Random item #7", "Random item #8", "Random item #9", "Random item #10", "Random item #11", "Random item #12", "Random item #13", "Random item #14", "Random item #15", "Random item #16", "Random item #17", "Random item #18", "Random item #19", "Random item #20: Someone wise once said: \"This too shall pass.\"" ]; function randomPrompt() { var resultElement = document.getElementById('randomItem'); var randomIndex = Math.floor(Math.random() * prompts.length); resultElement.textContent = prompts[randomIndex]; };
function copyItem() { // Get and copy text from randomItem var textElement = document.getElementById("randomItem"); var randomText = textElement.innerText.trim(); navigator.clipboard.writeText(randomText); // Set copy button var randomButton = document.getElementById("buttons54").querySelectorAll('a,button')[0]; var copyButton = document.getElementById("buttons54").querySelectorAll('a,button')[1]; var currentText = copyButton.innerHTML; // Change copy button text with fade copyButton.innerHTML = '' + 'Comment copied!' + ''; // Remove animation class after animation ends to allow re-click setTimeout(function() { copyButton.innerHTML = '' + 'Comment copied!' + ''; }, 500); randomButton.addEventListener("click", function() { copyButton.innerHTML = currentText; }); }

Comment



by @milkpansa_ph



by @milkpansa_ph



by @milkpansa_ph

PARIS FASHION WEEK FALL/WINTER 2025

SAINT LAURENT WOMEN'S WINTER 2025
by Anthony Vaccarello

EMV PERIOD:
03 - 13 MARCH 2025

MIV PERIOD:
01 - 18 MARCH 2025

#SaintLaurentxMilk #YSL #YvesSaintLaurent #SaintLaurent #MilkPansa


ACCOUNTS TO TAG:
@panly.v
@ysl
@anthonyvaccarello
OPTIONAL TAGS:
@gmmtv
@z_zocial
@emmanueltomasini
@mariannemeunier
(and other media or source)

LIKE, COMMENT, REPOST, SHARE and SAVE ALL POSTS

FOR COMMENTS:

- DO NOT use hashtags in comments
-DO NOT spam with only emojis
-DO NOT post repetitive comments to avoid being marked as spam
- Put intervals on your comments (10-15sec) to avoid being suspended




by @milkpansa_ph


MILK'S INSTAGRAM POSTS

GOALS:

- 1M likes
- 30k comments (or more)
- 150k shares (or more)
- 1M views for reels


YSL, GMMTV, ZZOCIAL & MEDIA POSTS

GOALS:

- 100k likes (or more)
- 5k comments (or more)
- 10k shares (or more)


- 10 March 2025 -


- 11 March 2025 -


- 12 March 2025 -


- 13 March 2025 -


- 14 March 2025 -


- 15 March 2025 -


- 16 March 2025 -


by @milkpansa_ph


TIKTOK

LIKE, COMMENT, SHARE and SAVE ALL POSTS:


MILK'S TIKTOK POSTS

GOALS:

- 1M views
- 20k comments (or more)
- 150k shares (or more)



by @milkpansa_ph


X

LIKE, COMMENT, SHARE and SAVE ALL POSTS:


MILK'S X POSTS

GOALS:

- 1M views
- 20k comments (or more)
- 150k shares (or more)



by @milkpansa_ph