Google+ badge on websites - google-plus

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.

Related

How to block a user from my instagram webfeed?

I have a joomla website, and use a module to get a feed from Instagram based on a tag (#). But i have a user that keeps taggin with this tag. Is it possible to blog the user so that his images do not show on my web page even if he uses the tag that i use for my feed? I have tryed to block the user in Instagram, but his images still comes up in my feed..
You will have to write your own custom module to get feed and filter manually by blocking the user_id
You might have to delete your comments or remove tags because they will not automatically be removed even after blocking that user.
source: http://viralkick.com/blog/block-someone-instagram/

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.

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 + Page adding a follower directly into a specific circle

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.

Merge facebook website page with facebook app page

I started this website last year, along with a facebook page.
http://www.facebook.com/textbookcentral
I just implemented some more facebook features into my website, which used an app's ID to authenticate with facebook servers.
http://www.facebook.com/apps/application.php?id=214000968642435
Is there a way I can merge both? When users click on the App link on the wall posts my App made, they get taken to the App page, which is empty.
Mainly, I want to keep the http://www.facebook.com/textbookcentral URL, and when people click on the App page, it would have the http://www.facebook.com/textbookcentral URL. It would be a bonus if I could import all the original facebook pages' content, too.
Or, make the App link on wall posts on users page to link to the original page instead.
Please be aware that as of Feb 1st Application Profile Pages are GONE !
Removing App Profile Pages
As for your questions, the link above contains the information about the migration process