When exporting a website, export the URL as howpublished
Using standard BibTeX styles, url will not show up. Generally it should be added to the howpublished field. Here is some code to do so (to be added to doExport() for bibtex exporter):
if(item.itemType == "webpage") {
writeField("howpublished", item.url);
}
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.