Apr 8, 2011 by Matt | Posted in Social Media
Twitter recently launched a new feature for integrating their service into your website. Web Intents automagically converts links to specific URLs into interactive dialogs, using the same widgets.js
dependency as the retweet widget.
You can create links to retweet, reply to or favorite messages, as well as to follow or display a user.
As an example:
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<a href="http://twitter.com/intent/retweet?tweet_id=53796378291355649">Retweet</a>
More fun things for developers and web designers to play with. And you can now get official logos and UI sprites as well.
Twitter Web Intents [Twitter Developers]
Apr 6
Firefox 4 has made the browser faster and much more responsive, but its startup time can still be a bit on the slow end. According to Mozilla, the root problem is definitely extensions. In a new blog post, they stated that on average each…
Apr 4
I’ve noticed on more than once website that, since upgrading to WordPress 3.1, frequent “memory exhausted” errors on Admin pages. It seems like a 32MB allotment just isn’t enough for a WordPress site with a few plugins anymore. Increasing the script memory limit in…
Apr 1
In a surprise press release this morning, Apple announced their acquisition of cellular company Sprint for $32 Billion. Sprint, known for its uncertain financial situation, reportedly agreed to an Apple takeover after a private bidding war between Apple and the search giant Google. Apple…
Mar 30
WordPress 3.1 added an “admin bar” that floats along the top of your blog when you are logged in with an account of sufficient privileges, giving you easy access to frequently-accessed pages in the WordPress admin. It didn’t take long for plugin developers to…
Mar 28
CSS3 has a nifty feature that I wasn’t aware of until recently: multiple backgrounds per element. This was something I used to wish for frequently before I got used to faking it by nesting DIVs and assigning them single backgrounds. Chris Coyier’s CSS-Tricks blog…
Mar 25
Want to customize the Admin Bar, added in WordPress 3.1, to make it a bit more useful? Rather than removing it, like some people have sought to do, wouldn’t it make more sense to extend it with some additional submenus? If you head over …
Mar 23
Just yesterday Mozilla released version four of Firefox, bringing with it a new UI and many changes under the hood. It looks and feels a bit like Chrome, but without losing the customizability that has always set it apart from other browsers. The most…