diff --git a/wp-content/plugins/bp-dedication/includes/bp-dedication-notifications.php b/wp-content/plugins/bp-dedication/includes/bp-dedication-notifications.php index 539ab72..e1c36a6 100644 --- a/wp-content/plugins/bp-dedication/includes/bp-dedication-notifications.php +++ b/wp-content/plugins/bp-dedication/includes/bp-dedication-notifications.php @@ -1,6 +1,15 @@ \ No newline at end of file diff --git a/wp-content/themes/score/lib/scripts/custom.php b/wp-content/themes/score/lib/scripts/custom.php index 51eab4b..1e4b9d4 100644 --- a/wp-content/themes/score/lib/scripts/custom.php +++ b/wp-content/themes/score/lib/scripts/custom.php @@ -107,10 +107,22 @@ function updateInfo() { var artist = jQuery('#postdata-artist-' + id).html(); var song = jQuery('#postdata-song-' + id).html(); var link = jQuery('#postdata-link-' + id).html(); + var enc_link = jQuery('#postdata-extlink-' + id).html(); var nUrl = oUrl + 'id/' + the_id; jQuery('#dedicate_this_song_button').attr("href", nUrl); + // Social networks + nUrl = 'https://www.facebook.com/sharer.php?u=' + enc_link; + jQuery('#fsbbtn a').attr("href", nUrl); + nUrl = 'http://twitter.com/intent/tweet?source=sharethiscom&url=' + enc_link; + jQuery('#twtbtn a').attr("href", nUrl); + nUrl = 'https://plusone.google.com/_/+1/confirm?url=' + enc_link; + jQuery('#gpsbtn a').attr("href", nUrl); + nUrl = 'javascript:void(window.open("http://www.myspace.com/Modules/PostTo/Pages/?u=' + enc_link + '"+encodeURIComponent(document.location.toString()),"ptm","height=450,width=550").focus())'; + jQuery('#mysbtn a').attr("href", nUrl); + + jQuery('#dedication-data-panel').hide('fast'); jQuery('#dedication-data-panel').slideUp( 'fast', @@ -156,6 +168,7 @@ function updateInfo() { ); jQuery('#dedicationComments_container').slideDown(); + if(jQuery('#postdata-mark-read-' + id).length > 0) { console.log('doy por leido ' + id); jQuery('#postdata-mark-read-' + id + ' .mar_mark_as_read').click(); @@ -183,6 +196,7 @@ function shrinkTitle() jQuery(window).ready(function() { + if (jQuery('#slider-wrapper')) { jQuery('#componentWrapper').videoGallery({ componentFixedSize: true, diff --git a/wp-content/themes/score/loop-dedication-data.php b/wp-content/themes/score/loop-dedication-data.php index ddd7562..7418d09 100644 --- a/wp-content/themes/score/loop-dedication-data.php +++ b/wp-content/themes/score/loop-dedication-data.php @@ -17,7 +17,7 @@ if(get_post_meta($post->ID, 'ghostpool_thumbnail_height', true) && get_post_meta $gp_settings['image_height'] = $gp_settings['thumbnail_height']; } - +$gp_settings['enc_link'] = getTinyUrl(add_query_arg('refid', bp_dedication_encode(get_permalink()), get_option('siteurl') . '/index.php')); // Song data $gp_settings['video'] = get_post_meta($post->ID, 'ghostpool_dedication_url', true); diff --git a/wp-content/themes/score/video-slider.php b/wp-content/themes/score/video-slider.php index f406ca4..ea4fdf8 100644 --- a/wp-content/themes/score/video-slider.php +++ b/wp-content/themes/score/video-slider.php @@ -129,6 +129,7 @@ if (have_posts()) { + @@ -154,7 +155,6 @@ if (have_posts()) {