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

About This Presentation
Title:

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

Description:

Use the following function to format facebook likes, comments count. for more info:- – PowerPoint PPT presentation

Number of Views:7
Slides: 5
Provided by: tutorialsplane
Category: Other

less

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