Version 1.5 is out — WP Social Blogroll
Version 1.5 of the plugin has been released. I have chosen a new name: WP Social Blogroll. I think it fits better than the old one which sounded a little lame ![]()
What else is new?
- Added Google Favicon Discovery — Google has a simple feature that allows to access the favicon that is associated with a URL. You can now optionally use this feature for your blogroll.
- If you have the plugin Ozh Admin Drop Down Menu installed, WP Social Blogroll will be shown with a nifty little icon in your settings-menu.
- Updated links to the support-forum and to my wiki
An oh yes, I am on FaceBook now, please join me there:
Du kannst alle Antworten zu diesem Eintrag via RSS 2.0 Feed erfolgen. Du kannst einen Kommentar hinterlassen, oder einen Trackback von deiner eigenen Seite.
I love your plugin, but I really need the option.
“all no follow links” even in the home page.
why?
it’s good when you have many blogs linking to each other, and you don’t whant google thinking you are a linking farm.
thanks a lot!
I already explained how to set the nofollow-attribute. Take a look at my comment at the plugin-page.
Jan-
I just installed your plugin on one of the WordPress sites I am running. I have a question for you: is it possible to put the code directly on the page, instead of using the widget in the sidebar? I want to make a blogroll “page” instead of putting the blogroll on every sidebar.
Thanks for your help and a great plugin.
My wiki might help you: How to create a linkpage
Hi – I added a new link today but it’s not picking up the feed – any ideas? the title of the link shows up in the right place, and the favicon shows up, but the title of the latest post doesn’t. have checked to make sure it’s in the right place.
?? thanks.
Hi! Please post the URL of your blog so I can take a look at it.
I have some alert
JavaScript-file and content-directory are writable. This is no longer necessary. You should make the content-directory read-only (chmod 755) now for security-reasons.
This plugin requires only JavaScript-file itself to be writable.
/home/xxxx/public_html/xxx.COM/wp-content/feedreading_blogroll.js
After i recheck it this issue just not clear. Please let me for how to clear it.
Thank so much for great plugin.:D
Use your ftp-client to make the content-directory read-only (chmod 755).
For some reason this will not activate (v 1.5 but 1.4.1 does same error, just different line). I get
Parse error: syntax error, unexpected $end in /home/site.com/htdocs/wp-content/plugins/feed-reading-blogroll/feedreading_blogroll.php on line 2482
which is EOF. Though the wp-content folder is 777 there is no js file being created, either. Any ideas?
thanks-
-doug
Hm … this is weird. Maybe the php-file of the plugin is broken? Could you try to reinstall the plugin?
Same prob here, can’t activate the plugin
Parse error: syntax error, unexpected $end in wp-content/plugins/feed-reading-blogroll/feedreading_blogroll.php on line 2569
Plugin version 1.5.4, WP 2.9.2, PHP 5.3.2
Problem solved – must have short_open_tag = on in php.ini.
Could you please replace all <? to <?php in the next release? Thanks.