Press This is a very handy feature of WordPress blogging, but the problem is, it has a tenancy to show up a 404 page error when you click it. After a bit of searching around I found a fix for the 404 issue and it is a very simple to implement and involves changing the bookmark code.
In the bookmark coding find the following code part
u='+e(l.href)+'
And change it to
u='+e(l.href.replace(/\//g,'\\/'))+'
Props to qvprof for the fix which was found at the following link - Press This 404 issue.

