Title: Rebuild feed&#8217;s cache
Last modified: October 29, 2021

---

# Rebuild feed’s cache

 *  [hugoa44](https://wordpress.org/support/users/hugoa44/)
 * (@hugoa44)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/rebuild-feeds-cache/)
 * Hello, is it possible to rebuild the cache of a feed, without going through the
   administration. With a curl, or a hook.
    Thank you for your help

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

 *  [Emielb](https://wordpress.org/support/users/emielb/)
 * (@emielb)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/rebuild-feeds-cache/#post-15019126)
 * I’m exactly looking for a solution like that. Following this topic.
 *  [bcaro](https://wordpress.org/support/users/bcaro/)
 * (@bcaro)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/rebuild-feeds-cache/#post-15172255)
 * Same request as after a while, the images are no more displayed but clearing 
   the cache solves the problem.
 *  [laetitia Godet](https://wordpress.org/support/users/laetitia-godet/)
 * (@laetitia-godet)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/rebuild-feeds-cache/#post-15216728)
 * Hello,
 * I have same problem.
    Can you help me ?
 * Thanks
 *  [Emielb](https://wordpress.org/support/users/emielb/)
 * (@emielb)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/rebuild-feeds-cache/#post-15217089)
 * I have made a temporary solution by using a scheduled task on my computer that
   opens this page in Chrome everyday: `https://www.website.com/wp-admin/admin.php?
   page=flow-flow-admin`
 * Then with the Chrome plugin [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo)
   it automatically executes the **Rebuild feed** action (and closes the window 
   after 10s):
 *     ```
       (function() {
           'use strict';
   
           setTimeout(function(){
               document.querySelector("tr[data-network='facebook'] .feed-dropdown-menu li[data-action='cache']").click();
           }, 2000);
           setTimeout(function(){
               window.close();
           }, 10000);
       })();
       ```
   
 * The match to execute this script in Tampermonkey is:
    `// @match */wp-admin/admin.
   php?page=flow-flow-admin`

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

The topic ‘Rebuild feed’s cache’ is closed to new replies.

 * ![](https://ps.w.org/flow-flow-social-streams/assets/icon-256x256.png?rev=2414430)
 * [Flow-Flow Social Streams](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/)

 * 4 replies
 * 4 participants
 * Last reply from: [Emielb](https://wordpress.org/support/users/emielb/)
 * Last activity: [4 years, 6 months ago](https://wordpress.org/support/topic/rebuild-feeds-cache/#post-15217089)
 * Status: not resolved