_host_name
Specifies a human-readable name for the calling application.
Default Value
None.
Remarks
If you provide a value for this parameter, Picnik will augment its user interface with your application's name where appropriate.
Currently, the only place this occurs is in the "Exporting" dialog: instead of saying "Exporting", it will say "Exporting to _host_name", where
_host_name will be substituted with the value you provide.
Note that if _export_agent is set to "browser", then the "Exporting" dialog is not used.
Be sure to encode any non-alphanumeric characters
(for example, using Javascript's encodeURIComponent or PHP's rawurlencode).
See Also
_export,
_export_title