It’s a giant hack, but...
...I added Mark’s blog as a favorite. Primarily because it’s awesome, and also because of his tagline about bacon. <3
To favorite someone’s blog, you’ll need Firefox with Firebug installed.
- Open someone’s blog and view source.
-
Look for an HTML comment like this:
<!-- Asset Stream 6a00b8ea0717f31bc000b8ea0717f51bc0 --> - Copy the asset ID (the 6aNNNN... number).
-
Run this command from the Firebug console (with the above ID):
app.c.addAssetAsFavorite( { asset_id: "6aNNNN..." } ) - Check your favorites. It should now be listed!
Comments
Bookmarkletized!
javascript:var x=document.body.innerHTML.match(/Asset Stream (\w+)/);if(x[1]){app.c.addAssetAsFavorite({asset_id:x[1]})}
So can we when will this feature be included in Vox for realz? Also, why are you using the collection icon instead of the person's userpic? :)