Awesome. That's exactly what I was looking for. Thanks for your help
on this.
> Hopefully this helps.
> I spent hours trying to figure this out from the Protocol API side,
> and finally just grabbed ALL of my blog's posts to see how it was set
> in the feed itself (since it gets returned as an ATOM feed via the
> API).
> Turns out...you have to set a link element with rel='related',
> href='http://www.thelink.com', and title='whatever you wanted it to
> say'. Now, I also know that the atom:title element of the atom:entry
> element is set the same as the atom:link title attribute. Not sure if
> they HAVE to be the same for it to work or what...but that's what I'm
> doing. And that let's me set a link for the title of the post.
> Hope that helps.
> KDW
> On Sep 21, 11:09 pm, Paddy Foran <foran.pa...@gmail.com> wrote:
> > I can't seem tofigureouthow tosettheLinkfieldthatdetermines
> > theURIthe title of the post redirects to through the Python API. Any
> > ideas?
> > Thanks,
> > Paddy Foran