-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to remove duplicate posts in Feedzy Block Settings #855
Comments
Doesn't this code snippet help for the scenario described by the user? https://docs.themeisle.com/article/942-in-feedzy-how-do-i#eliminate-duplicate |
Hey Vytis, Thank you for your reply! However, my inquiry referred more to the idea of having it integrated into the plugin for consistent behavior among the feed display methods. |
The user has shared the following feed URLs https://www.alcatrax.it/feed, https://www.ilrapitaliano.it/feed/, and https://www.hiphopitaly.com/feed. However, the solution mentioned in https://docs.themeisle.com/article/942-in-feedzy-how-do-i#eliminate-duplicate does not work with the Feedzy block. |
@AndreeaCristinaRadacina, @poonam279, The custom code doesn't work for this customer because custom code checks for duplicates by permalink. He's using 3 different feeds and all 3 URLs (domains) are different so permalinks aren't the same, that's why custom code doesn't find them as duplicates. They have same content and same title, so we need to modify the custom code to find duplicate titles and then it will work for him (tested with his feeds). Here is the working code for him (which checks for titles and removes duplicates):
|
Thanks @vytisbulkevicius, This code works as expected. It removes the duplicates based on the titles on the frontend. However, they are still visible in the backend. Screenshot: https://vertis.d.pr/v/N4mFvn |
Yes, it was always like this @poonam279 but we can keep this in mind to have as a feature inside block not with a custom code so it would work in backend as well but we won't prioritize this now |
What problem does this address?
A user asked about the possibility of removing duplicate posts from the Feedzy block.
ref: https://secure.helpscout.net/conversation/2476456248/399930?viewId=212385
What is your proposed solution?
Under the Content tab > Feed Source, include a new toggle to remove duplicate posts, similar to what we have in Feed2Post.
Will this feature require documentation? (Optional)
Yes, it requires documentation.
The text was updated successfully, but these errors were encountered: