Forum Replies Created
-
AuthorPosts
-
November 13, 2019 at 7:29 am in reply to: Dont crawl content from an especific website #720
Hello,
First of all, thank you for your purchase.
This is possible only in the ‘Custom News to Posts’ plugin menu. There, if you click ‘Settings’ for a rule you wish to edit -> you will find a settings field called ‘Remove Domains from Results’ -> you should enter the domain and extension of the website you wish to not import content from -> save settings.
Screenshot of this:
Let me know if this helped.
Regards, Szabi – CodeRevolution.
-
November 12, 2019 at 6:24 am in reply to: What is the difference between "Top News to Posts" and "Custom News to Posts"? #715
Hello,
First of all, thank you for your purchase.
The main difference between the two is the following:
– the ‘Top News to Posts’ menu imports content from the Top endpoint of NewsAPI: https://newsapi.org/docs/endpoints/top-headlines
– the ‘Custom News to Posts’ menu imports content from the Everything endpoint of NewsAPI: https://newsapi.org/docs/endpoints/everything
The Top endpoint will return a limited set of results, that are most popular between users, while the Everything endpoint will return all news articles that were indexed by NewsAPI (older news importing also possible).
Top:
This endpoint provides live top and breaking headlines for a country, specific category in a country, single source, or multiple sources. You can also search with keywords. Articles are sorted by the earliest date published first.This endpoint is great for retrieving headlines for display on news tickers or similar.
Everything:
Search through millions of articles from over 30,000 large and small news sources and blogs. This includes breaking news as well as lesser articles.This endpoint suits article discovery and analysis, but can be used to retrieve articles for display, too.
Thank you also for pointing out that the difference between the two plugin menus is not so clear right now, I will make also a tutorial video on my YouTube channel, where I will explain the difference clearly.
Regards, Szabi – CodeRevolution.
-
November 11, 2019 at 7:00 am in reply to: Regarding Images or video creation #713
Hello,
First of all, thank you for your purchase.
Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com.
Also, please let me know how you tested the plugin, and how it did not work for you.
Regards,
Szabi – CodeRevolution. -
November 10, 2019 at 6:01 am in reply to: Help with exact match search query string #708
Hello,
Thank you for sending login credentials, indeed, I did not see them until now.
It seems that query strings for NewsAPI are very tricky. I checked, and indeed, the query you used did not work:
“immobilier à paris”
However, if I try the following, it works:
(notice the capital P for Paris)
With this query in place, the plugin generates posts:
https://chez-moi.online/wp-admin/admin.php?page=newsomatic_all_panel
Let me know if this helped.
Regards,
Szabi – CodeRevolution.PS: I will go ahead and edit your posts from above, and hide your site’s login info.
-
November 9, 2019 at 12:08 pm in reply to: Help with exact match search query string #706
Please send also a login URL where I can use the provided credentials.
Regards.
-
November 9, 2019 at 9:38 am in reply to: Help with exact match search query string #704
Hello,
First of all, thank you for your purchase.
I tried to import content in the plugin using the same settings you showed in the video, and for me, it worked. There might be some other plugin settings that prevent importing of posts for you, please check them in this knowledge base article: https://coderevolution.ro/knowledge-base/faq/i-get-a-yellow-rombus-when-manually-running-my-post-importing-rule/
If this did not help, please send me temp admin login credentials to your website and I will check on the plugin. My email is kisded@yahoo.com
Regards,
Szabi – CodeRevolution. -
November 8, 2019 at 10:35 am in reply to: Features should be implemented #702
Yes, I will consider this also.
Regards.
-
November 8, 2019 at 8:15 am in reply to: Facebook to posts only imports images (no text!) #700
Great.
If you enjoy the plugin, please give it a rating, it is really appreciated. 🙂
Regards.
-
November 8, 2019 at 5:21 am in reply to: Do Not Crawl External Links #698
Hello,
This feature is useful if you are crawling websites that have mixed links in their scraped content (internal and external).
If you check this, the plugin will not follow links that are not from the crawled websites (external links) – it will crawl only links that belong to the website where you started scraping.
If you uncheck this, you might get unexpected results from scraping, because if the plugin finds an external link, it might leave the website where you started crawling, and might start importing from a different website.
However, in some use cases, disabling this comes useful.
Regards,
Szabi – CodeRevolution.
-
November 7, 2019 at 10:20 pm in reply to: WordPressomatic Automatic Post Generator Plugin is not importing the tags #696
Hello,
First of all, thank you for your purchase.
Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com.
Regards,
Szabi – CodeRevolution. -
November 7, 2019 at 2:45 pm in reply to: Additional changes #694
Hello,
Sure, my email is kisded@yahoo.com – please send me an email.
Regards,
Szabi – CodeRevolution.
-
November 7, 2019 at 11:50 am in reply to: Facebook to posts only imports images (no text!) #692
Hello,I updated the plugin on your site and fixed the issue you encountered in the plugin, please check.Regards,
Szabi – CodeRevolution. -
November 7, 2019 at 10:56 am in reply to: Facebook to posts only imports images (no text!) #690
Hello,
First of all, thank you for your purchase.
Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com.
Regards,
Szabi – CodeRevolution. -
November 7, 2019 at 9:26 am in reply to: Features should be implemented #688
Ok, I will check this.
-
November 7, 2019 at 9:18 am in reply to: Features should be implemented #686
Hello,
1. The counter you pointed out is generated using JavaScript. The plugin can import JavaScript generated content only if you use phantomjs together with the plugin. Please check this tutorial video for details: https://www.youtube.com/watch?v=hnEPlQSeAZE
2. Regex stripping is possible, using the ‘Run Regex On Content’ and ‘Replace Matches From Regex’ features in rule settings. Xpath stripping is a good idea, I added this to my update ideas list.
3. I will think on how to do this, but it sounds like something that is really complicated to implement into the plugin.
4. I check on uptobox.
5. Yes, this is a current plugin limitation, I will be thinking on expanding it.
6. Socks5 proxies should also work in the plugin. You need to specify their protocol in plugin settings. Example: socks5://bob.marley.com:222
7. This is not implemented yet, sounds like a good idea for the future.
8. This is actually much more complicated than you explained, each url shortner has a different way of authentication for their api and a different way in sending back their responses and interpreting their response structure. Dynamically, this would be hard to implement, and for sure it would not work with any api.
9. Ok.
Regards,
Szabi – CodeRevolution.
-
AuthorPosts