Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: og-url for donate page to get correct Facebook share preview, change meta title #9356

Merged
merged 3 commits into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ Web:
- html/donate/tt.html
- templates/web/common/includes/donate_banner.tt.html
- html/donate/fr.helloasso.html
- html/donate/en.html

✏️ Editing:
- templates/web/pages/product_edit/product_edit_form.tt.html
Expand Down
4 changes: 2 additions & 2 deletions html/donate/en.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

<meta property="fb:app_id" content="219331381518041" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Help us fund the Open Food Facts 2024 budget!" />
<meta property="og:title" content="Help us lead the change in the food sector!" />
<meta
property="og:url"
content="https://world.openfoodfacts.org/donate-to-openfoodfacts"
content="https://world.openfoodfacts.org/donate-to-open-food-facts?utm_source=donate-page-share&utm_campaign=donation-2024&utm_content=donate-page-share-en"
/>
<meta
property="og:image"
Expand Down
Loading