How to display likes in facebook style in php | tutorialsplane.com PowerPoint PPT Presentation

presentation player overlay
About This Presentation
Transcript and Presenter's Notes

Title: How to display likes in facebook style in php | tutorialsplane.com


1

tutorialsplane.com
How to display likes in facebook style in
php
2
How to display likes in facebook style in php
Use the following function to format facebook
likes, comments count if(!function_exists(format_
num))function format_num(n) arr
array(K, M, G, T)out while (n
gt 1000 count(arr ) gt 0) n n /
1000.0out array_shift(arr )return
round(n, max(0, 3 strlen((int)n))) .
out
3
To use this function in codeigniter add this
function in system/helper/url_helper.php
file will give like counts in facebook style. Ex
100 likes 1000 likes 1 K 10000 likes 10 K
Source- https//www.tutorialsplane.com/how-to-di
splay-likes-in-facebook-style-in-php/ for more
ppts..
4
(No Transcript)
Write a Comment
User Comments (0)
About PowerShow.com