/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<script type="text/javascript"> var url = 'YOUR_FACEBOOK_FAN_PAGE_URL' if(top === self) { top.location.href = url; } </script>