Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1190604
    RSI-DEV
    Participant

    Good Day,

    I did try and use the KB/Forum to find a solution to this issue.

    AddThis suggests setting up a script to remove the 11 characters added to url.

    https://www.addthis.com/academy/removing-hashtags-anchors-and-tracking-codes-from-your-urls/

    I opened up functions.php and added this:

    // Remove Addthis ID's
    // =============================================================================
    function my_custom_script_2(){
    ?>
    <!-- Remove AddThis Code -->
    <script type="text/javascript">
    var addthis_config = addthis_config||{};
    addthis_config.data_track_addressbar = false;
    addthis_config.data_track_clickback = false;
    </script>
    
    <?php
    } 
    
    add_action('wp_footer', 'my_custom_Script_2', 999998 );
    // End AddThis Code
    // =============================================================

    This places the code after the AddThis script, but fails to disable the Trackback?

    Any ideas or I should contact AddThis, I know they are a 3rd party provider.

    Thanks for any help or suggestions in advance!

    Kind Regards

    #1190617
    Christian
    Moderator

    Hey there,

    It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

    Thank you for your understanding.

  • <script> jQuery(function($){ $("#no-reply-1190604 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>