In: tech
20 Apr 2009Atlast I am able to port the “likes” feature from facebook to this blog using only the wordpress API, no dirty hacks!
Currently it allows visitors dropping by your blog to ‘like’ your posts if they find it interesting. Of course only once, they can unlike it if the did so by mistake or just to play around with this awesome feature.
Now the big question- Can I track who liked my post?
Well yes.. if the user is a registered member of your site 0_O // work being done on this folks, any ideas? chip in..
You can download the 1.0 beta bits of the WP likes plugin from here.
Upload the extracted zip folder to your wp-content/plugin directory of your blog. It will automatically appear in the plugin section of your Admin Panel, simply activate it from there.
In the next coming days I will work on packaging it even better and get it to the wordpress directory.
[UPDATE 1 ] The plugin is available directly from wordpress directory- http://wordpress.org/extend/plugins/wp-likes/ jQuery is now fetched in its best form(minified,GZIPed, ~20kb) at lightening speed from Google servers. The jQuery dependency will fade away in future releases.
[UPDATE 2] The version 1.1 is released with a lot of critical fixes, please give it a shot again if it was failing previously.
[UPDATE 3] Just commited the 2.0 version to the svn repo. Brings you a lot of customization, dashboard stats widget and sidebar. Will make a new post soon about it, till then take it for ride and keep the feedback coming!
WP likes 2.0 features and highlights.
So LIKE this?? then jump on the link below.
Hi, my name is Aakash Bapna. This is like my twitter. I write here whats happening in my world in somewhat more detail.
93 Responses to I likes this and so does wordpress
Lalit
April 22nd, 2009 at 2:26 pm
I was looking for something like this.
Good work genius!
Beyond Remedy
May 1st, 2009 at 7:40 am
I like this Plugin but I can’t get it to work I get this Fatal Error:
Parse error: syntax error, unexpected T_STRING,
expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /www/htdocs/w0095634/blogV2/wp-content/plugins/wp-likes/api.php on line 6
Aakash Bapna
May 1st, 2009 at 10:23 am
It may be because you are not on php 5.2.
What php version your web server is using?
Beyond Remedy
May 1st, 2009 at 1:28 pm
Your right I use PHP 4.4.8.
Kev
May 2nd, 2009 at 8:43 am
Excellent work, thank you. Are there any plans to extend this to being able to like comments?
Kev
May 3rd, 2009 at 6:12 pm
Arrgghh. Now I come to install it I find the dependency on jQuery has bitten me on the ass. Still a great plugin but I need one without jQuery
Marcus
May 5th, 2009 at 12:02 am
Hey, great plugin – only problem: isn’t working
First I had to change URL’s in the code (from “… /plugins/likes/ …” to “… /plugins/wp-likes/ …”) because automatic installation named the folder “wp-likes”.
Secondly I had to fix that jQuery thing by just putting a reference into my wp-index.php and wp-single.php.
Now, the first steps work: I can “like” and “dislike” my articles… but the plugin won’t remember. Refreshing the page will destroy my choices of liking… moreover I looked up in my wp-mysql-database and found no table created by the Likes-plugin. Is that normal? – and how can I tell the plugin which database to use?
Thank you in advance
Aakash Bapna
May 5th, 2009 at 1:27 pm
@kev. yeah I am planning to extend it to comments once it works robustly on posts. jQuery is for adding the UI effects to the plugin to make it more lively.. its just 20kb, and comes directly from google servers.
@Marcus thanks for reporting the issues. There was a small glitch in automatic folder’s name and svn repo. This was the root cause of all the problems.
Now I have fixed those bugs and you can go ahead and install the plugin from Wordpress directory. It will automatically create a table with suffix ‘likes’ in your wp db upon activation.
Marcus
May 5th, 2009 at 6:53 pm
Thanks… after installing the new version, I found the Likes/WP-Likes problem fixed – but it’s not creating any table yet…? (and by this doesn’t remember my ‘likings’)
You got an idea what I’m going wrong with?
Aakash Bapna
May 5th, 2009 at 7:20 pm
I think the plugin activation hook which creates tables if not present is not working properly at your end. Can you deactivate and renable the plugin ?
You can find the SQL query to create tables manually in the function ‘wp_likes_activate’ in plugin file. The table will be of name-
‘wp table name prefix(if any)’+'likes’
Let me know if you are comfortable with doing this else will put a button in admin panel for it
Kev
May 5th, 2009 at 10:07 pm
Well, I guess it wasn’t jQuery after all. Works fine now
I’ll just do a little CSS tweaking and hey presto. Thanks again. Great plugin.
Kev
May 5th, 2009 at 10:26 pm
Suggestions for the future
1) Have a thumbdown to sit next to ‘unlike’
2) Let the like/unlike links set next to stats – as oppose to sliding below
3) Let bloggers place plugin where we want to.
These are just my 2p. Its a great plugin.
Marcus
May 5th, 2009 at 10:53 pm
Wow! Now I tried to manually enter the table creation command – and MySQL told me there is something wrong with charset = latin1 – so I removed this part from likes.php and now it works! Yeah!
Bob
May 10th, 2009 at 1:07 pm
I also had to change the path of the images so it would include “blog” in the path. The big problem I’m having is that the table won’t create so nothing is being stored.
Bob
May 10th, 2009 at 1:41 pm
I created the database by pulling the create script from the php and pushing it through mysql admin. So now, the only thing is that the script doesn’t update the database at all, so still no dice.
Dan
May 10th, 2009 at 3:27 pm
Is there any way I could use a PHP function to call it so that I can put it somewhere other than at the end of the post content?
Kev
May 10th, 2009 at 8:56 pm
I’ve sadly had to turn it off again – its incompatible with Featured Content Gallery plugin http://www.featuredcontentgallery.com/
David
May 11th, 2009 at 11:48 pm
The plugin does not work for me sadly. I don’t know why but it just doesn’t do anything at all. Checked the error console but there isn’t any error either…
Any thought?
joseph
May 12th, 2009 at 11:17 am
Just a couple of bugs I ran into…
1) If the wordpress install isn’t in the root of the domain, the images won’t show. I was testing this in a folder called /beta, and had to hardcode that in. I’m sure there’s a better way fo defining it, but I’m not too sure.
2) I corrected the above, but even after clicking on the like button, the message didn’t update. The spinner did go round, though.
Aakash Bapna
May 13th, 2009 at 9:39 pm
Damm bugs again..
@Bob, try the latest release, it should create the tables for you automatically upon activation.
@Dan nope, but will add the like box CSS editing option in admin cp soon.
@Kev where is it crashing? I am gonna try out that plugin
@David,Joseph
I have fixed ALL the issues with paths by querying wordpress using get_option(’siteurl’) function. Please give it a try yet again by downloading a new release from- http://downloads.wordpress.org/plugin/wp-likes.zip.
And thanks for your suggestion guys. I will start working on this again, later this month after my exams get over.
David
May 14th, 2009 at 12:05 am
Hurray
working like a charm now although will it always stay “you like this vote” once you voted? well nevermind I’ll get my hands dirty and tweak it a little.
Philip
May 14th, 2009 at 7:48 pm
Is there a way to only show it when you are on a single post and not on the primary page? ..and is there a way to change the position of it?
Great plugin nonetheless!
Waqas
May 21st, 2009 at 2:48 pm
Its working fine but i had to Deactivate it today. Because of Poor AJAX programming. Google has indexed following page
Title: {”uid”:0,”success”:false,”error_txt”:”invalid method”}
Desc: {”uid”:0,”success”:false,”error_txt”:”invalid method”}
URL: domain.com/wp-content/plugins/wp-likes/endpoint.php
Aakash Bapna
May 21st, 2009 at 8:00 pm
Waqas,
Just released a patch for that issue. Please upgrade your plugin. I am really sorry that this garbage was indexed by Google.
Kev
May 21st, 2009 at 10:54 pm
Works with Featured Content Gallery perfectly too
great work
Rodrigo
May 24th, 2009 at 12:45 am
Excellent work!! this plugin is *almost* perfect!
I would like to see, in a new version, the button “dislike”. So we can know how many people like *and* dislike some post.
I think facebook had this funcionality (dislike) for a while…
thanks!
Waqas
May 24th, 2009 at 6:42 am
Thanks Aakash Bapna for the Quick fix, I have upgraded it and let you know about issues if any. Thanks again
Jakob
May 25th, 2009 at 4:18 pm
Hi!
I get the same error as Beyond Remedy has.
(
Parse error: syntax error, unexpected T_STRING,
expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /www/htdocs/w0095634/blogV2/wp-content/plugins/wp-likes/api.php on line 6
What can I do??
Mike
May 28th, 2009 at 5:45 pm
Same error here, and my server says its using PHP 5.2x.
(note wordpress is not installed in the domain’s or blog’s root folder, but it’s own folder titled “WP” inside the root folder).
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /WP/wp-content/plugins/wp-likes/api.php on line 6
Mike
May 28th, 2009 at 6:25 pm
Nevermind. My server’s web panel made it appear I was running 5.2.x, but it looks like it was just showing me the option to update to 5.2.x (a little confusing). Once I “saved changes” (even though 5.2.x was already visible in the dropdown box next to PHP), the plugin seems to have activated just fine.
Mike
May 28th, 2009 at 6:46 pm
Appears to be working, HOWEVER– For some reason, the “like” button does nothing when clicked in the browser Camino (a mozilla-based Mac browser). It does work in Safari and Firefox, however.
jon
May 28th, 2009 at 10:10 pm
Hi Aakash,
Great plugin! One problem in IE though =/ I’m using it with the P2 theme and when it’s activated, every post has a right-hand scroll bar. Any ideas? (This is on IE8, not sure about IE7)
Thanks in advance!
Aakash Bapna
May 29th, 2009 at 12:13 pm
@Rodrigo Facebook never had “dislikes” or any thing like “hate this”. The reason behind this I guess is you want to spread likeness, not hatred in the world
@mike does that browser have any javascript console, where you can see the javascript error occuring when you click “like”.
@jon can you mail me the screenshot of whats breaking the UI to me[at]aakash[dot]me to diagnose the CSS issue.
santosh
May 30th, 2009 at 11:31 am
I get below error while i try to activate plugin. I Liked your polling too much but,alas! not working for me.
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /var/www/html/vShare/wp-content/plugins/wp-likes/api.php on line 6
Aakash Bapna
May 31st, 2009 at 9:09 am
Santosh, this plugin requires PHP 5.2. You need to upgrade from PHP 4.x to get this plugin working.
Lucas
June 4th, 2009 at 11:18 am
Hi Aakash!
Great thing your plugin. Thanks.
But…
I was wondering if there is the possibility of changing the position of wp-likes from post-bottom to the post-top. Doing it with CSS seems to be uncool because setting up the position isn’t working with the changing post-lengths.
Thank you so much for your upcoming feedback.
Lucas
anna
June 5th, 2009 at 10:31 am
yeah i’d also like to know @lucas …
thanks for the answer – and the great plugin!!
Aakash Bapna
June 7th, 2009 at 1:46 pm
@anna, lucas I am planning to put a option for that in next version which I am gonna work on soon.
Till then u can change line 104 in likes.php which is
return $content.$returnStr;
TO
return $returnStr.$content;
This will get the like’s div before the content of post.
Lucas
June 7th, 2009 at 6:20 pm
Aaaiiiiight !!!
Thanks Aakash
Lucas
anna
June 8th, 2009 at 4:56 pm
thanks so much man – keep up the great work!
Tim
June 10th, 2009 at 9:56 am
Hi there!
I have the same question like Philip: Is there a way to only show it when you are on a single post and not on the index page?
Already love that plugin! THX!
I likes this and so does wordpress | Aakash Bapna’s Blog | Squico
June 16th, 2009 at 8:39 am
[...] In: Wordpress plugins 16 Jun 2009 Atlast I am able to port the “likes” feature from facebook to this blog using only the wordpress API, no dirty hacks! Go to Source [...]
30 plugins para Wordpress | UnUsuario
June 16th, 2009 at 11:25 pm
[...] Permite que los visitantes de tu blog “voten” si les gusta o no el articulo que se encuentran leyendo, parecido a la opción que brinda FaceBook. Es una buena forma de demostrar el “valor” de tu entrada, ya que muchas personas se abstienen de publicar comentarios a pesar de que encontrar un contenido interesante. [...]
Emrah Önder
June 18th, 2009 at 6:29 am
Hi, i like your plugin so much. I translated to Turkish. if you want, i can send the codes
sensiz asla
June 21st, 2009 at 9:27 pm
great plugin thanks
izdale
June 22nd, 2009 at 8:14 am
I am trying to get my site XHTML valid, and your plugin reports TONS of errors. Here’s a link that shows that your blog here has those errors too: http://tinyurl.com/lfjr35
What needs to be done to fix this?
Also, if you visit my site, I have taken your plugin and modified it to perfectly fit my site. Let me know what you think.
Juan
June 22nd, 2009 at 11:56 pm
I love it, but is it possible to make it not appear in “static” pages?
Craig
June 23rd, 2009 at 5:56 pm
I had this added to my site, however it was working perfectly, and then today after the upgrade, it’s not working at all..
I think there’s an error in the code, but I’m no coder! lol
this is what shows in the “link” when you hover over to change to like..
javascript:wp_likes.like(508)’%20title=’Like%20this%20post’><img%20src=’http://ukwins.info/wp-content/plugins/wp-likes/images/like.gif
Craig
June 23rd, 2009 at 6:05 pm
I’ve found out what it was – the code is interfering with google analytics for Wordpress…, which I’ve just turned off, and it seems to be working fine again..
Any ideas?
Craig
June 23rd, 2009 at 6:55 pm
and further info as well..
I’ve just turned the analytics plugin back ON
and turn off the tracking for outbound..
it starts to work again!
( http://UKwins.info )
Aakash Bapna
June 23rd, 2009 at 7:34 pm
XHTML validation issues have been resolved. They were occuring due to unexpected behavior of the ‘wpautop’ filter.
I am taking into account all the suggestions that have been posted in comments and will soon start working on a major upgrade.
Thanks for the feedback guys
keep ‘em coming…
Craig
June 24th, 2009 at 6:57 am
new version still won’t allow you to track outbound links in Google Analytics.. ( 1.2 )
Eric
June 24th, 2009 at 10:14 pm
excellent plugin.
“Like” shows up in every page how do I disable from certain pages, like “contact us” or “about us” page?
and when is the admin page coming?
keep up the good work.
Andy
June 25th, 2009 at 11:32 am
Great! just what our community site needed.
We made a decision at the start though, to call posts ‘articles’ so I just needed to edit the api.php and likes.php files to substitute that word to make it perfect for us.
Well done Craig and thank you.
Andy
June 30th, 2009 at 5:45 am
Just had to deactivate it as I noticed that the photo galleries were no longer displaying images using lightbox but just opening in a window.
I’m using WP2.7.1 and GalleryPlus plugin – any way to make it compatible with this? Also – I’d also prefer as others have said to not have the likes shown on pages just posts can that be included in a new version too?
Mickey
July 2nd, 2009 at 2:48 am
great plug in!
2 questions/comments.
1. can you possibly edit the plugin is not so linked to ‘addfilter’ to run. id love to just have a function to call to run it. then i could put it elsewhere..
2. whats up with injecting the css via the api.php file. not intuitive and a bit of a pain to customize
other then those gripes this is my new fav plugin
Mickey
July 2nd, 2009 at 2:53 am
@craig
i was having that same problem earlier (the link showing up incorrectly)
I am not sure your level of comfort in the plugin editor, but i was able to fix it.
In short, for some reason wordpress changes the leading ‘ into a ” thus messing up the href and everything after it..
if you go into the plugin editor > likes.php
find where it says href=’javascript on lines 87 and 95.
and change it to read href= ‘ javascript
note that all i am doing is adding a space before and after the ‘
and then it worked
m!
The Local Landing
July 3rd, 2009 at 10:15 pm
I’m sure it’s been said already, but some customizable css and the ability to put the code wherever we want would be FANTASTIC. Thanks for the great plugin!
Hydrus
July 4th, 2009 at 4:00 am
I have installed the 1.2.0 on php 5.2.9 and Wordpress 2.6.1
It is not working. All plugins have been disabled and tested with Like alone, still nothing. The database is there, there is no errors and the DB checks OK.
I get the swirling javascript, but nothing further.
Thanks
30 çok kullanışlı wordpress eklentisi | pervinin turqa
July 4th, 2009 at 6:15 pm
[...] 16. wp likes [...]
10 wordpress eklentisi | İşte, evde, garajda teknoloji! Teknolojigaraji.com!
July 4th, 2009 at 9:36 pm
[...] Yazıyı beğenme/beğenmeme eklentisi: Facebook tarzı, yazıları beğenip beğenmeme [...]
Aakash Bapna
July 6th, 2009 at 5:09 pm
This weekend an update is coming, should bring all the awesomeness you guys are looking for..
P.S. what you think about like to subscribe to comment and post updates like FB?
The Local Landing
July 6th, 2009 at 9:24 pm
The more things people can click to like the better!
Looking forward to the weekend’s update.
The Local Landing
July 15th, 2009 at 6:13 am
Fantastic! Being able to edit that CSS is a HUGE help. However, the code snippet doesn’t seem to be working… I tried it with the setting checked, and with and without the ‘Visible on posts on front page’ option checked. Any which way, the likes option doesn’t display where I put the code, and if they’re both checked, the default likes won’t display either.
Hopefully it’s nothing major! Just thought I’d give you a heads up.
The Local Landing
July 15th, 2009 at 6:16 am
Oop. and when I click to like something I haven’t already, it shows “0 people like this post” instead of “You like this post”
Marilu
July 15th, 2009 at 9:53 am
Hi, thanks a lot for this plugin. I have been using it since the first release and I have been translating it into spanish. Now it has been a little bit more difficult, I just did half of the translation. So if you want the spanish version (I do!) I can help you with words, but I need help with the code.
Rebecca
July 15th, 2009 at 2:48 pm
Hi!
I reall like this plugin, but there are some few thing I hope you can add.
- What I understand, I cant place this plugin where i want at my posts, I want to have it after my comment-link. So it would be lovley if it could be a function that you can place the “like” plugin where ever you want.
- It would be lovley to recive an email when someone “like” the posts. If they “like” old posts its easy to miss it.
– It would be nice if the Thumb-pic and the counting of how many pepole who “likes” it could be on the same line!
Please answer to my email adress.
Aakash Bapna
July 15th, 2009 at 3:16 pm
@local landing
everything should be fixed now with 2.0.1.
thanks for reporting those,, I kinda rushed up for the release
There is new code for calling the plugin anywhere you want-
<?php if(is_callable('wp_likes_render::post')) wp_likes_render::post();?>Put this in your theme file whereever you want likes to appear.
@Marilu
This release was meant to simplify translations by putting text in the settings. Anyways send me the translations at me[at]aakash[dot]me, I will map them to likes.php file and send you back.
@Rebecca
There’s a way as I pointed earlier in this comment to render the plugin wherever you want.
I am still tweaking the designs will test that too and see how it works out.
emails could be spammy? but yea we can put a date check to mail only for older posts.. this will be coming once I figure out to track the person who liked the post.
Rebecca
July 15th, 2009 at 3:36 pm
I put the code in my “index.php” file, but it doesent work
I think the design would be more discret, and cleaner. And it would be easier to have it look like the most blogs, who have things like that on one line.
Sure, emails could be spammy, but you can also miss so many “LIKES” at older posts. It should be a function that you self can decide if you wants emails or not.
Can´t it work with IP-adresses and the name?
Many pepole uses the same computer when they read blogs, and with “Wp-user online”-plugin they can show who are online at the blog.
It´s read the visitors name and the ip adress and put them together. If there are visitors who doesent comment on the blog they are called by “Guest” and their IP.
Poushe
July 15th, 2009 at 5:51 pm
Hey I was in my plugins and it wanted to upgrade and I did and it blew out on me Data ERRORs everywhere ..better check out your upgrade.
I had to disable it until you fix it.
The Local Landing
July 15th, 2009 at 6:37 pm
Just installed 2.0.1 and it’s working great.
Here’s a couple of links to some plugins that track user activity within them. Maybe they can help you figure out how it’s done? Wish I could be more help than that, but I don’t know much about the coding of these things. :/
Keep up the good work!
The Local Landing
July 15th, 2009 at 6:38 pm
Sorry for the comment spam. Forgot to actually mention the plugins.
Just search for ‘WP Polls’ and ‘WP PostRatings’ in the plugin directory. Both by Lester Chan. They both track and report user activity by name and IP.
izdale
July 16th, 2009 at 7:42 am
On my website, if I click Unlike, the spinning .gif just endlessly spins. If I refresh the page, it does show that the post was unliked. But it didn’t spin forever before. I notice that on your page here, it doesn’t do that.
Aakash Bapna
July 16th, 2009 at 3:47 pm
@ Local Landing.. thanks will take a look, I was digging into gravatar and how it worked.
@izdale, I see you modified the plugin javascript. change ‘$’ to ‘jQuery’ in the beginning of the wp_bought.unbought function.
@Pousche I need more details of the error to be able to help you more.
izdale
July 17th, 2009 at 1:16 am
@Aakash – I didn’t modify the javascript, the only thing I modify is likes to bought, unlike to unbought, etc. I installed the plugin on my family blog as well, straight from wordpress with no modifications, and I have the same problem. I’m thinking that the plugin installed here on your blog is slightly different than the build available for download.
Nadiyah
July 27th, 2009 at 4:11 am
My plugin works perfectly fine.
Is there a way of removing the plugin from my pages (ie. contact, about me, etc.)?
Aakash Bapna
July 27th, 2009 at 9:47 pm
@Nadiyah
There is a option for that under Settings->WP Likes in admin panel.
Uncheck- “Visible on posts on pages”
Jeremy
August 6th, 2009 at 12:38 pm
I was trying to set this script up and it seemed to install correctly. However, when I call it into my layout with the function it only shows the thumbs up and the like link with a border above and below. It does not show the blurb on your page. Also, when I click it loads the loading image but that’s it. It doesn’t do anything else. My blog is located in a beta/ folder like another commenter here. Could this affect it. I use a host which has the latest php so I’m not sure what’s going on. Thanks!!
Aakash Bapna
August 9th, 2009 at 11:47 pm
Jeremy,
Is there any javascript error thrown in error console’s of firefox/chrome when you click like?
The plugin should provide some debugging information in the firebug console in firefox.
Eklenti.net > Wordpress Eklentileri » WP Likes
August 23rd, 2009 at 2:25 pm
[...] Eklenti Ana Sayfası [...]
WP Likes « -
September 5th, 2009 at 8:23 pm
[...] Eklenti Ana Sayfası [...]
dopamine
October 27th, 2009 at 10:56 pm
what bugs me though is that indeed there are cool variations (http://s.wordpress.org/extend/plugins/wp-likes/screenshot-2.png?r=167725) but I just can’t seem to find the stylesheet code for them.. :C looking for the second, girly one. :3
Aakash Bapna
October 27th, 2009 at 11:42 pm
Well. its the customization done by users. Credit goes to them. I am not sure if they will allow you to use there images/icons. You can reach them out.. (most of them are commentors on this and other WP likes post).
You can always see the stylesheet by right click->view source and searching for ‘WP Likes CSS’
As far as that design is concerned I remember seeing it here- http://walldaisy.com/ ,another girly design- http://kristinamedh.us/
dopamine
October 27th, 2009 at 11:50 pm
yup, thanks, by now it’s irrelevant anyway, I ended up writing my own CSS. I was just too lazy to customize it initially but soon I realized there’s no choice. (:
Kristina
November 6th, 2009 at 5:24 am
Hey Aakash–changed domain names (kristinamedh.us –> prettyshinysparkly.com).
For now, I have disabled the plugin because the CSS & JS is being inserted inline into every page that contains the plugin’s code (including the front page). Is there anyway the plugin can <link rel the stylesheet and <script type the Javascript rather than insert it into every page inline and garble up my markup? Just a suggestion. Otherwise, I love it! I have a fabulous implementation using hearts…will reactivate if we can get this inline thing fixed.
Hope the updating is going well!
Aakash Bapna
November 8th, 2009 at 12:24 am
@Kristina the reason for not making the CSS and javascript files external is that, it would result in 2 more HTTP requests for a small amount of data.
Also if there are n–plugins on the blog doing this, it may greatly hamper the page’s downloading speed and it may appear that the page is loading forever..
Kristina
November 13th, 2009 at 3:05 am
Ah, I see. Could there be an option in the future to copy/paste the WP likes CSS and add it to our own stylesheet, and disable the embedding of CSS by the plugin? That would, I presume, eliminate the problem. Just a thought!
Nick de Jardine
December 13th, 2009 at 3:46 am
Nice plugin, any way of preventing all the inline css / jquery being inserted in the header?
Also its fairly annoying that the plugin loads jquery (when 99% of people already have this in their header)
Cheers
Aakash Bapna
January 6th, 2010 at 3:29 am
@nick, the plugin will load jQuery only if its not being already loaded by some other plugin.
I am thinking of putting a option in next release to make the css, js
code external.
14 innovative marketing plugins for wordpress
January 17th, 2010 at 7:07 pm
[...] URL: http://blog.aakash.me/index.php/2009/04/i-likes-this-and-so-does-wordpress/ [...]
Emlak Sitesi
March 6th, 2010 at 6:10 am
Very nice
WordPressをもっと楽しむためのプラグイン30 « DesigNet
April 12th, 2010 at 5:42 pm
[...] WP Likes エントリーごとに「Like」リンクをつけて、ユーザが気に入ったかどうかがわかるようになるプラグイン/li> [...]
En iyi 40 Adet Wordpress Eklentisi indir [Ücretsiz] | www.webdunyam.net
April 18th, 2010 at 9:58 pm
[...] wp likes —-> beğendim yorum tagları gösteren güzel bir eklenti [...]