Facebook things done by Rupak Nepali
How to make facebook like button for the dynamic page
<iframe style="overflow: hidden; border: 0px none; width: 120px; height: 35px;" src="//www.facebook.com/plugins/like.php?href=<?php echo urlencode("http://%22.$_server[%22server_name%22].$_server[%22request_uri/"]); ?>&layout=button_count&show_faces=false&width=150&action=like&font=arial&layout=button_count"></iframe>
In this <iframe make space for the facebook to comunicate with the site
style="overflow: hidden; border: 0px none; width: 120px; height: 35px;"
style for the frame's data
src="//www.facebook.com/plugins/like.php?href=<?php echo urlencode("http://%22.$_server[%22server_name%22].$_server[%22request_uri/"]); ?>
source file to be liked.
<?php echo urlencode("http://%22.$_server[%22server_name%22].$_server[%22request_uri/"]); ?>
url that we inserted
other are optional
facebook like button for the dynamic pages, like button etc
<iframe style="overflow: hidden; border: 0px none; width: 120px; height: 35px;" src="//www.facebook.com/plugins/like.php?href=<?php echo urlencode("http://%22.$_server[%22server_name%22].$_server[%22request_uri/"]); ?>&layout=button_count&show_faces=false&width=150&action=like&font=arial&layout=button_count"></iframe>
In this <iframe make space for the facebook to comunicate with the site
style="overflow: hidden; border: 0px none; width: 120px; height: 35px;"
style for the frame's data
src="//www.facebook.com/plugins/like.php?href=<?php echo urlencode("http://%22.$_server[%22server_name%22].$_server[%22request_uri/"]); ?>
source file to be liked.
<?php echo urlencode("http://%22.$_server[%22server_name%22].$_server[%22request_uri/"]); ?>
url that we inserted
other are optional
facebook like button for the dynamic pages, like button etc
Comments
Post a Comment