Skip to content

Add #EuroPython #Python hashtags to bingo share#1699

Open
hugovk wants to merge 3 commits into
ep2026from
share-bingo
Open

Add #EuroPython #Python hashtags to bingo share#1699
hugovk wants to merge 3 commits into
ep2026from
share-bingo

Conversation

@hugovk

@hugovk hugovk commented Jun 29, 2026

Copy link
Copy Markdown
Member

Also list social networks in same order as homepage:

image

@europython-society

europython-society commented Jun 29, 2026

Copy link
Copy Markdown
Member

Preview available

Key Value
url https://share-bingo.ep-preview.click
last update 2026-06-29T07:35:29.577Z

}

const BINGO_PAGE_URL = 'https://ep2026.europython.eu/#bingo';
const BINGO_PAGE_URL = 'https://ep2026.europython.eu/bingo';

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was suggested to me before, but other sections have URLS like https://ep2026.europython.eu/#krakow - don't we want to be consistent? And does the hash even matter?

const base = `I've attended ${count} EuroPython conference${count !== 1 ? 's' : ''}! 🐍`;
const body = count > 0 ? `${base}\n\n${attended.join(' · ')}` : base;
return `${body}\n\nWhat about you: ${BINGO_PAGE_URL}`;
return `${body}\n\nWhat about you? ${BINGO_PAGE_URL}\n#EuroPython #Python`;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return `${body}\n\nWhat about you? ${BINGO_PAGE_URL}\n#EuroPython #Python`;
return `${body}\n\nWhat about you? ${BINGO_PAGE_URL}\n\n#EuroPython #Python`;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would help readability

@dariagrudzien

Copy link
Copy Markdown
Contributor

@hugovk I don't really know why, but this change breaks LinkedIn sharing by removing the URL, by clipping everything after the last question including the URL:

this PR
image

prod
image

@dariagrudzien dariagrudzien self-requested a review June 29, 2026 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants