mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-02 15:09:58 +00:00
Fixed FB share image
This commit is contained in:
@@ -33,7 +33,7 @@ define ['jquery', 'utils', 'facebook'], ($, utils) ->
|
||||
name: "Check out this mix on Deep South Sounds"
|
||||
display: "iframe"
|
||||
link: "http://" + window.location.host + "/" + model.get("item_url")
|
||||
picture: com.podnoms.settings.staticUrl + model.get("mix_image")
|
||||
picture: model.get("mix_image")
|
||||
caption: model.get("title")
|
||||
description: model.get("description")
|
||||
, (response) ->
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
name: "Check out this mix on Deep South Sounds",
|
||||
display: "iframe",
|
||||
link: "http://" + window.location.host + "/" + model.get("item_url"),
|
||||
picture: com.podnoms.settings.staticUrl + model.get("mix_image"),
|
||||
picture: model.get("mix_image"),
|
||||
caption: model.get("title"),
|
||||
description: model.get("description")
|
||||
}, function(response) {
|
||||
|
||||
Reference in New Issue
Block a user