Title: andykillen's Replies | WordPress.org

---

# andykillen

  [  ](https://wordpress.org/support/users/andykillen/)

 *   [Profile](https://wordpress.org/support/users/andykillen/)
 *   [Topics Started](https://wordpress.org/support/users/andykillen/topics/)
 *   [Replies Created](https://wordpress.org/support/users/andykillen/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/andykillen/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/andykillen/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/andykillen/engagements/)
 *   [Favorites](https://wordpress.org/support/users/andykillen/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 214 total)

1 [2](https://wordpress.org/support/users/andykillen/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/andykillen/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/andykillen/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/andykillen/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/andykillen/replies/page/15/?output_format=md)
[→](https://wordpress.org/support/users/andykillen/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Cannot commit to wordpress plugin repository](https://wordpress.org/support/topic/cannot-commit-to-wordpress-plugin-repository/)
 *  Thread Starter [andykillen](https://wordpress.org/support/users/andykillen/)
 * (@andykillen)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/cannot-commit-to-wordpress-plugin-repository/#post-3084961)
 * It is now working. this can be closed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Share and Follow] [Plugin: Share and Follow] use images from HTML if meta image not found?](https://wordpress.org/support/topic/plugin-share-and-follow-use-images-from-html-if-meta-image-not-found/)
 *  Plugin Author [andykillen](https://wordpress.org/support/users/andykillen/)
 * (@andykillen)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-share-and-follow-use-images-from-html-if-meta-image-not-found/#post-2612786)
 * will check it out fully for the next release.
 * thanks again
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Share and Follow] [Plugin: Share and Follow] Home page share still showing..](https://wordpress.org/support/topic/plugin-share-and-follow-home-page-share-still-showing/)
 *  Plugin Author [andykillen](https://wordpress.org/support/users/andykillen/)
 * (@andykillen)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-share-and-follow-home-page-share-still-showing/#post-2599158)
 * you need to exclude the page by ID as you are using multi-loops inside your homepage.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Share and Follow] [Plugin: Share and Follow] Positioning of Google Plus interactive share button](https://wordpress.org/support/topic/plugin-share-and-follow-positioning-of-google-plus-interactive-share-button/)
 *  Plugin Author [andykillen](https://wordpress.org/support/users/andykillen/)
 * (@andykillen)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-share-and-follow-positioning-of-google-plus-interactive-share-button/#post-2612243)
 * damn google, why they have to be different to all others I will never know.
 * Anyhow add this to your “add your own css” in the CSS style and configuration
 *  *[id*=’___plusone’]{position:relative;top:-12px}
 * add before it #content (if that is how your theme is configured) to reduce it
   to only being the ones in the content that are effected.
 * and change the -12px to be what it should be to look right on your site.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Share and Follow] [Plugin: Share and Follow] use images from HTML if meta image not found?](https://wordpress.org/support/topic/plugin-share-and-follow-use-images-from-html-if-meta-image-not-found/)
 *  Plugin Author [andykillen](https://wordpress.org/support/users/andykillen/)
 * (@andykillen)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-share-and-follow-use-images-from-html-if-meta-image-not-found/#post-2612753)
 * Jon,
 * Should it be $matches[1][0] or $output[1][0]
 * I had put off doing this before (mainly due to needing to change the documentation!),
   but as your offer the code, I say why not.
 * mind you my next focus is to make it faster and use less kb, changing the strategy
   a bit and having a few classes rather than just one as it has grown out of control
   and getting too big.
 * thanks and kind regards
    Andy
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Share and Follow] [Plugin: Share and Follow] pinterest share left/right?](https://wordpress.org/support/topic/plugin-share-and-follow-share-leftright/)
 *  Plugin Author [andykillen](https://wordpress.org/support/users/andykillen/)
 * (@andykillen)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-share-and-follow-share-leftright/#post-2612749)
 * yep you would be right it should be right as in right flloated. I’ll change that.
 * damn!!!
 * thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Share and Follow] [Plugin: Share and Follow] Use post title as default for pinterest description?](https://wordpress.org/support/topic/plugin-share-and-follow-use-post-title-as-default-for-pinterest-description/)
 *  Plugin Author [andykillen](https://wordpress.org/support/users/andykillen/)
 * (@andykillen)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-share-and-follow-use-post-title-as-default-for-pinterest-description/#post-2612746)
 * More often than not people want to write their own description.
 * i.e. “cool watch I found”
 * it was a common request that I received.
 * I might make it an option to have it or not.
 * regards
    Andy
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Share and Follow] [Plugin: Share and Follow] Can't download plugin](https://wordpress.org/support/topic/plugin-share-and-follow-cant-download-plugin/)
 *  Plugin Author [andykillen](https://wordpress.org/support/users/andykillen/)
 * (@andykillen)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-share-and-follow-cant-download-plugin/#post-2609649)
 * Ok, after a day of support emails and forum help from the people at wordpress.
   org the plugin is back on line on this site. Now at version 1.80.2, which is 
   the same as version 1.80.1 but just a slightly different readme.txt file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Share and Follow] [Plugin: Share and Follow] Reordering Follow Widget icons](https://wordpress.org/support/topic/plugin-share-and-follow-reordering-follow-widget-icons/)
 *  Plugin Author [andykillen](https://wordpress.org/support/users/andykillen/)
 * (@andykillen)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-share-and-follow-reordering-follow-widget-icons/#post-2603018)
 * thanks loads for the donations, it keeps my young son in nappies 🙂
 * yeah things change over time, first I had it in a file called items, then there
   was a change to wordpress that stopped that being called and used as a global
   variable, then I moved it into the share-and-follow.php but that got a bit to
   large in the way of management/easy coding. So this time I moved it into a file
   called allsites as well I fancied a better name than items.
 * As I said I will be changing this in future to make it more usable, it’s just
   a matter of time. I am thinking about making a V2 of the plugin that is so much
   more GUI based, but have to really analise and maybe learn a few tricks first
   to get it where I want it to be. However all that said, what is there at the 
   moment is very usable and does not get me many support tickets, so is working
   well. decisions decisions, what a luxury.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Plug-in: Share and Follow – Can not install](https://wordpress.org/support/topic/plug-in-share-and-follow-can-not-install/)
 *  [andykillen](https://wordpress.org/support/users/andykillen/)
 * (@andykillen)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plug-in-share-and-follow-can-not-install/#post-2590110)
 * [@dave](https://wordpress.org/support/users/dave/),
 * I do dig your point of view. As my first boss would say, rename it to .ori (gosh’
   89 seems like a long time ago now). Yes “just reformat and start again” makes
   me want to eat the telephone/keyboard when I hear it from support staff. such
   a nightmare of useless info, as if you wanted to do that you would not have phoned/
   emailed them in the first place
 * [@all](https://wordpress.org/support/users/all/) others with recent upgrade issues,
   the plugin is on-line again thanks to the peeps at wordpress.org
 * Oh happy day.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [share and follow, no longer in plugins directory](https://wordpress.org/support/topic/share-and-follow-no-longer-in-plugins-directory/)
 *  Thread Starter [andykillen](https://wordpress.org/support/users/andykillen/)
 * (@andykillen)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/share-and-follow-no-longer-in-plugins-directory/#post-2610349)
 * super cool!
 * Can’t thank you enough for your help. Absolutely top notch. If we were in the
   same town/country I think I would be buying the beers/coffee/whatever for the
   rest of the year.
 * all the best
    Andy
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [share and follow, no longer in plugins directory](https://wordpress.org/support/topic/share-and-follow-no-longer-in-plugins-directory/)
 *  Thread Starter [andykillen](https://wordpress.org/support/users/andykillen/)
 * (@andykillen)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/share-and-follow-no-longer-in-plugins-directory/#post-2610338)
 * cool. will do on both counts….. and there was me wanting to make a statement 
   with a full stop! ;D
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [share and follow, no longer in plugins directory](https://wordpress.org/support/topic/share-and-follow-no-longer-in-plugins-directory/)
 *  Thread Starter [andykillen](https://wordpress.org/support/users/andykillen/)
 * (@andykillen)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/share-and-follow-no-longer-in-plugins-directory/#post-2610333)
 * Well I’ve made a new release 1.80.2 and it’s definitely got less than 12 tags.
   It’s up on the system via SVN and the page is live again now, but I’m not added
   to the directory or is there a zip of the release.
 * I’m guessing that it needs some human interaction to check it out and make sure
   it’s not breaking any laws anymore. Who should I let know?
 * thanks again for your help
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [share and follow, no longer in plugins directory](https://wordpress.org/support/topic/share-and-follow-no-longer-in-plugins-directory/)
 *  Thread Starter [andykillen](https://wordpress.org/support/users/andykillen/)
 * (@andykillen)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/share-and-follow-no-longer-in-plugins-directory/#post-2610329)
 * Cool, thanks for that. Funny that I’ve had that many tags since well over a year
   without issue. I am guessing the same rules did not apply when I setup my tags
   in the first place.
 * Anyhow, I will make a new release with less tags, that’s not a problem.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [share and follow, no longer in plugins directory](https://wordpress.org/support/topic/share-and-follow-no-longer-in-plugins-directory/)
 *  Thread Starter [andykillen](https://wordpress.org/support/users/andykillen/)
 * (@andykillen)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/share-and-follow-no-longer-in-plugins-directory/#post-2610158)
 * Esmi, are they replying to that email address now? when I last tired it (albeit
   a year ago) I never got any replies.
 * many thanks

Viewing 15 replies - 1 through 15 (of 214 total)

1 [2](https://wordpress.org/support/users/andykillen/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/andykillen/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/andykillen/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/andykillen/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/andykillen/replies/page/15/?output_format=md)
[→](https://wordpress.org/support/users/andykillen/replies/page/2/?output_format=md)