@BeLogical – The release date was yesterday. I’m late Nearly done though.
@Scotm – so you have the BP nav bar at the top but only part of the nav items are available. Any plans to add more items, such as a My Account aspect? If so then people would have access to Settings, and thus, you could use this BP Twitter plugin that we’re creating.
If not then you could add a link to either /members/[username]/settings or /members/[username]/settings/twitter-admin to adjust their Twittter login info, and to /members/[username]/settings/twitter for viewing tweets etc. – and the plugin would work that way. Basically what I’m saying is that people need a way to configure their Twitter account – and if you’re not using the other aspects of BP then what’s the point of using BP in the first place? You could use P2 on top of WPMU without BP.
Looking forward to your release jedi @M
@M All of the BP settings are intact, however with registrations turned off and if you’re not logged in as a member they don’t appear in the BP nav bar. I have the BP components working nicely and if the plugin can be activated via the Setting panel I’m good to go.
See: http://www.flickr.com/photos/34277962@N00/3548615145/sizes/o/
and: http://www.flickr.com/photos/34277962@N00/3548616287/sizes/o/
Thx
@Scotm, Is it the member theme or what for the first flickr or what?
@Gpo1
The first image is simply a shot of my homepage (P2) while logged in. You can see the post-form is now activated and the BP nav bar engaged with “My Account”, etc. showing.
The second image is a modified version of the BP Member Theme.
Everyone can take the BP Twitter plugin for a joy ride over at the test site:
http://simplercomputing.net/bp
Sign up for an account and give it whirl (check your My Account page to configure your Twitter details) – plus be sure to check out the spiffy new ajax-based BP Chat plugin. Although chat isn’t useful if people aren’t online at the site to chat That one is very much still in development… see the blog post for details.
@M Sweet! Works like a charm for me. The blog post also worked fine although I am seeing this code above the Twitter option in the blog post area:
if (get_usermeta($user_ID,'twitter-tweet-posts') != 'on') return; if ( !function_exists( 'bp_blogs_install' ) ) return;
Now if only we can get the posting option from the P2 theme post area as well! When can we try it out on our own?
@Scotm – thanks for the tip about the bug – there was a typo in the code – fixed it.
On P2, you can call a template tag to include the Tweet checkbox under the post form.
It’s nearly done… finding a few bugs, as you pointed out.
@M Nice. I noticed as well in the tweet search widget (another great feature) I couldn’t get the search to exclude a term (eg. “PEI -Pei Wei”). Not sure if I have that styled right but it might be a small issue.
@M, worked like a champ! Great work! I deleted my account to see if it would properly cleanup the activity feed, and it did nicely! Delete my email (you should have it) from the wp_signups table so I can signup again I want to test that chat plugin. I have chat on my site now, but it stinks honestly. Looking forward to yours!
Works like a charm. Loading the Twitter page seemed to be a bit slow for me.
Love your chat plugin too! Interesting to see how it works when there is someone online to chat with. Hehe. Where did you find that plugin?
Just checked out the site. The twitter search widget is exactly what I needed. Thanks for adding that in. Cant wait to try out the plugin on my site.
Please add users followering avatar & tweets as well as reply feature this would be a top-notch plugin.
And also for chat plugin add the avatars in the chat-box whom you are chatting with?
@Roy McKenzie – I didn’t find it, I wrote it based on some Ajax libraries – which still need some modification. Thus the chat plugin is very much still in development.
@Gpo1 – Those 2 features are data intensive because of the way Twitter’s API works. I’m thinking of how to implement that without overburdening the system. Image if you have 10,000 users of your site and all of them are using those 2 Twitter features you’re asking for – that’s a lot of traffic back and forth between your site and Twitter’s site. It can be done, just thinking of how to handle it optimally.
what about friends avatars in the chat box like FB?
@M
shall we start a chant? we want twitter plugin, we want twitter plugin!!
@M, @BeLogical – we want twitter plugin, we want twitter plugin, hehe.
@Gpo1 – It’s there now, and it was not easy!
When will this plugin be available for download? Aswell as the bp-chat that you created? Great work!
@M, Can you add followering tweets & Avatars below the send a tweet box, so that you could see your following tweets. Because its a bit boring without your followering /friends tweets?
@M Any update on the Twitter plugin?
The BP Twitter is nearly done – just a bit more testing to do. Seems to work fine but there is a timeout condition that I want to catch and display differently. Like when pulling data from Twitter, their site is often too busy to answer in a reasonable timeframe (15 second or less) so I have to trap the timeout and handle it, which the plugins does – but I want to modify the handling before releasing the plugin.
As for BP Chat, it’s progressing quickly. There is a new group chat feature that is basically working now, but it needs more work.