If I understand what you're asking then the problem is that when facebook "scrapes" your page it then caches the result so that when a user shares the link it already has the share content.
You can clear this cache using the Facebook Debugger (also known as Linter), you just put the url in the text field and click "Debug". That will clear the facebook cache and cache the current result.
In the documentation of the Like Button it says:
When does Facebook scrape my page?
Facebook needs to scrape your page to know how to display it around
the site.
Facebook scrapes your page every 24 hours to ensure the properties are
up to date. The page is also scraped when an admin for the Open Graph
page clicks the Like button and when the URL is entered into the
Facebook URL Linter. Facebook observes cache headers on your URLs - it
will look at "Expires" and "Cache-Control" in order of preference.
However, even if you specify a longer time, Facebook will scrape your
page every 24 hours.
The user agent of the scraper is: "facebookexternalhit/1.1
(+http://www.facebook.com/externalhit_uatext.php)"