Fixed FB share image

This commit is contained in:
Fergal Moran
2014-03-16 01:37:44 +00:00
parent b9d6f4dac9
commit 43bbfda902
2 changed files with 2 additions and 2 deletions

View File

@@ -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) ->

View File

@@ -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) {