• Resolved wpreceiver

    (@wpreceiver)


    Hi,
    I enabled Nexcess CDN service. After images not loading and giving below error.

    https://ibb.co/X3rCF6C

    So, I tried to add a code below obtain from your thread.

    function sb_change_for_cdn() {
    	?>
        <script>
            if (typeof window.sb_instagram_js_options !== 'undefined') {
                window.sb_instagram_js_options.resized_url = 'https://scontent-syd2-1.cdninstagram.com/v/';
            }
        </script>
    	<?php
    }
    add_action( 'wp_footer', 'sb_change_for_cdn', 99 );

    But it is not working for me. Can you assist me on this please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Smash Balloon Joel

    (@joelsmashballoon)

    Hey @wpreceiver,

    Thank you for reaching out to us for assistance. There may be an issue with the plugin locally saving images and that should be looked into first. Also in this case, you have not correctly set up the custom PHP snippet for changing the CDN url as the CDN url should be set to your own CDN and currently it does not. For us to further assist you in this, please send us a support request via our website including the System Info from the plugin’s Support tab.

    Best regards.

    Thread Starter wpreceiver

    (@wpreceiver)

    Sure. I’ll.

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

The topic ‘How manage CDN’ is closed to new replies.