Saturday, September 21, 2013

how to share custom multiple image ,title, description on facebook wall?

<?php
$title=("bikash nayak"); $des=("this is the best way"); $url=('http://staging.techwave.com/babygizmo/category/strollers'); $imag=('http://tsg1895usa.com/components/com_virtuemart/shop_image/product/S1-16-008-09-1-02-(LSSC16006-I2)-44A.jpg'); $facebookur='http://www.facebook.com/sharer.php?s=100&p[title]='.$des.'&p[summary]='.$des.'&p[url]='.$url.'&p[images][0]='.$imag; echo $url; //then paste on browser address
?>

No comments:

Post a Comment