I would like to start using social networking a little more and was thinking of signing up to about 30 or so different sites. What is the best way to post a couple of my blog posts to all 30 sites? I'd like some fast and easy to use of course. Thank you
hi mate.. Sounds like you'll need to set up your PHP pages with a form to accept user postings. Once you receive the user's input, you are going to have to POST to the other sites using cURL or some other method. Not sure how to make it object-oriented. It would probably make sense to make a class for each remote site you'd like to post to. If the site changes, you just tweak the class to reflect the site's changes. Another class might be the cURL routines to submit their forms and such.