Reputation: 43559
There are lots of plugins that will get Twitter / FB content and display them. I, however, want the raw content so I can style it myself. I don't want it to spit out a ul
or whatever the formatting is by the plugin, rather I just want the raw content.
Is there a plugin or quick way to do this?
Upvotes: 1
Views: 2238
Reputation: 10939
I just cooked up a quick plugin to get you started.
what it does:
php PATH_TO_PLUGIN/cron/facebook.php
is runI didn't use wordpress scheduled events because shared hosts seem to timeout long running processes. Its better to register the sync command with the OS's cron manager. That said if a user wanted to add it as a scheduled event, the function to sync is part of the main plugin file and can be registered as an event in the epty activate/deactivate methods of the plugin.
TODO:
Social network posts can be accessed from the admin sidebar
Upvotes: 5
Reputation: 19
No Idea about instagram. But check out this plugin
http://wordpress.org/extend/plugins/oa-social-login/
It has many features. Twitter,Facebook,Linkdin,OpenID etc
Upvotes: -2