Hello,
i tried to configure both google + profile and page (i put my 2 “id” in the config)
but in the rendereing i have only info on my page (not my circle)
see https://blog.reflex-photo.eu
https://www.ads-software.com/extend/plugins/wp-max-social-widget/
]]>This plugin adds something to your dashboard. It feeds from the developer’s website and does not identify itself as part of the plugin.
It is just called “Important News you must read”, and in essence it is just a traffic generator for the developer’s site.
Here’s the code and you should remove it from the plugin unless you want it:
// add a custom dashboard widget
wp_add_dashboard_widget( 'dashboard_custom_feed', 'Important News you must read', 'dashboard_da_custom_feed_output' ); //add new RSS feed output
}
function dashboard_da_custom_feed_output() {
echo '<div class="rss-widget">';
wp_widget_rss_output(array(
'url' => 'https://feeds.feedburner.com/designaeon',
'title' => 'What\'s up at Design Aeon',
'items' => 10,
'show_summary' => 1,
'show_author' => 0,
'show_date' => 1
));
echo "</div>";
}
https://www.ads-software.com/extend/plugins/wp-max-social-widget/
]]>Hey there,
I love the plugin and I would like to use it on my blog but I was wondering if you could help me edit the plugin to look a certain way. I would like to remove the blank bars on top and bottom of the widget.
I have added a image with arrows to what I would like to remove. I have also added a square box around the bars that I would like to remove.
Image: https://imageshack.us/a/img222/2122/plugind.png
The reason I want to remove the bars is to save space on my sidebar.
It would be greatly appreciated if you could provide me with what code I should remove from wp-max-social-style.css or any other files attached to the plugin to make the plugin look the way I want.
How I want make the widget look: https://imageshack.us/a/img109/1849/pluginfinallook.png
Thanks for your time. I hope to hear from you soon.
SSKAL
https://www.ads-software.com/extend/plugins/wp-max-social-widget/
]]>