<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Using Facebook Plugin, comments are being repeated in the Comments and Activity Tile.]]></title><description><![CDATA[<p dir="auto">Hello,<br />
One of our users reported that they are seeing comments repeated 3 and 4 times in the Comments and Activity Tile.<br />
I'll share a screenshot.</p>
<p dir="auto">Any ideas?<br />
<img src="/assets/uploads/files/1722872599385-screenshot-2024-08-05-at-10.25.31-am.png" alt="Screenshot 2024-08-05 at 10.25.31 AM.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.disciple.tools/topic/116/using-facebook-plugin-comments-are-being-repeated-in-the-comments-and-activity-tile</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 17:39:28 GMT</lastBuildDate><atom:link href="https://community.disciple.tools/topic/116.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Aug 2024 15:43:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Using Facebook Plugin, comments are being repeated in the Comments and Activity Tile. on Tue, 11 Mar 2025 08:13:53 GMT]]></title><description><![CDATA[<p dir="auto">Here is some quick code that can be run on the database to remove the duplicates:</p>
<p dir="auto">@todo replace wp_16 with the correct prefix</p>
<pre><code>DELETE c1 
FROM wp_16_comments c1
JOIN wp_16_comments c2 
ON c1.comment_post_ID = c2.comment_post_ID 
AND c1.comment_content = c2.comment_content
AND c1.comment_ID &gt; c2.comment_ID;
</code></pre>
]]></description><link>https://community.disciple.tools/post/391</link><guid isPermaLink="true">https://community.disciple.tools/post/391</guid><dc:creator><![CDATA[Corsac]]></dc:creator><pubDate>Tue, 11 Mar 2025 08:13:53 GMT</pubDate></item><item><title><![CDATA[Reply to Using Facebook Plugin, comments are being repeated in the Comments and Activity Tile. on Thu, 06 Mar 2025 06:05:17 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/petrv-online" aria-label="Profile: PetrV-Online">@<bdi>PetrV-Online</bdi></a>!</p>
<p dir="auto">The Facebook sync tool uses the wp_options table to store the current progress of the sync. If the values are cached, then it will continue trying to sync the some pages again instead of seen that it has already been done.<br />
I'm guessing this is what is happening.</p>
<p dir="auto">We've attempted to write a warning around object caching, but haven't been able to reliably detect if it is enabled or not: <a href="https://github.com/DiscipleTools/disciple-tools-theme/issues/2313" rel="nofollow ugc">https://github.com/DiscipleTools/disciple-tools-theme/issues/2313</a></p>
<p dir="auto">There isn't anything in place to remove existing duplicate comments.<br />
There is a function to find and remove duplicate contacts created from Facebook, that could probably be copied and made to work for comments.</p>
]]></description><link>https://community.disciple.tools/post/387</link><guid isPermaLink="true">https://community.disciple.tools/post/387</guid><dc:creator><![CDATA[Corsac]]></dc:creator><pubDate>Thu, 06 Mar 2025 06:05:17 GMT</pubDate></item><item><title><![CDATA[Reply to Using Facebook Plugin, comments are being repeated in the Comments and Activity Tile. on Wed, 05 Mar 2025 07:15:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/corsac" aria-label="Profile: Corsac">@<bdi>Corsac</bdi></a> , <a class="plugin-mentions-user plugin-mentions-a" href="/user/jaichele70" aria-label="Profile: jaichele70">@<bdi>jaichele70</bdi></a> I disabled Redis chace on the server. Sorry I didn't know that it doesn't play well and in most cases that I managed it does help with performace, especially with more bloated sites.</p>
<p dir="auto">Do we need to do something more to clear duplicate comments or will cronjobs take care of it eventually?</p>
]]></description><link>https://community.disciple.tools/post/386</link><guid isPermaLink="true">https://community.disciple.tools/post/386</guid><dc:creator><![CDATA[PetrV-Online]]></dc:creator><pubDate>Wed, 05 Mar 2025 07:15:19 GMT</pubDate></item><item><title><![CDATA[Reply to Using Facebook Plugin, comments are being repeated in the Comments and Activity Tile. on Mon, 03 Mar 2025 17:39:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jaichele70" aria-label="Profile: jaichele70">@<bdi>jaichele70</bdi></a> Please try disabling<br />
Redis Object Cache and then monitor if the issue continues to happen.<br />
D.T does not play well with object caching. You'll want to disable this on the server side and then also disable the plugin in wordpress.</p>
]]></description><link>https://community.disciple.tools/post/385</link><guid isPermaLink="true">https://community.disciple.tools/post/385</guid><dc:creator><![CDATA[Corsac]]></dc:creator><pubDate>Mon, 03 Mar 2025 17:39:10 GMT</pubDate></item><item><title><![CDATA[Reply to Using Facebook Plugin, comments are being repeated in the Comments and Activity Tile. on Mon, 10 Feb 2025 17:15:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/corsac" aria-label="Profile: Corsac">@<bdi>Corsac</bdi></a> Unfortunately, we are having the repeating comments issue again.</p>
<p dir="auto">Any ideas?<br />
Here is a sample contact: <a href="https://rs.dteurohive.com/contacts/12269/" rel="nofollow ugc">https://rs.dteurohive.com/contacts/12269/</a></p>
]]></description><link>https://community.disciple.tools/post/379</link><guid isPermaLink="true">https://community.disciple.tools/post/379</guid><dc:creator><![CDATA[jaichele70]]></dc:creator><pubDate>Mon, 10 Feb 2025 17:15:04 GMT</pubDate></item><item><title><![CDATA[Reply to Using Facebook Plugin, comments are being repeated in the Comments and Activity Tile. on Tue, 20 Aug 2024 08:27:23 GMT]]></title><description><![CDATA[<p dir="auto">Awesome. Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/jaichele70" aria-label="Profile: jaichele70">@<bdi>jaichele70</bdi></a>!</p>
]]></description><link>https://community.disciple.tools/post/322</link><guid isPermaLink="true">https://community.disciple.tools/post/322</guid><dc:creator><![CDATA[Corsac]]></dc:creator><pubDate>Tue, 20 Aug 2024 08:27:23 GMT</pubDate></item><item><title><![CDATA[Reply to Using Facebook Plugin, comments are being repeated in the Comments and Activity Tile. on Mon, 19 Aug 2024 18:28:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/corsac" aria-label="Profile: Corsac">@<bdi>Corsac</bdi></a> It looks like it's all taken care of. I added a cron job for every 5 minutes for each of the subsites. Testing 3 of them show that they are now working so sync with Facebook is back on.</p>
]]></description><link>https://community.disciple.tools/post/320</link><guid isPermaLink="true">https://community.disciple.tools/post/320</guid><dc:creator><![CDATA[jaichele70]]></dc:creator><pubDate>Mon, 19 Aug 2024 18:28:49 GMT</pubDate></item><item><title><![CDATA[Reply to Using Facebook Plugin, comments are being repeated in the Comments and Activity Tile. on Wed, 07 Aug 2024 08:46:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jaichele70" aria-label="Profile: jaichele70">@<bdi>jaichele70</bdi></a> Would you be able to confirm if the instance has a server cron job set up and if the default wordpress cron has been disabled?</p>
]]></description><link>https://community.disciple.tools/post/315</link><guid isPermaLink="true">https://community.disciple.tools/post/315</guid><dc:creator><![CDATA[Corsac]]></dc:creator><pubDate>Wed, 07 Aug 2024 08:46:27 GMT</pubDate></item></channel></rss>