andykillen
Forum Replies Created
-
Forum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Fatal error: using $thisGary,
I am looking at it right now. should have a release out in the next few hours.
regards
andyForum: Plugins
In reply to: [Share and Follow] Script sheets missingHow exactly do you expect to get any help with such a non-starter of a question and statement.
– What are Script Sheets? I’ve never herd of them
– where is your detail. how do you expect to get help if you don’t even ask a question.I am closing this as you obviously did not want help but a place to vent misguided anger.
Forum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] How to move side?Did you consider any of the following
– reading the on screen instruction
– going to the documentation pages on the share and follow websiteIt is more than clearly documented on both locations.
Souf,
has_post_thumbnail is a wordpress function. You can fix it yourself by adding this line anywhere in your theme’s functions.php
add_theme_support( ‘post-thumbnails’ );
I will add extra error checking it to the new release, but you can fix it now yourself.
regards
Andymaking a new release right now.
will only effect people who are trying to use share images from the post
should be ready in about 20 mins.
Forum: Plugins
In reply to: [Share and Follow] [Plugin: share-and-follow] URL-encoding Vs ASCII CharacterNo, this is incorrect on many levels.
1. ASCII is a number based system to replace characters
2. ALL urls should be encoded, this is a Web standard. read the twitter documentation if you are interested.there is nothing wrong with the plugin and the way it works
ASCII overview
http://www.asciitable.com/twitter documentation
https://dev.twitter.com/docs/tweet-buttonForum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Bit.ly url not tweetedThe interactive button is made and delivered by Twitter, there are no options to use alternative urls.
it is twitters strategy to remove all competition for the twitter market place, that includes URL shortening. They now have their own URL shortener.
It’s the same reason they brought tweetdeck from the maker.
Jeroen,
This is up to linked in and you to make this one happen. Basically linked-in (as does all social networks) uses the Meta Description that you should have in your head section.
If you do not have one, then linked in will not display it. If you do and it is not being displayed then it’s temporary linkedin problem.
You will need to have an SEO plugin installed. I always recommend Yoast’s one as it does not turn it’s self off at every (almost daily) upgrade like the All-in-one seo plugin. Plus Yoast’s has a dutch interface if you want it, and is all together much better than any other one available. Although I do not personally use the sitemaps.
Forum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Javascript bugJohn,
is it because you have added the px to the end of the field in the admin screen that it is using px?
regards
AndyForum: Fixing WordPress
In reply to: Error: Cannot modify header information…plugin conflict?very strange as the share widget is someway down the list of things that gets sent to the browser. Also it does not do anything to send stuff to the client before the loop or wp_head. I would say it was some sort of conflict but I cannot tell you what.
All,
It was working or it would not show the logo image. When you change to another setting facebook will take up to 24hours to notice. They cache everything. So page/posts that were shared before have 24hours to time out before facebook picks up the latest image
Forum: Plugins
In reply to: [Share and Follow] Share and Follow – Development CommencingRob, I’m working on a modal window configuration next to make share stuff turn up in a window. I might add the popup you talk of also. However speaking as to the common viewpoint on sharing, less is more. Don’t be fooled into thinking that having all options will help it be shared more. When it comes down to it Twitter, Facebook, Linkedin and Foursquare are the main things to consider, to a *much* lesser extent google plus. All other share possibilities are really based on 2 factors, your audience i.e. Mixx for restaurant reviews, or your country vkontakte for russia/hyves for holland.
Marianne, I’ve not herd of Pinterest, I will take a look and try to add it.
regards
AndyForum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] no google plus1it has it now. as I said in this post http://wordpress.org/support/topic/share-and-follow-development-commencing?replies=3 I’ve been away for a long period due to support of a family member during illness.
Hey Joe
try
#footer li {background-image:none}
regards
AndyForum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Links do not work with Firefoxit is due to your theme, for some reason the maker decided to have a z-index associated with #wrapper. As described many times in this support forum the fix is easy (shame the search button was removed by wordpress)
Either delete the z-index inside your themes CSS (for you on line 122) that says
z-index:20
or add to the share and follow “add your own CSS” the following details
#follow {z-index:100}
that way if the designer decided to have a funny turn and use z-index somewhere else it won’t be a problem
regards
Andy