prueba URL Short

'); $('#meneame-reaction-text .gig-button-text').css({'color':'#fff','display':'block','font-weight': 'bold'}); } if( $('#botonMeneameV').length <= 0 ) { $vertical = $('#gigyaShareV'); $fila = $('', { id: 'botonMeneameV' }); $celda = $('', { style: 'position:relative;zoom:1;'}); $celda.html('
Menéalo
'); $fila.append($celda); // añade boton meneame vertical $fila.insertBefore('.gig-share-bar-container table tr:nth-child(6)'); } if($( window ).width() < 768){ $("#gigyaShare-reaction5-text").css('display', 'none'); }else{ $("#gigyaShare-reaction5-text").css('display', ''); } $( window ).resize(function() { if($( window ).width() < 768){ $("#gigyaShare-reaction5-text").css('display', 'none'); }else{ $("#gigyaShare-reaction5-text").css('display', ''); } }); } // Accion al click-ar boton comentarios function chkButton(btn) { if (btn.shareItem.provider == 'comments') { $('html, body').animate({ scrollTop: $("#gigyaCommentsWrapperDiv").offset().top - 90 }, 2000); } } function compartirMeneame(){ urlMenename = $('meta[property="og:url"]').attr('content'); titleMeneame = $('meta[property="og:title"]').attr('content'); window.open('http://meneame.net/submit.php?url=' + encodeURIComponent(urlMenename) + '&title=' + encodeURIComponent(titleMeneame) + '', 'popupwindow', 'scrollbars=yes,width=800,height=400'); } function meneameCounter(){ urlMenename = $('meta[property="og:url"]').attr('content'); $.ajax({ url: "https://www.meneame.net/api/url.php?url=" + urlMenename, type: "GET", dataType: "string", success: function(data){ counter = data.split(' '); $( "#gigyaShare-reactionNeneame-count-value" ).html( data ); alert( "Load was performed." ); } }); } // Carga plugin compartir Horizontal function loadsharebarpluging(){ // Recupera categoryID y streamID del elemeto con attributo data-stream var streamId = $('.'+gigyaCommentsHookClass).data('stream-id'); // Recupera etiquetas meta para añadirlas a objeto UserAction var title = $('meta[property="og:title"]').attr('content'); var streamTitle = title.substr(title.indexOf("-") + 1); // Contiene titulo sin palabras SEO // var gsPostTitle = streamTitle; var gsPostDescription = $('meta[property="og:description"]').attr('content'); var gsPostImage = $('meta[property="og:image"]').attr('content'); var gsPostUrl = $('meta[property="og:url"]').attr('content'); // define UserAction var act = new gigya.socialize.UserAction(); act.setTitle( gsPostTitle ); act.setDescription( gsPostDescription ); act.addMediaItem({ type: 'image', src: gsPostImage, href: gsPostUrl }); act.setLinkBack(gsPostUrl); // Define parametros plugin compartir var showShareBarUI_params= { containerID: gsTargetDiv, // ID del contenedor del plugin en la pagina shareButtons: [ { // Comments Button provider:'comments', categoryID: 'Noticias', streamID: streamId, tooltip:'Comentar noticia', iconImgUp:'/MODULOS/global/publico/interfaces/web/dn/img/compartir/comments.png' }, { // Twitter button provider:'Twitter', tooltip:'Compartir en Twitter', iconImgUp:'/MODULOS/global/publico/interfaces/web/dn/img/compartir/twitter.png' }, { // Facebook button provider:'Facebook', tooltip:'Compartir en Facebook', iconImgUp:'/MODULOS/global/publico/interfaces/web/dn/img/compartir/facebook.png' }, { // Linkedin button provider:'LinkedIn', tooltip:'Compartir en LinkedIn', iconImgUp:'/MODULOS/global/publico/interfaces/web/dn/img/compartir/linkedin.png' }, { // Googleplus button provider:'googleplus', tooltip:'Compartir en Googleplus', iconImgUp:'/MODULOS/global/publico/interfaces/web/dn/img/compartir/gplus.png' }, { // General Share Button provider:'share', tooltip:'Comparir en otras redes', iconImgUp:'/MODULOS/global/publico/interfaces/web/dn/img/compartir/share.png' } ], userAction: act, layout: 'horizontal', facebookDialogType: 'share', deviceType: 'auto', //shortURLs: 'never', noButtonBorders:true, cid: 'Diariodenavarra.es', onLoad: changeShareBarUI, onShareButtonClicked: chkButton }; gigya.socialize.showShareBarUI(showShareBarUI_params); //meneameCounter(); } // Carga plugin compartir Vertical function loadsharebarplugingV(){ // Recupera categoryID y streamID del elemeto con attributo data-stream var streamId = $('.'+gigyaCommentsHookClass).data('stream-id'); // Recupera etiquetas meta para añadirlas a objeto UserAction var title = $('meta[property="og:title"]').attr('content'); var streamTitle = title.substr(title.indexOf("-") + 1); // Contiene titulo sin palabras SEO // var gsPostTitle = streamTitle; var gsPostDescription = $('meta[property="og:description"]').attr('content'); var gsPostImage = $('meta[property="og:image"]').attr('content'); var gsPostUrl = $('meta[property="og:url"]').attr('content'); // define UserAction var act = new gigya.socialize.UserAction(); act.setTitle( gsPostTitle ); act.setDescription( gsPostDescription ); act.addMediaItem({ type: 'image', src: gsPostImage, href: gsPostUrl }); act.setLinkBack(gsPostUrl); // Define parametros plugin compartir var showShareBarUI_params= { containerID: gsTargetDivTax, // ID del contenedor del plugin en la pagina shareButtons: [ { // Comments Button provider:'comments', categoryID: 'Noticias', streamID: streamId, tooltip:'Comentar noticia', iconImgUp:'/MODULOS/global/publico/interfaces/web/dn/img/compartir/comments.png' }, { // Twitter button provider:'Twitter', tooltip:'Compartir en Twitter', iconImgUp:'/MODULOS/global/publico/interfaces/web/dn/img/compartir/twitter.png' }, { // Facebook button provider:'Facebook', tooltip:'Compartir en Facebook', iconImgUp:'/MODULOS/global/publico/interfaces/web/dn/img/compartir/facebook.png' }, { // Linkedin button provider:'LinkedIn', tooltip:'Compartir en LinkedIn', iconImgUp:'/MODULOS/global/publico/interfaces/web/dn/img/compartir/linkedin.png' }, { // Googleplus button provider:'googleplus', tooltip:'Compartir en Googleplus', iconImgUp:'/MODULOS/global/publico/interfaces/web/dn/img/compartir/gplus.png' }, { // General Share Button provider:'share', tooltip:'Comparir en otras redes', iconImgUp:'/MODULOS/global/publico/interfaces/web/dn/img/compartir/share.png' } ], userAction: act, layout: 'vertical', facebookDialogType: 'share', deviceType: 'auto', noButtonBorders:true, cid: 'Diariodenavarra.es', onLoad: changeShareBarUI, onShareButtonClicked: chkButton }; gigya.socialize.showShareBarUI(showShareBarUI_params); }
ggg
Continuar

Gracias por elegir Diario de Navarra

Parece que en el navegador.

Con el fin de fomentar un periodismo de calidad e independiente, para poder seguir disfrutando del mejor contenido y asegurar que la página funciona correctamente.

Si quieres ver reducido el impacto de la publicidad puedes suscribirte a la edición digital con acceso a todas las ventajas exclusivas de los suscriptores.

Suscríbete ahora