scottbrown
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Sharing Toolkit] Facebook Share post thumbnail unavailableI am having a similar problem with the facebook share button on the homepage (I have “include buttons in excerpts” enabled). Sometimes it will display the correct thumbnail image from the article, other times it will just display a random image from the homepage. Help?
Thanks for the response.
The problem is I don’t want the text on the posts as it just sits at the bottom and doesn’t look particularly good (it looks as if something is broken having random underscored text just sitting there).
I resolved it by hiding the div that the output text is contained in:
.post-meta { visibility: hidden; }Forum: Fixing WordPress
In reply to: Links not opening correctlyThanks Spencer, I knew it would be something simple… been staring at the page for too long 🙂
Forum: Fixing WordPress
In reply to: Links not opening correctlycomplete code for this link is as follows:
<a href=”http://twitter.com/home/?status=<?php echo urlencode(the_title(”,”, false)) ?>:<?php the_permalink() ?>” target=”_blank”><img src="images/twitter.png" width="19" height="19" border="0" alt="" /></a>