Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <?php
  2.  
  3. $title=urlencode($cat[0]['title']);
  4.  
  5. $url=urlencode('http://themagicbeans.in/projects/ddcottonfinal/blog-detials.php?id='.$id.'');
  6.  
  7. $summary=urlencode($cat[0]['content']);
  8.  
  9. $image=urlencode('http://i.imgur.com/jTPYqJA.jpg');
  10.  
  11. ?>
  12.  
  13. <a href="javascript: void(0)" onclick="window.open('http://www.facebook.com/sharer.php?s=100&p[title]=<?php echo $title;?>&p[summary]=<?php echo $summary;?>&p[url]=<?php echo $url; ?>&&p[images][0]=<?php echo $image;?>', 'sharer', 'toolbar=0,status=0,width=620,height=280');">Share</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement