• Resolved EdwardN

    (@edwardn)


    We have been using this plugin on our staging site and it works very well. There are some issue with expired URLS in instagram, but I have reduced the number of images loaded and the cache renew time. Instagram is very active for us.

    Looking into the SEO aspects, we need to be able to load jQuery into the footer, which we do in the theme like this:

    function move_enqueue_scripts() {
    	wp_scripts()->add_data( 'jquery', 'group', 1 );
    	wp_scripts()->add_data( 'jquery-core', 'group', 1 );
    	wp_scripts()->add_data( 'jquery-migrate', 'group', 1 );
    }
    add_action( 'wp_enqueue_scripts', 'move_enqueue_scripts' );

    Your lite plugin however forces jQuery back into the head of the document.

    I have used another plugin, which forces jQuery back into the footer – but then Flow Flow does not display the stream.

    Can I achieve what I want using the php version of your plugin please?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Oleksandr

    (@awesomeoman)

    Hi, jQuery should be loaded before Flow-Flow scripts, so we loading it in header to be sure.

    Thread Starter EdwardN

    (@edwardn)

    Hi, that is fine but sadly not compatible with good SEO practice. My question is not that you are doing it – but how to stop it from happening. Can this be achieved please by using your php version of the product, or would we run into the same problem?

    Thank you.

    Thread Starter EdwardN

    (@edwardn)

    Hello,

    Are you able to let me know the answer to my question yet please?

    Thank you,

    Edward.

    Plugin Contributor Oleksandr

    (@awesomeoman)

    Hi, if you will load jQuery after Flow-Flow scripts, you will get the same situation.

    Thread Starter EdwardN

    (@edwardn)

    Hi – well off course I would not do that – but if we load jQuery into the footer and then load the Flow Flow scripts after it that should work?

    Anyway it looks like I will not be able to use flow flow if this is the case. Thank you for your help.

    Plugin Contributor Oleksandr

    (@awesomeoman)

    This “can” help, but will need to test anyway. Cheers!

    Hi,

    I am using the Pro plugin which if you move the scripts into the footer, the plugin won’t work at all. Any solutions for this?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘JQuery’ is closed to new replies.