Google plus pull
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
This is a simple module that pulls the google plus stream to drupal using google api key.
Usage:
If you do NOT have a google API key:
- Create your google project in https://console.developers.google.com/project.
- In your Google project, visit credentials page and create new key.
- Select Server key, and enter your server IP address.
- You will have your API key displayed on screen when finish.
When you have your API key in hand:
- Download and enable google_plus_pull module.
- Visit admin/config/services/google-plus-pull
- Enter your API key, and the google plus accounts you want to pull from.
- Also enter the collections, maxResults, and pageToken.
- You will find the blocks for each account in the block list.
- Place the blocks in nay region you want.
Notice:
- Unlike twitter, google plus does not have limited characters, the content for each feed can be long.
- The default module doesn't display images from the feed, as google plus allows multiple images for each feed, which
can lead to a display problem in the blocks. But if you want to display the image, you can add it in your own
google_plus_pull-content.tpl.php file. The feed object is available in the tpl file for extra use.
