I am trying to setup a share button for facebook, twitter, and the other major share sites. The thing is when I use the methods I have found they only let me manually add the url to the share, not the text or title. This is an issue because on my site the share buttons would be on some posts, the main page showing 10 at a time, with a quotes page showing one and the comments. These posts are gotten from the database via a php function, returned to the index and it shows them. Then index takes care of what type to show.
The issue here is the share button looks at index.php for the title and text, both of which are dynamically added. So it find the wrong data. Is there anyway to manually tell it what text and title to use? If not then any advice on what to redesign to make it work?
Site url: http://ohmsgaming.com/nstdt/index.php