I love this plugin, however, I was wondering if there was a way to include the "Like" feature on post excerpts on the homepage as well?
http://wordpress.org/extend/plugins/facebook-like-button-for-dummies/
I love this plugin, however, I was wondering if there was a way to include the "Like" feature on post excerpts on the homepage as well?
http://wordpress.org/extend/plugins/facebook-like-button-for-dummies/
i'd like to be able to do this too
me three
Please, please, please update this so that the FB like buttons will appear on all posts on the homepage. Right now they only appear when you are on a specific post's page. Please fix!
I found an easy way to modify the plugin to make this work. Line 83 looks like this:
$pageType = $this->getPageType();
Add one new line of code after that:
if ($pageType!="Page") $pageType="Single";
That seems to work for me.
This topic has been closed to new replies.