Now that Google+ is rolling out custom URLs to users, finding your ProfileID is almost impossible. Google Authorship works with the custom URL, so it makes sense to modify the input validation to allow users to save their custom url rather than a profile ID.

Comments

mgifford’s picture

Search for oid="" in the source. One of them will have the 21 digit you're looking for. Damn awkward though. This might be Google's problem.

gabesullice’s picture

Assigned: Unassigned » gabesullice
scott.whittaker’s picture

Wouldn't it be simpler to change the profile ID field to a string and remove the current restrictive validation?

gabesullice’s picture

@scott.whittaker

I'd rather not let anyone post whatever link they want in there. Ideally, users would be able to either enter their custom url or their id. I'm considering how I want to validate that before writing a change. Ideas/patches are welcome ;)

Anonymous’s picture

I was excited when I found this module — easy authorship integration. Of course, I have a custom URL, so now I'm not so excited....

"I'd rather not let anyone post whatever link they want in there. Ideally, users would be able to either enter their custom url or their id."

You don't have to let anyone post whatever link they want. Custom URLs simply replace the 21-digit number with a "+" followed by an arbitrary number of alphanumeric characters.

gabesullice’s picture

Priority: Normal » Major

Bumping the priority on this.

gabesullice’s picture

Status: Active » Closed (outdated)