Twitter PHP Library
Well, being a PHP developer I quickly got excessively tired of looking for the proper Twitter Library with all the features that returned good results, and I got tired of looking for proper libraries and classes that could interface with OAuth.
Then, I found a relatively new (albeit “Beta”) Twitter OAuth Library, but it still required more steps than I really wanted to do just to get user authentication in a program. So I decided to finally piece everything together and write Twitter API Library.
This library basically does everything you would expect it to do, except for Unauthenticated Requests and the Search API… I haven’t gotten around to coding that in yet, as it was not the primary focus of this library.
The library is not thoroughly tested, but theoretically shouldn’t encounter any errors. I would be very grateful to anyone who’ll test it for me. (I can’t work out the bugs without testers, so please, test!).
Another Quick YouTube Audio Player Update
The generator now also supports a Progress Bar and Time Code in three different sizes.
YouTube Audio Player Updates
The YouTube Audio Player has gotten three much-needed updates.
- Autoplay
- Loop
- Playlist Support
The first two, Autoplay and loop – which is self-explanatory, are checkboxes that allow you to enable them. (You’ll need to click Make to update the embeddable code).
The third, Playlist Support is fairly self-explanatory. This allows you to embed not just a single video, but an entire playlist using the audio player. There are two ways to use this feature. Either enter the URL of a playlist URL, or the URL of a video in a playlist and check the “Entire Playlist” option.
Of course, with these updates comes an update (hopefully the last) to the bookmarklet, which can be added to your browser bar by dragging this link: Generate Audio Player.
Enjoy!