my 'sharethis' bookmarks all work well, except one: stumbleupon. Stumbleupon opens a 'new' stumbleupon page where you can add a url that you would like to enter there. It should open a page in which you have to add things like description, but the permalink of the post + title should be filled in. In other words: stumbleupon does not recognise the post permalink + title you would like to promote. Or: the Awake theme does not 'transport' the url. This is not a stumbleupon-fault, because:
I still have another bookmarking plugin installed, which includes stumbleupon as well, and that one works fine.
My question is: what should be changed in the following code to make stumbleupon work?
the actual code (which doesn't work properly) is:
array( "name" => "StumbleUpon",
'icon' => get_template_directory_uri() . '/styles/_shared/post_sociables_stumbleupon.png',
'class' => 'stumbleupon_icon',
'url' => 'http://www.stumbleupon.com/submit?url=PERMALINK&title=TITLE',
),
Example post to show my 'problem', see for example: http://roblepair.ruhosting.nl/roblog/2010/05/garden-of-england-great-dixter
In this example post you see first the bookmarks 'tweet this etc, including 'stumble this', which works fine;
and just below those bookmarks you find the built-in 'ShareThis' bookmarking feature of the Awake theme (in which all work fine, except StumbleUpon).
Maybe it needs just a small change, but I can't figure that out.
Thanks in advance for your help













