I’m using the “FriendFeed Activity” widget to show the latest 7 enties of my friend feed. However, FriendFeed just aggregates my Twitter, Blog (via RSS) and YouTube activities. That...
I have been advised how to add additional contact info fields to the User admin area here (Click here). However, I am not entirely sure how I can display...
I have 264,307 “http” (post_type = http) rows in my wp_posts table. 99% of those have them have this post_title: GET http://twitter.com/statuses/user_timeline/@xcentric.json?count=100 and “error” as the post_status. Can I...
The below code is used to pull in my Tweets and post them as individual blog posts on my WordPress site. I would like to add a “Follow me...
I would really like to add @anywhere support to my blog, as my posts usually mention two or three Twitter users. I’m not much of a code monkey though,...
Using the twitter plugin, so you can have your twitter posts loaded into the sidebar of your wordpress blog, is there any way of filtering the posts? For example,...
I am interested in displaying the top 3 stories in the past week based on the total number of shares on Facebook and Twitter. I have found that these...
I’m pulling in the XML from Twitter via OAuth. I’m doing a request to http://twitter.com/account/verify_credentials.xml, which returns the following XML: <?xml version="1.0" encoding="UTF-8"?> <user> <id>16434938</id> <name>Lloyd Sparkes</name> <screen_name>lloydsparkes</screen_name> <location>Hockley,...
Because of the Twitter API 1.0 retirement as of June 11th 2013, the script below does not work anymore. // Create curl resource $ch = curl_init(); // Set url...
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...