Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.
This topic has 6 replies, 2 voices, and was last updated 2 years, 11 months ago by alex82.
-
AuthorPosts
-
-
November 30, 2021 at 12:16 pm #4141
Good afternoon. Please tell me if it is possible to filter imported records by popularity. At least from those sources where there is a like counter. Or import the counters themselves with the number of likes? Thanks
Attachments:
You must be logged in to view attached files. -
November 30, 2021 at 1:26 pm #4143
Hello,
First of all, thank you for your purchase.
Importing of content from RSS feeds based on popularity is not currently possible. This is because RSS feeds are displaying always the latest news from websites.
If you wish to get news posts based on their popularity, I recommend you check also the Newsomatic plugin: https://1.envato.market/newsomatic
Please check the news site sources it supports, here: https://newsomaticapi.com/sources
Regards, Szabi – CodeRevolution.
-
November 30, 2021 at 2:05 pm #4145
You don’t quite get my point. In addition to the text itself, I need to parse certain elements from the source (number of views, likes, etc. ).For example : from this line – <span class=”crayons-reaction__count” id=”reaction-number-like”>8</span> , and display it in the post. Thanks
-
November 30, 2021 at 3:14 pm #4146
Oh, sorry for the misunderstanding.
Please send me the RSS feed URL and i check on this on my test site.
Regards.
-
December 1, 2021 at 1:41 pm #4162
Hello, thank you for your help.
For example these RSS : https://dev.to/feed https://levelup.gitconnected.com/feed -
December 1, 2021 at 6:07 pm #4168
Hello,
I checked the reaction count numbers on these sites and unfortunately they are displayed using JavaScript, because of this, the plugin cannot scrape them (using its default settings).
However, you can try (if possible) installing Puppeteer on your server and using it together with the plugin. Puppeteer will render JavaScript generated content and it will also return the reaction count you wish to scrape.
After installing Puppeteer, you can use the ‘Content Scraping Method To Use’ settings field from importing rule settings to select Puppeteer as a content scraping method.
Please check this tutorial video for info on how to install puppeteer on your server: https://www.youtube.com/watch?v=KNOIJA4pTQo
Regards, Szabi – CodeRevolution.
-
December 2, 2021 at 7:21 am #4171
Thank you very much. I will take your advice
-
-
AuthorPosts
The topic ‘Filtering by popularity’ is closed to new replies.