Hello,
Couple of questions here relating to links (and HTML in general) in the caption field where available.
I notice that, via the web UI, links are possible using the rich text editing box but it appears that one does not have complete control over what is essentially the construction of the <a> tag.
As far as I can tell, the href conents and what's within the tag have to be the same, for example...
<a href="www.xyz.com">www.xyz.com</a>
...the following does not appear to be possible...
<a href="www.xyz.com">click here</a>
I was hoping I could resolve this using the API, but when I try and pass something like the second example in, I get an error.
First, is it even possible to have an <a> tag like the second example and, if so, is there a particular encoding I have to use in order to pass it into the API.
When I try using the API and get a LoadPhotoSetResult returned, the <Caption> tag contains the following...
<Caption>A <a href="http://www.somesite.com" target="_self">http:/​/​www.​somesite.​com</a> link</Caption>
Am wondering whether I need to use a particular character encoding when sending SOAP requests (I'm using UTF-8) or use special escape sequences within the caption itself in order to get the HTML in there.
It would be nice to be able to add HTML to captions using the API (as opposed to using the web UI's rich text box).
Thanks,
Matthew