Loading...
Answers
MenuHow would one aggregate news from certain sites and have it automatically populate a site? (with option to choose certain criteria before went live?)
Is it possible within wordpress to have a way to aggregate information and posts from other sites and have it in a dashboard to choose which ones to publish on an aggregator niche site? Looking for any kind of automation with control on wordpress. Ideas on where to hunt for something like this?
Answers
Some options off the top of my head:
> Google Alerts and pick from there, to do it manually.
> If you have specific source sites in mind, you could use iframes (though I would consider this "ugly".
> Facebook widgets are used in Wordpress to pull FB content over. Using that as the beginning of a search term, I came up with this:
https://wordpress.org/plugins/feed-pull/
> Look into "full content" rss feed plugins, which is likely what you want.
From what I've read in my quick checking just now, the variables are a bit tricky to figure out if it's new to you.
This is certainly possible in most cases. As long as these two points are true, you're in business:
1. You have permission to repurpose the content from the original source.
2. The source has an RSS/Atom feed.
If those are both true, than you can do this one of two ways:
1. Use a plugin that exists. There are numerous plugins out there which can create posts from a feed. Some are very simple and others are quite complex. It doesn't sound like a simple one will work well for you though as you have criteria you'd like the entries to meet.
Something like this one: https://wordpress.org/plugins/wp-o-matic/
Or this: https://wordpress.org/plugins/wpematico/
Or this: https://wordpress.org/plugins/wp-rss-multi-importer/
By no means is this a comprehensive list or an endorsement of those plugins. It is only to show you that a quick Google search can turn up loads of plugins loosely matching your criteria.
2. You could have someone develop a custom plugin for this. Your request is not very complicated but there are subtle issues with it such as the fact that you probably want the entries to all be created in a Draft or Pending state, you may want to use multiple sources and you will only want certain types of entries from those sources. I would expect there to be existing plugins which do this already but there is a chance that you'd be better off getting a good developer to put something like this together for you, just to make sure it works exactly the way you want it to. There are many great WordPress developers out there who would consider this a relatively simple project.
I hope this helps.
Wordpress has an endless amount of development on plugins and themes, free and paid, that can help you create exactly what you need.
I found this option in a quick search. It may be what you need http://www.wprssaggregator.com/
Related Questions
-
How can I create a searchable large (3 million record) searchable database in WordPress?
Well first off I wouldn't recommend trying to power your client's database with the standard WordPress database instance. They can use WordPress for the website all they like. But with millions of records like that, you really don't want to move those data in with WordPress. For that matter, you're probably gonna want a dedicated database server to answer those questions, if the client doesn't already have one. You might also need to investigate something like Elastic Search, depending on what your search requirements are and what sort of database they are using (pay close attention to whether or not it provides full text search ability). Beyond that, and somewhat obviously, you're also gonna want SSL on the website and to make sure you're up to date on federal and state privacy requirements for data like this, as well as best practices for securely transferring data over the web (port configuration, ssh keys, etc). The privacy concerns would raise a flag for me. If those data have anything personally identifiable in them - which they very probably do - then you're really gonna want to make sure you do your research on security of personally identifiable information. Government specific privacy /security /auditability requirements may also apply, so double check that too.EV
-
Can a WordPress site be converted into an iOS app?
Be careful when simply wrapping things into a mobile app. This can backfire on you and you could be presented with some very harsh edge cases. PHP isn't going to be encapsulated so much as the HTML/CSS/JavaScript. So keep in mind your mobile application could likely be in a position of requiring an online connection to work (because it must interface with your existing hosted WordPress site). This could also mean your hosting solution needs to be evaluated to ensure you can handle any increased traffic (and those traffic patterns could be different when coming from a mobile app that perhaps loads things the user doesn't see right away, accesses content that may not be cached, etc.). You want to ensure your server doesn't go down because then your mobile app would be "down" as well. That said... Things like Phonegap (web views) are a wonderful idea for utility apps because the performance is good enough for those (and hey even some games) and they end up being easily ported across many mobile operating systems. I would look into Phonegap, Appgyver (a new and totally awesome one because parts of it will utilize the native OS and your app will feel more responsive), Appcelerator Titanium, and perhaps even the new Famo.us one. Also take a look at the Ionic Framework for some further ideas about mobile UI and what you can do with these web view style apps.TM
-
Is it possible in woocommerce to display Shipping methods first on the checkout page?
Yes. https://docs.woothemes.com/document/configuring-woocommerce-settings/SN
-
Where to find quality graphic and web design leads?
If you are going to use Social Media Marketing. I would recommend you create a Pinterest wall of your work and back link them to your site. Try that.BK
-
How much should I charge to develop a WordPress site?
Take the # of hours it takes you to do it and charge $50/hour. That's the price. Eventually you can charge $100/hour but that will require a bigger customer. If the customer is small < $1M in gross sales per year - charge $50/hour If the customer id medium < $1-5M / sales - charge $75 Over $5M - charge $100 The challenge you'll face is clearly defining the expectations and handoff so that you're not stuck doing stuff that you can charge for and always getting interrupted from past customers.DM
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.