For the record, probably the easiest way to do it would be to find the place that says "&tags=" + encodeURIComponent(t) and change it to &tags=twitter," + encodeURIComponent(t). The tags are comma separated... I should probably make them space-separated like Pinboard.
no subject
Date: 2012-06-17 09:07 pm (UTC)For the record, probably the easiest way to do it would be to find the place that says
"&tags=" + encodeURIComponent(t)
and change it to&tags=twitter," + encodeURIComponent(t)
. The tags are comma separated... I should probably make them space-separated like Pinboard.