
September 6th, 2011, 09:48 PM
|
|
Registered User
|
|
Join Date: Sep 2011
Location: Suburb of Minneapolis, MN
Posts: 5
Time spent in forums: 1 h 2 m
Reputation Power: 0
|
|
What I found would require you to find a "Share +" image and save it, then using that image, create a link that opens in a new page resized to a certain amount that passes along the parameters like this: facebook.com/sharer.php?u=http://google.com where google.com is the site/link you want people to share on their wall.
Example:
Code:
<a href="http://www.google.com" target="new"><img src="sharebutton.jpg"></a>
.... or something along those lines. That should at least get the job done in regards to what you want.
|