Google + Profile Fields

We may earn a small commission from affiliate links and paid advertisements. Terms

even worse, if i copy and paste what he has in there, it gives the same error!
 
This is the URL in the bar as I view my profile. Not my home page, but my profile.

https://plus.google.com/u/0/103712073802338259287/about?hl=en

When I take the numbers "103712073802338259287" and paste them into the field I get a msg that says, "You did not enter the correct format for the Google+ field. Please read the field description for the expected format."

What am I doing wrong?
 
whatever you did, i am able to change it now.
 
php is admittedly a weak point for me (Python, Perl, and C# are my languages of choice) but I definitely woulda thought that php woulda supported the meta charachters from perl in their PCRE implementation. Just looked up the docs and they aren't mentioned at all. Kinda weird.
 
\d is accepted, but 0-9 is more strict or something to that effect. It's actually more of an apache limitation than php, and i'm not ready to migrate to nginx just yet. still much to lean about it.
 
Like mysapce, and then facebook, I've added in a postbit icon so you can share your google + profile account.

All you need to do is enter your profile number. For example, my profile url is:
Code:
https://plus.google.com/112205274167157028883

So I would just enter in 112205274167157028883 into the profile field box.

(click on your own name in google + to get your url.) If there is a ? and anything after after your number, you should trim that off as it is not part of your profile url.

Thanks dude, i will try it
 
Back
Top