Home » Questions » Computers [ Ask a new question ]

How can I let website visitors tag my website pages for me?

How can I let website visitors tag my website pages for me?

I run a website that contains the text of a large number of public domain books on a specialist niche topic, spread over a large number of HTML pages.

Asked by: Guest | Views: 251
Total answers/comments: 1
Guest [Entry]

"For the tagging of pages, you're going to HAVE to store information server-side somewhere. Which probably means a database. I don't think there's any way to do this just with JavaScript/HTML.

Working with a database would mean working with a server-side language such as PHP or ASP. So I'd say this wouldn't be a hands-off solution.

You're best bet might be something like migrating your site to Wordpress or some other CMS that has built-in tagging, etc.

But it'd still be interesting to see if anyone else can come up with a better solution."