Site icon Hip-Hop Website Design and Development

How to create a user ability to save pages with full url?

Problem: I have a real estate website with dynamic pages. For example when you click on a property it links to http://example.com/property/?id=23432434. I want to give users the ability to save a property. I have tried many plugins that offer saving posts but none save the full url and will only save http://example.com/property/.

Does anyone know of a way to implement this? I found $current_url is the full url and I have tried to edit some plugins by changing $postid to this with no luck.

Thanks!