PDA

View Full Version : Need help placing Stumble Icon


Ramkarthik
07-23-2007, 01:56 PM
Hi Everyone. Kevin, I was talking about this on your blog's comments.

Stumble has a tutorial on how to place the code in blogger. You can find it here (http://www.stumbleupon.com/buttons.php?pgtype=blog).

They tell us first to find the below code in the Html:
<$BlogItemBody$>

But when I try to find the code in my Html, I'm not able to see it. They tell us to place the following code below <$BlogItemBody$>:
<a href="http://www.stumbleupon.com/submit?url=<$BlogItemPermalinkUrl$>&title=<$BlogItemTitle$>"><img border=0 src="**LINK TO stumbleit.gif**"" alt="StumbleUpon Toolbar"> Stumble It!</a>

Now I'm not even able to <$BlogItemBody$>. Can you please help in adding the Stumble Icon to my blogspot blog?

Thanks in advance.

Kevin
07-23-2007, 02:05 PM
Are you happy to post your attach your template here in a notepad file so that I can have a look at it? I should be able to see where you should place it. If not, if you can send me a temporary login via private message for your blog I'll login and try and sort it :)

Ramkarthik
07-23-2007, 02:41 PM
Kevin, I'm actually pretty afraid to post it here. No reason for it though. But can you give your mail ID here so that I can send you the attachment? Thanks.

Kevin
07-23-2007, 04:34 PM
you can email me at info at bloggingtips dot com :)

Ramkarthik
07-23-2007, 05:51 PM
Thanks Kevin. I have sent you the mail with the attachment. Thanks for your help.

cmanlong
07-24-2007, 08:53 PM
the instructions at stumbleupon are old. they are still for the old version of blogger and not the new one.

here is where you should be placing your link.

<div class='post-body'>
<p>
<data:post.body/>
&lt;a href=&quot;http://www.stumbleupon.com/submit?url=<data:post.url/>&amp;title=<data:post.title/>&quot;&gt;&lt;img border=0 src=&quot;URL OF STUMBLE ICON&quot;&quot; alt=&quot;StumbleUpon Toolbar&quot;&gt; Stumble It!&lt;/a&gt;


notice that the code has been parsed. you can either do this by hand or head over to blogcrowds and use this code parser (http://www.blogcrowds.com/resources/parse_html.php)