• Resolved thdnunes

    (@thdnunes)


    First, thank you for this awesome plugin!

    My problem is because “External Links” is adding data-wpel-link="internal" to this external link: https://pinterest.com/pin/create/button/?url=https://mysite.com.

    Result:
    <a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-pinterest" href="https://pinterest.com/pin/create/button/?url=https://mysite.com" data-wpel-link="internal" style="transition: opacity 0.2s ease 0s; opacity: 1;">...</a>

    I guess it’s probably some regex issue.

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi,

    Thank you for using External Links!

    Can you send us a copy of your External Links settings? You can get that on the External Links Settings Page in the Support tab (right side of page).

    Thread Starter thdnunes

    (@thdnunes)

    Hi @talextech

    Please, see below. Thanks!

    WP url:  https://bem-estar-saude.com
    WP version:  5.2.3
    PHP version:  7.3.6
    Active Plugins:
     - Akismet Anti-Spam, version: 4.1.2
     - BackWPup, version: 3.6.10
     - Compress JPEG & PNG images, version: 3.2.0
     - Duplicate Post, version: 3.2.3
     - Heartbeat Control by WP Rocket, version: 1.2.5
     - Lazy Load for Comments, version: 1.0.10
     - LuckyWP Table of Contents, version: 1.9.4
     - Rank Math SEO, version: 1.0.32.1
     - SSL Insecure Content Fixer, version: 2.7.2
     - tagDiv Cloud Library, version: 1.3 | built on 30.07.2019 7:51
     - tagDiv Composer, version: 2.4 | built on 30.07.2019 7:51
     - tagDiv Social Counter, version: 4.6 | built on 30.07.2019 7:51
     - Wordfence Security, version: 7.4.0
     - WP-Optimize - Clean, Compress, Cache, version: 3.0.11
     - WP External Links, version: 2.32
     - WP Fastest Cache, version: 0.8.9.7
     - WP Fastest Cache Premium, version: 1.5.5
     - WPS Hide Login, version: 1.5.4.2
    
    WPEL Settings:
    array(
    'wpel-external-link-settings' => array (
      'apply_settings' => '1',
      'target' => '_blank',
      'target_overwrite' => '1',
      'rel_follow' => 'nofollow',
      'rel_follow_overwrite' => '1',
      'rel_noopener' => '1',
      'rel_noreferrer' => '',
      'rel_external' => '',
      'title' => '{title}',
      'class' => '',
      'icon_type' => '',
      'icon_image' => '1',
      'icon_dashicon' => 'dashicons-menu',
      'icon_fontawesome' => 'fa-500px',
      'icon_position' => 'right',
      'no_icon_for_img' => '1',
    ),
    'wpel-internal-link-settings' => array (
      'apply_settings' => '1',
      'target' => '',
      'target_overwrite' => '',
      'rel_follow' => '',
      'rel_follow_overwrite' => '',
      'rel_noopener' => '',
      'rel_noreferrer' => '',
      'title' => '{title}',
      'class' => '',
      'icon_type' => '',
      'icon_image' => '1',
      'icon_dashicon' => 'dashicons-menu',
      'icon_fontawesome' => 'fa-500px',
      'icon_position' => 'right',
      'no_icon_for_img' => '1',
    ),
    'wpel-excluded-link-settings' => array (
      'apply_settings' => '1',
      'target' => '_blank',
      'target_overwrite' => '',
      'rel_follow' => '',
      'rel_follow_overwrite' => '',
      'rel_noopener' => '1',
      'rel_noreferrer' => '',
      'title' => '{title}',
      'class' => '',
      'icon_type' => '',
      'icon_image' => '1',
      'icon_dashicon' => 'dashicons-menu',
      'icon_fontawesome' => 'fa-500px',
      'icon_position' => 'right',
      'no_icon_for_img' => '1',
    ),
    'wpel-exceptions-settings' => array (
      'apply_all' => '1',
      'apply_post_content' => '1',
      'apply_comments' => '1',
      'apply_widgets' => '1',
      'skip_post_ids' => '',
      'ignore_classes' => '',
      'subdomains_as_internal_links' => '',
      'include_urls' => '',
      'exclude_urls' => '',
      'excludes_as_internal_links' => '',
      'ignore_script_tags' => '1',
      'ignore_mailto_links' => '1',
    ),
    'wpel-admin-settings' => array (
      'own_admin_menu' => '1',
    ),
    );
    Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi,

    We have released a new update (version 2.35) that has the issue fixed! 🙂

    Thread Starter thdnunes

    (@thdnunes)

    Hi @talextech

    Now it’s working. Thanks!

    Plugin Author Alexandru Tapuleasa

    (@talextech)

    Happy to hear that!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘External link with data-wpel-link=”internal”’ is closed to new replies.