You mean for your buttons you used the external url to add the params? Thats a good idea. I don’t think its possible to use the internal (post / page) setting and add params to it (you could request that feature). But you could use {site_url}/your-page-slug?your_param=your_value . So at least the siteurl would be dynamic but if the slug of the page changes it breaks. But I guess it’s not such a common thing to change the slug, so it should be fine.
2 Likes