Quote:
Originally Posted by Jel
Gotcha, my questions:
1. Is this not just another instance of mass dupe content, just laid out different, so in theory there will be thousands of pages the exact same if x amount of affiliates implemented it?
2. Seems I need to have some kind of programming skill, rather than just copy/paste snippets of code to arrange layout as I want?
3. PV example I need to sign up for a developers license to have a play with it, as such?
|
1. If used improperly, anything will lead to massive amounts of duplicate content. With Google handing out penalties like they're going out of style, that isn't good for anyone. When I invented morphing feeds for RSS, I never envisioned that people would make such shitty "morphing feeds" and try to pass them off as the real thing. Sadly, it ruined the effectiveness of what would have been a great tool. Still, no one does it even remotely like I had described initially, and people are so used to them being shit that it isn't even worth doing "right" now.
2. If you have programming knowledge, you'll avoid the pitfalls of #1. If not, you'll just be another people slapping shit together half-assed. A good compromise is to work with a programmer to utilize an API. Usually, it just needs to be set up once.
3. You sign up to use their API, yes. This allows them to keep tight control on how and where their content is being used. You can play a bit without their direct approval, but live usage with any sort of real functionality requires a full API key.
Quote:
Originally Posted by Jel
ok so I'm at the PV site, select some parameters, and get a line of code spat out - absolutely no idea what to do with it (think telling someone who has never seen html in their life to put an image in image tags, to get an idea of my knowledge of this subject) - where's a good resource to learn how to implement the data in xyz scenario
|
It's not something a novice should be playing with, in all honesty. You have to process the XML or JSON into something useful (HTML output, at the end of the day). It's not a 10/10 on the difficulty scale, but it's not for someone without programming knowledge, either.
Anyone can USE an API .. doing something USEFUL with it is something entirely different.
I notice you just got spammed by a dating API aggregator in this thread. Lead Wrench would actually be much more effective for you. It's a "Push API," meaning it takes YOUR data and PUTS it somewhere (in this case, it pushes it to dating sponsors who pay you for the input). A "Pull API" (what I am looking for in the other thread) is for getting data OUT, so that I can build sites.