Embedding stumbleupon button
blavish - May 7, 2009 - 14:05
I would like to embed the stumbleupon button found here: http://www.stumbleupon.com/buttons.php
I am not sure how the Drupal code for this should look though. I have tried a few but they dont seem to work.
Any suggestions?

=-=
what input format is being used? you'll want to use the FULL HTML input format at minimum. however you may also want to take the time to investigate contrib modules like service_links.module which allows you to set up services like what you are trying to do manually
php
Hi
I tried the php and the full html input formats but the titles did not work. I have the service links installed but would like a big button on top.
Thanks.
=-=
what does "titles did not work" mean, exactly?
have a screenshot?
link to the site?
have you views the source code of the rendered page to provide hints?
code
I am not going to try and do it again because it made the site give errors and i had to go to phpmyadmin to remove the code again but what it does is, when you click the stumbleupon button using this code
I get this url
http/www.yoursite.com/article.php/title%3DThe%2BArticle%2BTitle
Instead of the title of the current article I am trying to stumble.
All the other codes give errors which makes the site unusable.
=-=
I'd guess the snippet isn't pulling the title dynamically which very well may be why modules like service_links was created.
Either way, I guess it's moot at this point if you aren't going to re add it to your site.
i would
I would if i knew the correct code, but the ones on stumbleupon wont paste directly.
Not really sure how to go about this.
Thanks for the help