Guest User

Untitled

a guest
May 24th, 2013
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. John Doe likes a link
  2. | http://www.mysite.com/my_app?app_data=abcdef123
  3.  
  4. <div class="fb-like" data-href="http://apps.facebook.com/my_app/?app_data=<?php
  5. echo urlencode(base64_encode(json_encode($app_data))); ?>" data-send="true" data-layout="button_count" data-width="150" data-show-faces="false" data-font="arial"></div>
Advertisement
Add Comment
Please, Sign In to add comment