When you create a post , over in the Left hand side under the vote up and vote down, is a new share on twitter facebook and linkedin.
How do they do that, is it just using javascript ?
Or something far more clever than say:
This : http://www.openjs.com/articles/ajax/target_url_hiding.php
The
atag for the Facebook share does not have anhreftag, therefore no URL is displayed when hovering over it by the browser.They’ll use JavaScript to capture the click on the
atag, and open a popup to complete the action.Edit:
Psuedo JS code that isn’t x-browser