mojombo / clippy

Clippy is a very simple Flash widget that makes it possible to place arbitrary text onto the client's clipboard.
MIT License
939 stars 167 forks source link

Copy link with ?category=1&product=1 returns ?category=1&product=1 #12

Open maartenschelven opened 13 years ago

maartenschelven commented 13 years ago

Is it possible to disable this feature?

What i need is a link that users can copy paste in there browser

leandro commented 11 years ago

How to work around this issue? I'm also facing it.

aqabawe commented 11 years ago

Same here did anyone find a work around?

eedeebee commented 10 years ago

Same same.

ShariqT commented 10 years ago

You have to pass in the url with the ampersand taken out and %26 replacing it. So the query string becomes -- ?category=1%26product=1, etc.

halfbaked commented 9 years ago

same issue here. %26 didn't work for me. Anyone figured out a good workaround?

victor-letunovsky commented 5 years ago

Same here. %26 works for me! Thanks @ShariqT for hint!