I am sharing my page "www.mysite.com/detail/?v=2442411" to linkedIn but I just get a "Oops" on linkedIn.
In code I have it like this:
string LinkedIn = $"https://www.linkedin.com/shareArticle?mini=true&url={mysiteurlvariable}?v={myidvariable}&title=ThisTitle"
It spits out this link: https://www.linkedin.com/shareArticle/?mini=true&url=www.mysite.com/detail/?v=2442411&title=ThisTitle
When following the link as I say I just get a oops from LinkedIn. Although when replacing the url with any other url also without a parameter its fine.
It seems like it does not like the ?v={myidvatiable} part
Anyone know of this issue or why this is an issue