Google+ read API: activities and comments
In this post, I will look into how you can use the Google+ read API from JavaScript to retrieve activities and comments from a profile. I was interested in this because I believe it would be possible to make a…
How I added article G+ buttons to my WordPress site
In my last blog post I mentioned that I added G+ buttons to my blog. Yes, I know there are plugins for WordPress that do this but I felt that it would be a fun experiment. I was able to…
Simple WordPress theming for matching your site
When I added this blog to my personal site, I really wanted to just maintain the look and feel of my existing site, but wanted to have the flexibility to make posts without having to SSH into my hosting, pop…
Rendering comments from Google+ related to a post (or URL!)
In my previous post on retrieving Google+ activity and comment data, I looked into aggregating comments from posts using the Google+ REST API. As useful as that is for specific posts, I was interested in pulling in “related” comments and…