Solutions for extracing single facebook, twitter, youtube and pinterest posts into one individual wordpress post

I have been playing around with this for quite some time and to be honest, I am at a loss for how to approach this.

What I am attempting to do is extract social posts from my clients different social networks and bring them into a word press site. Problem is that most methods, plugins and premium modules extract all social content into one page/post or custom post type. Well this may work for some, my requirements are that each social post is automatically extracted into it's own unique custom post type. So rather than all facebook posts showing up in one post (which is simple) each one, as they are posted, should be pushed to it's own custom post type (e.g. custom post facebook). So if there are 10 facebook posts, there would need to be 10 different facebook custom posts in wordpress.

Reason being is the grid system I am using (essential grids by theme punch) extracts a pages html, images, meta, etc. and formulates a grid out of them. This works well for almost everything except for extracting social feeds.

Without having each any every social post extracted into it's own post in WordPress, the desired affect of having the social posts in the overall grid feed cannot be realized.

So my question is, has anyone achieved something similar and if so, how was it approached? I am not requiring all the technical details if you do not want to provide them (if you have a premium module that achieves this I would be happy to purchase it), however a gentle nudge in the right direction is all that I need and will be appreciated.

Thanks,

IcedQuick

Solutions

It's going to be a huge task. Maybe there are plugins that deal with one or another, but all of them at once, I doubt it...

You'll have to:

  1. Use the API of each site.
  2. Create an initial task that will pull all available data and build the past posts.
  3. Create a task that will check for new data and create new posts.
  4. Use Ajax to make the API calls so the user has some kind of feedback while the requests are made and responded to.

Here's a Flickr example (if we use per_page=100 it takes a while to perform): Saving JSON or XML API response to a Wordpress database.

And here an Apple Store example that has a cron job to check regularly for changes in the public data: Website widget to display Apple App store price drops?

Similar questions

Multiple Facebook/Twitter/LinkedIn share images for different content on single page
Throughout one page I have important content that needs to be shared. When someone decides to share one of these sections I need to grab the custom image and text for that specific piece of content. This content needs to be shareable via Facebook, Twitter and LinkedIn. However I'm struggling to define this as I usually only do one image per page us...
Facebook - Wordpress App Error Facebook returned an error: The site URL in your Facebook application settings does not match your wordpress blog URL
I have a wordpress blog and am trying to integrate the facebook page publish version 2 app and keep getting 2 errors, one of WP: Facebook returned an error: The site URL in your Facebook application settings does not match your wordpress blog URL And on FB app creator when putting in the app domain: This must be derived from Canvas URL, Secure Canv...
Twitter Bootstrap nav individual menu item colors
I am using Bootstrap with Wordpress. My navbar items outputting fine, but I want each individual menu item to be a different color. Bootstrap assumes all menu items will have same initial, active and hover color. I want my ACTIVE menu colors to be different. Is this possible? I have tried to target the current_page_item in my css but does not seem ...
Facebook 'Share' and 'Like' on individual posts
As the name of the thread indicates, I want to add to my website a Facebook 'Share' and 'Like' buttons to each of my individual posts. On each post page I will have those two buttons so people can like or share that individual page. I can't seem to find a way to do that, so i would like to ask you guys how can i achieve that effect (with a plugin o...
Is it possible a one click user registration with Facebook or Twitter (or other Social Networks)?
Would it be possible to create a wp user by signin up with Facebook connect? (And through Twitter app, and eventually other major social networks? Facebook is most important, then Twitter, the rest are not so important) - User fills form with one click, eventually is asked in the form to fill a custom display name (otherwise defaults to Facebook us...
Create New WordPress User after Twitter Signin, using Twitter credentials?
I've seen wp-snippets.com uses Twitter sign-in which somehow creates a WordPress users with the Twitter credentials. wp-snippets.com > signin with twitter > Oauth > CallbackURL = wp-admin with twitter credentials written to WP user How is this achieved? I've searched a lot plugins and cannot see anything that writes twitter user details to the Word...

Also ask

We use cookies to deliver the best possible experience on our website. By continuing to use this site, accepting or closing this box, you consent to our use of cookies. To learn more, visit our privacy policy .