34

How to Open Social Media Links in New Tabs on Your MyListing Website

Powered by WPCodeBox

Enhance your MyListing website with this essential code snippet! This functionality ensures social media links open in new browser tabs, keeping visitors on your site while they explore your social profiles. Boost user engagement and improve site retention with this highly recommended MyListing customization.


/**
 * Author: MyListing Club
 * Author URI: https://mylisting.club
 */

jQuery(document).ready(function ($) {
  $(".block-type-social_networks ul > li a").attr("target", "_blank");
});

Other Snippets

WPCodeBox is a WordPress Code Snippets Manager that allows you to share your WordPress Code Snippets across your sites.