You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The custom Reddit social sharing link example on the Layouts page of the documentation specifies to populate the url parameter with {{ page.url | relative_url }}, which fails to populate the URL field in the popup window when implemented. If the interpolation syntax is replaced with the encoded absolute value: {{ page.url | absolute_url | url_encode }}, as implemented in the theme default social-share.html file, the URL field will populate properly in the popup window.
Description
The custom Reddit social sharing link example on the Layouts page of the documentation specifies to populate the url parameter with
{{ page.url | relative_url }}
, which fails to populate the URL field in the popup window when implemented. If the interpolation syntax is replaced with the encoded absolute value:{{ page.url | absolute_url | url_encode }}
, as implemented in the theme default social-share.html file, the URL field will populate properly in the popup window.Environment
Expected behavior
The URL field should be populated with the page URL in the share on Reddit popup window.
Steps to reproduce the behavior
Pull Request following momentarily.
The text was updated successfully, but these errors were encountered: