Title: JQuery
Last modified: March 24, 2018

---

# JQuery

 *  Resolved [EdwardN](https://wordpress.org/support/users/edwardn/)
 * (@edwardn)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/jquery-32/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fjquery-32%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Oleksandr](https://wordpress.org/support/users/awesomeoman/)
 * (@awesomeoman)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/jquery-32/#post-10113281)
 * Hi, jQuery should be loaded before Flow-Flow scripts, so we loading it in header
   to be sure.
 *  Thread Starter [EdwardN](https://wordpress.org/support/users/edwardn/)
 * (@edwardn)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/jquery-32/#post-10113352)
 * 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](https://wordpress.org/support/users/edwardn/)
 * (@edwardn)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/jquery-32/#post-10126621)
 * Hello,
 * Are you able to let me know the answer to my question yet please?
 * Thank you,
 * Edward.
 *  Plugin Contributor [Oleksandr](https://wordpress.org/support/users/awesomeoman/)
 * (@awesomeoman)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/jquery-32/#post-10127589)
 * Hi, if you will load jQuery after Flow-Flow scripts, you will get the same situation.
 *  Thread Starter [EdwardN](https://wordpress.org/support/users/edwardn/)
 * (@edwardn)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/jquery-32/#post-10127710)
 * 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](https://wordpress.org/support/users/awesomeoman/)
 * (@awesomeoman)
 * [8 years ago](https://wordpress.org/support/topic/jquery-32/#post-10163379)
 * This “can” help, but will need to test anyway. Cheers!
 *  [nolaf](https://wordpress.org/support/users/nolaf/)
 * (@nolaf)
 * [8 years ago](https://wordpress.org/support/topic/jquery-32/#post-10189897)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/flow-flow-social-streams_a9b2da.svg)
 * [Flow-Flow Social Feed Stream](https://wordpress.org/plugins/flow-flow-social-streams/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/flow-flow-social-streams/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/flow-flow-social-streams/)
 * [Active Topics](https://wordpress.org/support/plugin/flow-flow-social-streams/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flow-flow-social-streams/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flow-flow-social-streams/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [nolaf](https://wordpress.org/support/users/nolaf/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/jquery-32/#post-10189897)
 * Status: resolved