Google + Page adding a follower directly into a specific circle - google-plus

I have created a google + account and added a business page so i now have a page id. this page has multiple circles public, traders, business etc.
i have then added the Google api to my site for people to follow my page and for me to add them to a circle, but it has become clear that i now cant tell which circle a new follower should be in. is there a way of adding followers directly into a specific circle from my website.
please help as this is driving me crazy or am i'm missing the point some how?

The Google+ Badge is currently the only way to change the circles people are in without visiting plus.google.com/circles. There is an open feature request for access to circle through the API you can star if you would like such a method added.

Related

Google+ Author Snippet Photo not showing in search

I have set up my google+ account with everything linked to my website, my website linking to Google+ as per instructions, but photo is not showing in search results, even though the google testing says all is fine.
My site is www.mikegeorgiades.com (Google+ link code in homepage).
My Google+ page is https://plus.google.com/u/0/b/105269586899946171489/+Mikegeorgiades-guitarist-for-hire
Is there any reason why the test would appear OK but not for real? Is there a lag? Thanks!
that can have multiple reasons:
On their help pages the Google guys wrote that "Your Google+ profile picture should be a good, recognisable head-shot". When you browse the web via Google’s search engine you probably see a lot of images which do not show “good, recognisable head-shots”. I think it belongs to Google whether the picture shows up or not.
Google Authorship does not work when you link to a Google+ business page instead of a real profile page.
You did not add a link back from your site to your Google+ page (see this help page (Option 2)).
Your author info is hidden to the public. Google don't like hidden stuff. Make sure that your reciprocal backlink is not hidden via CSS.
Very obvious: Your Google+ profile has no profile picture.
Your site is cached and the backlink is not yet integrated into the source code. Try to clear your cache.
Your backlink is missing the rel="author" attribute.
Your backlink is missing the ?rel=author attribute in the URL (ex. href="http://plus.google.com/u/0/123456789/?rel=author")
Check that your E-Mail Address (if added to your Google+ profile) is on the same domain as your content (read more about it here: https://support.google.com/webmasters/answer/1408986)
Make sure that the byline of your content includes the same name as in your Google+ profile. For example: When your Google+ Profile is "John Doe" your byline has to be "By John Doe" and not "By Doe John" or anything else.
You have not submitted your E-Mail address via this page: http://plus.google.com/authorship
Your Google+ profile is not visible to the public.
Your Google+ profile has been excluded to the search (so no one can find you via Google`s search engine).
There are multiple authors on one page. Google always uses only the first author that has been mentioned on a page.
You did not add your website to "Contributor To" section (click here to do that now: http://plus.google.com/me/about/edit/co)
The "Contributor To" section is not visible to the public.
The Rich Snippet Testing Tool throws errors (even if they are not related to authorship)
Last but not least: Google just does not want to display your profile picture
Update 1: More reasons can be:
Some users said that it also won't work when your website was not confirmed as yours in Google Webmaster Tools.
Some said that they got it to work after adding the same URL in Google+ as in Google Webmaster tools (Within Google webmaster tools you can setup the preferred domain (www or non-www).)
I'm not working at Google but I think when the Rich Snippet Testing Tool shows your picture it should appear in search results after some days.
Update 2: One more:
You have deactivated the option that noone can find your picture in Googles search results. To solve this go to https://www.google.com/settings/plus and scroll down to the "Profile" section. Activate the checkbox beside "Help others discover my profile in search results." (in German this is: "Andere sollen mein Profil in Suchergebnissen finden können").
Update 3: One more:
John Mueller (Webmaster Trends Analyst # Google) announced that in the near future Google will not longer show the profile picture in search results. Instead it will show up on Google News only. However the name will still show up on search results pages. Preview image can be found here: https://support.google.com/webmasters/answer/1408986
I recently experienced my photo disappearing from the search results and I, too, verified that everything else was correct under the structured data testing tool. At first my photo snippet was showing in the SERP but then it vanished. I was also trying different profile photos. I had one with dimensions of 400x400 pixels and another one with dimensions of 256x256 pixels. I didn't fully verify it, but Google apparently didn't like my 400x400 photo. Google wants a clear profile photo of your face. Perhaps some algorithm found my larger photo too grainy or something along those lines. Changing my photo back to the 256x256 version caused my photo to reappear in the search results! I'd suggest trying different dimensions, different photo formats, perhaps even changing the color profile. The search results were updated fairly quickly after I uploaded a working photo. Seems like I saw results in under an hour, YMMV.
You can refer to the photo I used, along with my Contributor to links, at my Google+ page at https://plus.google.com/108810746834291116055. The page that I have my authorship set at is http://blog.ikiapps.com using rel=author.
Update on 2014-Apr-27:
I can confirm my advice worked for me again after completely changing my Google profile to another account and losing the visibility of my authorship associated photo in search results for a brief period of time. It is now restored after following what I posted here.

Google+ badge on websites

I am trying to put a Google+ badge on my recently created websites at sites.google.com. When I copy the code and paste it into the HTML box actually nothing happens.
What am I doing wrong?
You can use to insert a Google+ Badge into your Google Sites pages using a custom gadget:
Get your Google+ profile ID, which you can get from the URL of your profile. The ID would be 123456789012345678901 for this URL: https://plus.google.com/123456789012345678901/ or would be +LarryPage for this URL: https://plus.google.com/+LarryPage/
Edit the page that you want to add the badge
Choose Insert-> ...More gadgets...
Search for G+ Badge.
Paste your profile ID into the G+ ID field.
Configure additional options as necessary for your page. You might need to adjust dimensions of the gadget container to get the badge to work well in your site.
Gadgets have limitations, this might not work perfectly but its probably the best way to get a badge onto your page.
There is a configuration tool for the Google+ Badge that you can find at https://developers.google.com/+/web/badge/.
The key points are that you need to add the HTML as a widget and include the JavaScript tag--which is the same JavaScript that loads any of our Google+ attributes.
I also made a 3 minute video explaining these steps last year, which you can view at http://www.youtube.com/watch?v=wLG4IIIPgnc.

How to build persistent element like facebook chatbar which not reload when navigate to any page?

i developed a radio stations widget (see it at my site). the problem is, i dont know how to make it persistent same like on the http://josephbeeson.com/gwapdemo/gwap.html . it's like facebook chatbar which not reload when navigate to any page. i have try n look for the demo codes but still not understand. please give step by step tutorial. i want to implement it on my social website http://www.heypy.com.
The whole page does not get reloaded, the new content is just loaded via AJAX and displayed within the current document.
To make it look to the user like he’s navigated to some other URL, the address bar content is updated using the HTML5 History API.
please give step by step tutorial.
Happy to give you the relevant keywords, so you can do research on them yourself. But won’t provide a private tutorial here, that’s not the purpose of this site. Thanks for your understanding.

Google share button, is it possible to share content from one URL and link back to another?

Example an online learning application that you want to share your results which are behind a logged in part of your site. So you add a public URL to your site for google to fetch the content (img, description, title):
data-href="http://www.example.com?result_id=24".
But then when someone views the post and sees the shared content and clicks the link to the site it goes to:
http://www.example.com?result_id=24
The only way I can think of is redirecting the user to http://www.example.com once they land on the shared URL.
Is there an official way or better way to do this?
Thanks
No, but there is a work around.
The URL that you share is used for both the snippet and place users are sent when they click.
However, you can put schema.org or OpenGraph markup on these pages that describes the content behind the login wall. This will allow you to specify a title, description and thumbnail. You can read more about configuring your snippet on Google Developers.

The ted.com twitter widget?

On all the videos on ted, there is a widget thing with an inputfield that says tweet this (we'll add the url later) you put stuff in a box, it get's a tiny-url and get's pushed to facebook.
I'm trying to figure out what it's called. Does anyone have a clue?
example:
http://www.ted.com/talks/dan_phillips_creative_houses_from_reclaimed_stuff.html
Looks like they are using the service provided by AddThis. Looking at their site, they offer some stock sharing links, but also have an API for creating more advanced ones.