andykillen
Forum Replies Created
-
if you want to keep the facebook like button then yes it will be a problem, otherwise change from using the automattically added icons to using the template tag my_share_links();
regards
Andyhas the description changed of the way the plugin functions? Nope. So the answer is yes.
I think you will find it is because the share for linked in also makes a summary out of the title and the content.
In your tile you also have invalid characters
<h1> <cufon class="cufon cufon-canvas" alt="About" style="width: 84px; height: 35px; "><canvas width="107" height="40" style="width: 107px; height: 40px; top: -7px; left: -1px; "></canvas><cufontext>About</cufontext></cufon> </h1>when it should only contain text. As is the definition by the W3C
http://www.w3.org/TR/html5/sections.html#the-h1-h2-h3-h4-h5-and-h6-elementsFrom looking at the URL this is created with a shortcode called [sep] and/or some other programming
http://www.linkedin.com/shareArticle?mini=true&url=http://www.judofishcreative.com/about/&title=About&&summary=<h1>About</h1> <p>[sep]</p> <p><a href="http://www.judofishcreative.com/about/profile_pic/"> </a>all in all, nothing wrong with the plugin, just what your trying to do with your site.
Please remember to donate to share and follow for helping you out so quickly and debugging your coding, I want to be able to continue to help people in this manner. http://www.share-and-follow.com/wordpress-plugin/ donations button on the top right.
mhtrang32
do you want to leave it live so that I can observe the problem?
Cogmios
the problem here is that the initial width of the facebook like is setup to be for English words (like) no the dutch words (vind ik leuk), change the width of the facebook interactive button to fix it. There is a text box which you can use to set this up inside the share and follow settings.
oxfordhousebcn
the page exclusions only applies to the automatically added share and follow links, not to the widgets. In programmer speak the share options are added to the_content();, and the follow options are added to the wp_footer();
Any Like buttons are only added to post, they do not exist as a widget option at this time in the share and follow plugin.
there is no way of stopping a translation engine such as translate.google.com from translating a language, it’s what it does.
The like buttons are ones provided by Facebook and automatically translate into the browsers chosen language.
Hello galbaras,
Apparently this is a wordpress’isum. This has been an on-going argument between the coders of wordpress for around 4 years and they are still currently making the greater-than sign become a ampersand-gt when using CDATA section.
Their latest choice after reading through the bug track list is to tell developers not it use it at all. So I have removed the CDATA elements from the code.
New release shortly.
regards
AndyForum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] problem image share and followfirstly as I cannot see where you wordpress install is, I can’t give you full advice. BUT…
1) facebook caches all images for 24hours so it is possible that you were trying to share the same post many times and will not see any instant changes. I am under the impression that Linkedin checks every time a post is made
2) The plugin relies on you using the wordpress media library for inserting images and image management. if you do not use it the plugin will not be able to work out what to do
3) If there is no image found in the library it will always default back to either your default gravatar image or site logo
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Cannot Activate PluginI get the same error on a freshly installed machine. When I use SSH to got the server and run the chmod it does it fine but every time I re-activate the plugin it then deleted the w3tc directory
I’ve tried re-creating the w3tc directory and also the dbcache directory by hand, chmod’ing it to 777 and then re-activating but every time it just deleted the directory.
Any ideas?
Alex
As a suggestion for your documentation page, you could use the special characters of #91 and #93 (with the ampersand and the semi-colon) to do the left and right square bracket when putting it into the wordpress editor.
#91 does [ the left bracket
#93 does ] the right bracketHere is an example page where I have done just that to make shortcodes syntax exactly as the user expect.
Either way I did it to stop people as stupid as me from forgetting to remove the space after the first bracket.
http://phat-reaction.com/wordpress-plugins/easy-iframe-loader/
regards
Andyyep and thinking about it for a second, this was a silly one for me not to work out instantly. jeeze, I know this from my own stuff.
Alex, I just copied from your own example site and forgot to remove the spaces.
Alex, the only other plugin was Contact Form 7
After a bit of debugging I found that my issue was . . . .
it should be
[nggallery id=1]and not
[ nggallery id=1 ]
the added spaces does make a difference.
Nope, upgraded to php 5.x and not working. gonna try to debug the code next.
Forum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Issue with single posts and IEthere is a radio button for sharing or following on the admin screen that is labelled as being either CSS sprites or CSS single images. this radio button also exists on the widgets
regards
andy