I want to add a bookmark this page link to all of my pages it would be tedious to add the title tags to each of these snippets. Is there a way to use php that automatically grabs the page's title and url and adds it to the bookmark? I just want to add it to my navigation system. thanks
you can but I use javascripts this works nice enough <a href="javascript:bookmark();" target="_self">Bookmark</a>