Skip to content

Commit

Permalink
fix(storefront): BCTHEME-990 Product image not shown in Pinterest pre…
Browse files Browse the repository at this point in the history
…view if not signed in (#2203)
  • Loading branch information
bc-vlad-dlogush authored May 3, 2022
1 parent 0767e4b commit ad0fe78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Draft
- Product image not shown in Pinterest preview if not signed in.[#2203](https://github.com/bigcommerce/cornerstone/issues/2203)
- Remove nanobar (loading progress bar). [#2192](https://github.com/bigcommerce/cornerstone/issues/2192)
- Fix Workflow examples missing api host. [#2161](https://github.com/bigcommerce/cornerstone/pull/2161)
- Remove sweetAlert. [#2189](https://github.com/bigcommerce/cornerstone/issues/2189)
Expand Down
2 changes: 1 addition & 1 deletion templates/components/common/share.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
{{else if service '===' 'pinterest'}}
<a class="socialLinks__link icon icon--{{service}}"
title="{{{capitalize service}}}"
href="https://pinterest.com/pin/create/button/?url={{getVar 'encodedUrl'}}&amp;description={{getVar 'encodedTitle'}}"
href="https://pinterest.com/pin/create/button/?url={{getVar 'encodedUrl'}}&amp;media={{getImageSrcset ../product.main_image (cdn ../theme_settings.default_image_product) 1x=../theme_settings.zoom_size}}&amp;description={{getVar 'encodedTitle'}}"
target="_blank"
rel="noopener"
{{{annotation}}}
Expand Down

0 comments on commit ad0fe78

Please sign in to comment.