// ===================== ENHANCED FLOATING SOCIAL BAR - ALL 9 FEATURES ===================== function soledad_floating_social_bar() { if (is_single()) { $current_url = get_permalink(); $current_title = get_the_title(); $post_id = get_the_ID(); // Get post categories for grid $categories = get_the_category(); $categories_html = ''; if (!empty($categories)) { foreach ($categories as $category) { $categories_html .= '' . esc_html($category->name) . ''; } } // Get like count $like_count = get_post_meta($post_id, 'soledad_likes_count', true) ?: '18'; ?>
📱 Join
} add_action('wp_footer', 'soledad_floating_social_bar'); // AJAX handler for likes function update_post_likes() { $post_id = intval($_POST['post_id']); $likes = intval($_POST['likes']); if ($post_id) { update_post_meta($post_id, 'soledad_likes_count', $likes); wp_send_json_success(); } wp_send_json_error(); } add_action('wp_ajax_update_post_likes', 'update_post_likes'); add_action('wp_ajax_nopriv_update_post_likes', 'update_post_likes'); // ===================== END ENHANCED FLOATING SOCIAL BAR ===================== (FULL SPEECH) Welcome Address delivered by the LSS PRESIDENT, Annual Personality Lecture - iDeemlawful