Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Reblog button – add this to docs!

Received: by 10.68.213.68 with SMTP id nq4mr3832073pbc.2.1327666328150;
        Fri, 27 Jan 2012 04:12:08 -0800 (PST)
X-BeenThere: tumblr-themes@googlegroups.com
Received: by 10.68.1.137 with SMTP id 9ls11852795pbm.7.gmail; Fri, 27 Jan 2012
 04:12:06 -0800 (PST)
MIME-Version: 1.0
Received: by 10.68.132.164 with SMTP id ov4mr1000752pbb.16.1327666326966; Fri,
 27 Jan 2012 04:12:06 -0800 (PST)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
 he...@angusfretwell.com designates internal as permitted sender)
 smtp.mail=he...@angusfretwell.com; dkim=pass
 header...@angusfretwell.com
Received: by uc9g2000pbc.googlegroups.com with HTTP; Fri, 27 Jan 2012 04:12:06
 -0800 (PST)
Date: Fri, 27 Jan 2012 04:12:06 -0800 (PST)
In-Reply-To: <f058732c-600e-4374-bcc6-df02c260c906@uc9g2000pbc.googlegroups.com>
References: <4d4a7ad5-7e8f-4f0a-8be0-de4318640b41@jn12g2000pbb.googlegroups.com>
 <f058732c-600e-4374-bcc6-df02c260c906@uc9g2000pbc.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2)
 AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1017.2 Safari/535.19,gzip(gfe)
Message-ID: <46378a2a-f783-4581-acf9-10bdca49e5c6@uc9g2000pbc.googlegroups.com>
Subject: =?windows-1252?Q?Re=3A_Reblog_button_=96_add_this_to_docs=21?=
From: Angus Fretwell <he...@angusfretwell.com>
To: Tumblr Themes <tumblr-themes@googlegroups.com>
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

That's just annoying. I think information about all the template tags,
etc. should be made available=96even if it's not on the main guide. I'm
sure this would encourage others to make themes; and it would
definitely make the process a lot easier.

On Jan 27, 10:26=A0pm, Robert Priest <robs.pri...@gmail.com> wrote:
> There lots of stuff missing in there little user guide, the way i
> found new things is by looking through other blogs that had it and
> installing the theme to only then look at the coding and from trial
> and error eventually got it to work.
>
> On Jan 27, 8:55=A0pm, Angus Fretwell <he...@angusfretwell.com> wrote:
>
>
>
>
>
>
>
> > I literally spent hours trying to find a way to hack a reblog (and
> > like button) for use in a theme; seeing that there was seemingly no
> > appropriate template tag to output the reblog URL. I was not
> > successful. As a last resort I tried using {ReblogURL}. Of course=96it
> > worked, now if only you would include it in the docs!
>
> > Then to add a like button I assume I will just grab the value of
> > {ReblogURL} trim off the letters/numbers at the end of the URL
> > (seemingly no other way to get these numbers), and pass the URL
> > (http://www.tumblr.com/like/{PostID}[string-from-reblog-url]) to the
> > like button iframe thing via javascript.
>
> > Anyway, please just add {ReblogURL} to the theme docs and save other