WPIntell

Source evidence

Facebook feed issues

Flow-Flow Social Streams · support · 2023-04-17T12:29:00+00:00

complaintsentiment
highseverity
1.0relevance
17replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 22 rows with source links

13.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
John-Pierre Cornelissen unresolved
Despite the Facebook fixes in 4.7.2 and 4.7.3 the following issues are still not fixed. Already reported before, but you simply don’t reply to issues here. Images missing on Facebook Posts , requires manual rebuild of cache Feed does not show Facebook posts if Instagram is also in the feed. Also mentioned in my review The page I need help with: [ log in to see the link] I think this plugin is dead. I have the same issues, even after all the connections, tokens and green lights. It still won’t pull my facebook feed. I am personally marking this plugin as dead and abandoned and moving on. 🙁 you might want to do the same. @redwolf13303 Maybe I should. Did you find a good alternative? imo there is not a very good free alternative, that does not use a cloud service. I try to contact the support about these topics mentionned there to get an answer from them. Perhaps you could do the same. What’s interesting: If you run “Rebuild cache” from “Flow-Flow Lite > Feeds” all the images reappear immediately if they are broken If you manually run the cronjob “flow_flow_load_cache” (that runs every minute, the images are NOT reappearing if they are broken I wonder if it is worth the effort to debug on my own and write a hotfix. Any thoughts? I think the developer doesn’t care about their free version. They simply want to push everybody to the paid version. That would be very sad. This functionality should also be broken in the paid version (I’m not talking about their CDN solution, but if you use the paid version without a CDN, I suspect that it is also broken). Could be, but considering the lack of any replies from them here I am not willing to pay to find out if it is just as bad. Does anybody have a premium subscription and can contact the support? I am not able to do it at the moment. https://social-streams.com/contact/ I have the paid version and it’s not displaying the facebook feed and I can’t connect errorfree to instagram. I have contacted support and haven’t hear anything. Paid or free – it doesn’t work. When it does work, it’s only for a while, then it stops working again. Does anyone have an alternative plugin? I’ve evaluated a bunch and never was satisfied (especially the few available free ones). Anybody? The authors of this plugin are based in Ukraine, so that’s likely why we’re not hearing anything from them for a while now. I hope they are safe and that they will return to maintaining this EXCELLENT plugin. In the meantime, if there’s someone able to create a solution that solves the issues it’s having, I would be interested in seeing it. I’m sure the developers would be thankful for the assist in this very trying time for them. If a fix of some kind is forthcoming, please keep me in the loop. My Flow Flow plugin stopped working a while ago, and I am not up to coding a fix myself. Thanks @silverthread , that would indeed explain the lack of communication. How you know where they are based? Can’t find it anywhere. I think that a developer who wants to help out still need to get in touch with the current developers to be able to release an update here. I received an automated reply from them when I submitted a ticket. I am a paid user. I did just check again, and there was a reply. I will hopefully have some news soon. If there’s a solution found, I will share it here. Does anyone know if it is possible to use WP Crontrol to set up a job to daily rebuild of cache? I got it working. Add the following new cronjob (that clears the cache): // flow flow clear cache add_action('init', function () { $task = 'flow_flow_load_cache_clear'; $frequency = 'hourly'; $scheduled = wp_next_scheduled($task); add_action($task, function () { global $wpdb; $wpdb->query($wpdb->prepare('DELETE FROM '.$wpdb->prefix.'ff_posts')); $wpdb->query($wpdb->prepare('DELETE FROM '.$wpdb->prefix.'ff_post_media')); }); if (!wp_next_scheduled($task)) { wp_schedule_event( strtotime(date('Y-m-d H:00:00', strtotime('now + 1 hour'))), $frequency, $task ); } }); Then run the cronjobs flow_flow_load_cache_clear and (the already existing) flow_flow_load_cache via e.g. WP Crontol and everything should be working. The code you provided us (and I thank you very much for this work) does not work and every time the cron job comes into action the plugin crashes, no longer showing the photo streaming in the home page. I can solve this problem every time with the rebuild cache button. do you have any other solution? My solution was to delete this plugin. They don’t care, just look how long this ticket was and still is ignored. This reply was modified 2 years, 4 months ago by John-Pierre Cornelissen .

Comments

17 shown
redwolf13303 2023-07-14T15:30:00+00:00

I think this plugin is dead. I have the same issues, even after all the connections, tokens and green lights. It still won’t pull my facebook feed. I am personally marking this plugin as dead and abandoned and moving on. 🙁 you might want to do the same.

John-Pierre Cornelissen 2023-07-14T17:53:00+00:00

@redwolf13303 Maybe I should. Did you find a good alternative?

vielhuber 2023-09-04T10:36:00+00:00

imo there is not a very good free alternative, that does not use a cloud service. I try to contact the support about these topics mentionned there to get an answer from them. Perhaps you could do the same.

vielhuber 2023-09-04T10:52:00+00:00

What’s interesting: If you run “Rebuild cache” from “Flow-Flow Lite > Feeds” all the images reappear immediately if they are broken If you manually run the cronjob “flow_flow_load_cache” (that runs every minute, the images are NOT reappearing if they are broken I wonder if it is worth the effort to debug on my own and write a hotfix. Any thoughts?

John-Pierre Cornelissen 2023-09-04T11:42:00+00:00

I think the developer doesn’t care about their free version. They simply want to push everybody to the paid version.

vielhuber 2023-09-04T13:22:00+00:00

That would be very sad. This functionality should also be broken in the paid version (I’m not talking about their CDN solution, but if you use the paid version without a CDN, I suspect that it is also broken).

John-Pierre Cornelissen 2023-09-04T14:47:00+00:00

Could be, but considering the lack of any replies from them here I am not willing to pay to find out if it is just as bad.

vielhuber 2023-09-04T15:15:00+00:00

Does anybody have a premium subscription and can contact the support? I am not able to do it at the moment. https://social-streams.com/contact/

apfotos 2023-09-13T20:35:00+00:00

I have the paid version and it’s not displaying the facebook feed and I can’t connect errorfree to instagram. I have contacted support and haven’t hear anything. Paid or free – it doesn’t work. When it does work, it’s only for a while, then it stops working again. Does anyone have an alternative plugin?

vielhuber 2023-09-14T07:31:00+00:00

I’ve evaluated a bunch and never was satisfied (especially the few available free ones). Anybody?

silverthread 2023-10-10T02:46:00+00:00

The authors of this plugin are based in Ukraine, so that’s likely why we’re not hearing anything from them for a while now. I hope they are safe and that they will return to maintaining this EXCELLENT plugin. In the meantime, if there’s someone able to create a solution that solves the issues it’s having, I would be interested in seeing it. I’m sure the developers would be thankful for the assist in this very trying time for them. If a fix of some kind is forthcoming, please keep me in the loop. My Flow Flow plugin stopped working a while ago, and I am not up to coding a fix myself.

John-Pierre Cornelissen 2023-10-10T08:06:00+00:00

Thanks @silverthread , that would indeed explain the lack of communication. How you know where they are based? Can’t find it anywhere. I think that a developer who wants to help out still need to get in touch with the current developers to be able to release an update here.

silverthread 2023-10-11T16:57:00+00:00

I received an automated reply from them when I submitted a ticket. I am a paid user. I did just check again, and there was a reply. I will hopefully have some news soon. If there’s a solution found, I will share it here.

stevnhoved 2023-10-20T17:02:00+00:00

Does anyone know if it is possible to use WP Crontrol to set up a job to daily rebuild of cache?

vielhuber 2024-01-08T09:17:00+00:00

I got it working. Add the following new cronjob (that clears the cache): // flow flow clear cache add_action('init', function () { $task = 'flow_flow_load_cache_clear'; $frequency = 'hourly'; $scheduled = wp_next_scheduled($task); add_action($task, function () { global $wpdb; $wpdb->query($wpdb->prepare('DELETE FROM '.$wpdb->prefix.'ff_posts')); $wpdb->query($wpdb->prepare('DELETE FROM '.$wpdb->prefix.'ff_post_media')); }); if (!wp_next_scheduled($task)) { wp_schedule_event( strtotime(date('Y-m-d H:00:00', strtotime('now + 1 hour'))), $frequency, $task ); } }); Then run the cronjobs flow_flow_load_cache_clear and (the already existing) flow_flow_load_cache via e.g. WP Crontol and everything should be working.

tuclab 2024-02-05T13:56:00+00:00

The code you provided us (and I thank you very much for this work) does not work and every time the cron job comes into action the plugin crashes, no longer showing the photo streaming in the home page. I can solve this problem every time with the rebuild cache button. do you have any other solution?

John-Pierre Cornelissen 2024-02-05T14:27:00+00:00

My solution was to delete this plugin. They don’t care, just look how long this ticket was and still is ignored. This reply was modified 2 years, 4 months ago by John-Pierre Cornelissen .