tx for this plugin it work fine just one things
the admin apears for every user
if you want this hide and just u can see it in the dashboard you have to
add this code in /google-plus-google/includes/hook.php line 33 in the gp_admin_menu() function :
function gp_admin_menu()
{
if ( !current_user_can( 'manage_options' ) )
return;
add_menu_page('GP Dashboard', 'GP Dashboard', 0, 'gp_dashboard', 'gp_dashboard', GP_URL . '/img/admin-menu.png', 1);
add_submenu_page('gp_dashboard', 'GP One', 'GP One', 0, 'gp_one', 'gp_one_settings');
}
best regards
Amba
After I installed this the plugin removed my website from view, including the dashboard.
I fixed it by going into the wp-conent/plugins area via FTP and deleting the folder.
This plugin does NOT work.
]]>Hey,
Love the plugin but it seems to be messing up a bit in 3.4.1. The background of the widgets is transparent instead of white, so it looks terrible on any page that doesn’t have a white page background. It is also missing both circles widgets. Any suggestion on fixing this for my site would be greatly appreciated.
]]>Does it work on 3.3.2?
]]>I get no data when loading this plugin. Nothing appears if I use my login email address, and when I use my actual G+ ID I get no data to display.
]]>widgets do not display
]]>