I upgraded my blog to WP 3.3 and the plugin simple facebook like is not fully compatible.
I'm not understanding what this deprecated code is trying to do, but i need to fix it.
the Php
function simple_facebook_link( $service = "", $url = "" ) {
artiss_facebook_link( $service, $url );
return;
}
the html
<a href="<?php simple_facebook_link(); ?>">share it</a>
artiss_facebook_link()to find out the deprecated functions. – Sisir Dec 29 '11 at 10:24