Google Plus One Feed Generator – we have not forgotten! After many months of curse finally some Google Plus Feed Generator of your own which you can use as FB App. We wrote the update on Google Plus One Feed Generator is Working asking for suggestion.
Our old good model where you could add a Google+ user number to the end of this site’s URL to get an Atom feed of public posts or use the form does not work anymore but the Software as a Service App page still ranks #1 in Google search, you can have a look here. So we needed some new Google Plus One Feed Generator.
Google Plus One Feed Generator : The Options are For All
Instead of running our own app on our own hosted solution, we thought to give the eager to learn users the practical options for having a Google Plus One Feed Generator of their own plus some options so that users can have much control.
---
Google Plus One Feed Generator : Facebook Heroku Cloud is Free Dear
You must understand three things for your own Google Plus One Feed Generator :
- Read the Guide for Creating a Facebook App of Your Own
- Deploying a Facebook App With Heroku Cloud
- You need Google Plus Platform API or Google+ API
This App Google Plus One Feed Generator SaaS as Facebook App is based on node.js platform. So before the old black screen story begins, you have to create the Facebook App, you can basically do later as well. We are not going to repeat the Facebook part that is written on the above linked guides. Just open the black screen, beloved or hated Git Bash :

Login. Situation can be two, you already have an existing App which you will change or you will create a new app. We are doing the later. Change directory to your app name, salty-gorge-5565 is app name here :
1 | cd <span style="color: #ff0000;">salty-gorge-5565</span> |
Basically you can see the things in your local repo in this path :
1 | C:UsersAbhisheksalty-gorge-5565 |
Where the Operating System is Windows 7, User name is Abhishek and App name is salty-gorge-5565. Delete the files selectively of your old app and update the online repo :
1 | git commit -am "changed greeting" |
1 | git push heroku master |
The reason is to check the thing via url, whether you have rightly doing the changes.
1 | git init |
Then :
1 | git add . |
And :
1 | git commit -m "init" |
We reseted the App as there was an old app. Clone it :
1 | git clone git://github.com/cdwillie76/google-plus-user-feed.git |
Like This :

You basically need to move the folder contents to root :

You can do it through command or though GUI. Add cedar :
1 | heroku create --stack cedar |
If you are having problem, checkout to production :
git checkout -b production
Then create the cedar. It is Amazon’s or Heroku’s problem.
Simply push it :
1 | git push heroku production:master |
The last three command are :
1 2 3 | heroku ps heroku config:add NODE_ENV=production heroku config:add GOOGLE_API_KEY=<span style="color: #ff0000;"><api key></span> |
This will actually make your Google Plus One Feed Generator working. Just change the API in real. You will get something like this :
1 | http://plusfeed.frosas.net/ |
