$(window).load(function(){ var scrollableApi = $('div.scrollable').scrollable({ size: 1, clickable: false, api: true }); var photoNumber = $('#photoNumber').val(); if(photoNumber != 0) scrollableApi.movePage(photoNumber, 300); }); function publishStream(imageURL, fotoID, mensaje, props, accion) { var attachment = { "name": document.title, "href": String(document.location), "caption": "{*actor*} "+accion, "media": [{ "type":"image", "src":imageURL, "href":"http://www.pasalacamara.com/es/las-fotos/detalle.html?foto="+fotoID}], "properties": props }; //alert(dump(attachment)); var pregunta="¿Qué quieres decir?"; FB_RequireFeatures(["CanvasUtil"], function() { FB.init("08df48dcaa31d036f57eaeba225385dd", "/xd_receiver.htm"); FB.Connect.streamPublish(mensaje, attachment, null, null, pregunta); }); }