Is there any way to make facebook share button which post custom text on the wall or news feed?
|
|
|
We use something like this [use in one line]:
|
|||||||||||||
|
|
To give custom parameters to facebook share its better to give only the link and facebook gets its Title + Description + Picture automatically from the page that you are sharing. In order to "help" facebook API find those things you can put the following things in the header of the page that you are sharing:
If the page is not under your control use what AllisonC has shared above. For popup modalview type behavior:Use your own button/link/text and then you can use a modal view type of popup this way:
where twitterbtn-link and facebookbtn-link are both ids of anchors. |
|||||
|
|
You have several options:
|
|||
|
|
|
you could combine AllisonC's idea with window.open function: http://www.w3schools.com/jsref/met_win_open.asp
And then on each link you call the openWin function with the right social net url. |
|||
|
|
|
This is a simple dialog feed that Facebook offer's. Read here for more detail link |
|||
|
|