Skip to content

Use non-canonical URLs when clicking in rich embed preview minds#3740

Ben requested to merge feat/embed-utm-pres-m3740 into master

Ticket(s) / Related Merge Requests

minds#3740 (closed)

Summary of Changes

Preserve UTM codes in rich embeds by not returning canonical as the link, but the original link

Testing Considerations

Enter http://thesundaybe.st/?utm_source=testing&utm_medium=somethingsomething&utm_id=minds-testsss into composer

Preview when clicked should link to the full URL with the UTM codes.

Deployment Considerations

Standard deployment.

Regression Scope

Link Previews.

Platform Affected (web, mobile, etc)

Web / mob

Developer Testing Completed

Manual / PHPSpec.

Screenshots / Screen Recording

image

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out

Merge request reports