andykillen
Forum Replies Created
-
Forum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Facebook API change?no worries. let me know if it happens again so I can observe it also. Not that I can get any changes made by facebook 😉
Forum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Links do not work with FirefoxWorks just fine for me. can you give me your web address so I can take a look.
Forum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Facebook API change?I’ve replied to you also on the forum. please let me know a site address where it’s not working as I cannot replicate it at all with my various test machines
regards
AndyForum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Facebook API change?Guys
as a matter of interest are you talking about the Interactive button (facebook driven iframe with count) or the share button from the standard added icons?
just want to make sure I am testing the same things as you are having problems with.
regards
AndyForum: Plugins
In reply to: [Share and Follow] Share and Follow Causing Post CorruptionHey properewebitor,
are you sure it is share and follow not simple facebook connect, many people say that plugin does not work and it is currently listed as broken.
regards
AndyForum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Facebook API change?I’ll check it out. not seeing any problems myself. For the URL it get the get_permalink() of the page which I believe has not changed in WP3.1 and get_the_title() to get the title of hte page
regards
Andyas answered on the website it’s a fault in the documentation and should be
[amazon_buy src=”””]
Forum: Fixing WordPress
In reply to: Facebook feeding showing ONLY "g" gravatar imageThere was no problem here, it was User error. The expected different functionality and moaned about the standard operation.
I have no control over facebook caching which this user did not understand at all. Please read about caching also so that you know what it is http://en.wikipedia.org/wiki/Cache
facebook caches for 24 hrs.
change the setting of the “share image” for posts to be “image from post” and make sure that you use the WordPress Media Library rather than pasting in an IMG tag.
after 24hrs it will be as you want it.
If there is no image in your post it will try the site logo, if there is no site logo it will show your gravatar image.
Forum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] not showing on postsHi Joe,
I can’t think what it would be that would stop it being added onto the end of the the_content() statement, but what you can do to make sure it shows up is to use the my_share_links() template tag inside your single.php
i.e.
<?php the_content() ?> <?php my_share_links() ?>All the best
Andyyour best bet is to turn off the automatically added share icons and use the
my_share_links()template tag inside your single.php then you can position it where you likeForum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Fatal errorGo back to your hosting company and
1 – check you have PHP 5 installed
2 – Ask them why curl is not working?or
don’t use the Bit.ly url shortening
regards
AndyForum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Share-links in excerptDick
you have the choice…. you can either write an excerpt for every post, make your content so long that it exceeds the word limit when the_content is used as the_excerpt or you can turn off homepage sharing and use the template tag of my_share_links() on your homepage
regards
andyForum: Plugins
In reply to: [Plugin: Share and Follow] order iconI had to move the contents of items.php into the mail file share-and-follow.php it was to get everything to work nicely with WP 3.1
regards
AndyWhen you say on top do you mean above the image or physically on top of the image?
above the image then use
.interactive_left {float:none !important}
on top of the image
.interactive_left {position:absolute; z-index:100}
regards
andy