Get a set of links for sharing a specific review accross popular social networks.

Url Parameters

{review_id}

The ID of the review to be loaded

Example JSON response:

{
"results": {
"fb_wall": {
"url": "http:\/\/scubatribe.com\/redirect\/review\/105\/fb_wall",
"name": "Facebook feed"
},
"fb_send": {
"url": "http:\/\/scubatribe.com\/redirect\/review\/105\/fb_send",
"name": "Facebook send"
},
"in": {
"url": "http:\/\/scubatribe.com\/redirect\/review\/105\/in",
"name": "LinkedIn"
},
"tw": {
"url": "http:\/\/scubatribe.com\/redirect\/review\/105\/tw",
"name": "Twitter"
},
"pin": {
"url": "http:\/\/scubatribe.com\/redirect\/review\/105\/pin",
"name": "Pintrest"
},
"plus": {
"url": "http:\/\/scubatribe.com\/redirect\/review\/105\/plus",
"name": "Google Plus"
}
},
"num_records": 6,
"status": "OK"
}

 

Back to Top