Hi there,
While working with your (great!) plugin, I needed to override it a bit in order to make it work behind my proxy.
It’s pretty easy to do by adding proxy conf to curl_setup(), like this:
if(defined('WP_PROXY_HOST')){
curl_setopt($ch, CURLOPT_PROXY, WP_PROXY_HOST);
curl_setopt($ch, CURLOPT_PROXYPORT, WP_PROXY_PORT);
curl_setopt($ch, CURLOPT_PROXYUSERPWD, WP_PROXY_USERNAME.':'.WP_PROXY_PASSWORD);
}
You might want to test and check this, but it works fine in my case.
Could be great if you add it to your plugin ??
Thanks for your work!
]]>Plugin adds to header loading of jquery from code.jquery.com — not checking / using the one WordPress uses??
https://www.ads-software.com/plugins/github-profile-display/
]]>A widget’s settings box ought to provide an editable field for the title, an option to not display title (e.g. blank).
Hi Pat ??
https://www.ads-software.com/plugins/github-profile-display/
]]>Hi,
I installed your plugin then all pages became blank.
I found error log as follows.
PHP Warning: require(.../wp-content/plugins/github-profile-display/languages/ja/index.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in .../wp-content/plugins/github-profile-display/githubwordpress.php on line 15
“wp-content/plugins/github-profile-display/languages” has only two directory “en-US” and “el-GR”, so error is occurred if other language settings.
I hope fixing it.
https://www.ads-software.com/plugins/github-profile-display/
]]>Hi guys,
could you please update the Github repo?
I would really like to make some changes and send you a pull request.
Christian
https://www.ads-software.com/extend/plugins/github-profile-display/
]]>Hello,
I was using this plugin since a while now to show my profile on my blog. Since the new version is online i try twice to upgrade to. After the successfull upgrade, i have a blank page on the admin and on the blog. I can’t see any error in the apache log.
If i out back the old version, it works but it can’t show my repositery on github.
I try to change the error reporting in my apache configuration but nothing pop up.
I have a 3.4.2 wordpress with the coraline theme (https://www.ads-software.com/extend/themes/coraline) and few others plugins. My blog is here : https://blog.galsungen.net
Yes sorry it’s in french ??
If you have any idea or advice to study and solve this issue, i would be gratefull ??
best regards
Galsungen
Could you have
https://www.ads-software.com/extend/plugins/github-profile-display/
]]>Design makes a lot of assumptions (i.e. that user wishes to use ul/li combo for formatting) and breaks most blogs I’ve tried it on when forcing the use of divs.
Example code that breaks blog:
register_sidebar(array(
‘name’ => ‘Sidebar’,
‘id’ => ‘my-widget-area’,
‘description’ => ‘My widget area’,
‘before_widget’ => ‘<div id=”%1$s” class=”my-widget-container %2$s”>’,
‘after_widget’ => “</div>”
));
This code fails to close a div somewhere that causes everything that follows it in the page to fall out of flow. Hoping this will be fixed because this is a great plugin otherwise. Will update rating when this is fixed.
https://www.ads-software.com/extend/plugins/github-profile-display/
]]>Please report bugs on github if isn’t working.
https://github.com/patlockley/Wordpress-Github-Widget/issues
https://www.ads-software.com/extend/plugins/github-profile-display/
]]>This plugin requires Screenshots!
“Allows a user to add a widget to show their Github repositories on their site.”
Thats a strange comment. Can you please install it and then put the screenshot. This will help all users.