MyBB Community Forums

Full Version: CSS Social Buttons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Possible to convert link below to work with mybb ?

http://www.pencilscoop.com/2013/09/how-t...avascript/

interested in this, because in fact loads much faster than using javascript

probably need create plugin

something below... but not work...

$plugins->add_hook("showthread_start", "get_fb");

function get_fb ($url) {

     global $url, $json_string, $json;

$url = get_permalink();
$json_string = file_get_contents('http://urls.api.twitter.com/1/urls/count.json?url=' . $url);
$json = json_decode($json_string, true);
return isset($json['count'])?intval($json['count']):0;
}
Sorry, mistaken
(2013-12-11, 11:06 AM)marcus123 Wrote: [ -> ]There is an easy way check it out!
http://www.supportforums.net/showthread.php?tid=15864

you read link?
www.pencilscoop.com/2013/09/how-to-add-phphtml-social-buttons-without-javascript/

i want with counter ...