Been building a small application to enable better sharing via the Share UI in N9. I wanted to have an application that enables me to specify many kinds of targets that have sharing URL's available. This application does not use any API's, instead it is a sort of glorified bookmarklet launcher.
When user chooses 'Sharetus' from the Share UI, he/she will get a list of targets. User can then click a target and a new browser window will open to that target using the URL and title that had been shared via Share UI.
Tags are also supported for the targets Diaspora*, Twitter and Ping FM.
Current list of targets:
Diaspora*
Facebook
Twitter
Google+
LinkedIn
Tumblr
DZone
Ping FM
Delicious
Google Bookmarks
Google Translate
Digg
StumbleUpon
In the future I am planning to add text excerpt where supported and also image URL retrieval if that is supported (for example Diaspora*).
Please feel free to check the application if you are interested and feel limited by the possibilities that the N9 browser offers (no bookmarklet support).
Important! You must have external sources enabled in your phone settings to be able to install DEB files. Important! Please install the DEB file by visiting the following URL with your N9 browser so that the DEB is handled by the package manager. This will make sure dependencies are handled automatically. If you install via "dpkg -i" you need to sort out dependencies on your own.
The application is developed using PySide+QML, although C++ Qt is also used to integrate to Share UI (big thanks to Tuomas Kulve for that piece of code).