google_plusone_add_js |
./google_plusone.module |
Add the external Google +1 JavaScript that will render the buttons. |
3 |
|
google_plusone_admin_settings |
./google_plusone.admin.inc |
Menu callback: displays the Google Plus One module settings page. |
|
1 |
google_plusone_admin_settings_validate |
./google_plusone.admin.inc |
|
|
|
google_plusone_block |
./google_plusone.module |
Implements hook_block(). |
|
|
google_plusone_build_preview_button |
./google_plusone.admin.inc |
Returns HTML for a preview button in the admin settings page. |
2 |
|
google_plusone_button_negotiate_language |
./google_plusone.module |
Returns an appropriated language code.
If there is only one language codes in the admin settings, it will return that.
If there are multiple ones, the language code returned is based on the current global $language variable. |
1 |
|
google_plusone_enable |
./google_plusone.install |
Implements hook_enable(). |
|
|
google_plusone_link |
./google_plusone.module |
Implements hook_link().
Add a button tag to the link section of the node (teaser or full node). |
|
|
google_plusone_menu |
./google_plusone.module |
Implements hook_menu(). |
|
|
google_plusone_nodeapi |
./google_plusone.module |
Implements hook_nodeapi(). |
|
|
google_plusone_perm |
./google_plusone.module |
Implements hook_perm(). |
|
|
google_plusone_theme |
./google_plusone.module |
Implements hook_theme(). |
|
|
google_plusone_trim |
./google_plusone.admin.inc |
Helper function to trim whitespace and make sure to remove
the last character if it is a delimiter. |
2 |
|
google_plusone_uninstall |
./google_plusone.install |
Implements hook_uninstall(). |
|
|
google_plusone_update_6001 |
./google_plusone.install |
'count' parameter has been deprecated in favor of 'annotation' in the Google +1 API
Updating variables according to the new API. |
|
|
theme_google_plusone_badge |
./google_plusone.module |
Returns HTML for the Google +1 badge. |
|
|
theme_google_plusone_button |
./google_plusone.module |
Returns HTML for the Google +1 button. |
|
|