It looks like the like command executes ctl00_ctl35_AddQuickTag(); which automatically tags the page that you are on. Is it possible to fire this function on a page you are not currently viewing?
It looks like the like command executes ctl00_ctl35_AddQuickTag(); which automatically tags the page that
Share
Look at the answer given in this post: Adding a social tag to a page, it shows how to call the underlying js function directly.