php - How to display website link, facebook & twitter icon in QR code using phpqrcode? -


i display website link, facebook & twitter icons.

i display 1 of above fields (links not fb , twitter icons)

qrcode::png($website); qrcode::png($facebook); qrcode::png($twitter); 

but want display combinedly below

website: http://example.com/

[ facebook icon ] [twitter icon]


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -