How to link external website to app icons below Facebook timeline?

How do you make these icon apps below your timeline so that when you click on one of them, a new window (or the same window) opens and exits to an external website?

+3


source to share


2 answers


I don't think you can do this. But you can make it so that when you click on them, they go to the application page as usual, and on that application page you can put JavaScript code to redirect that page:

<script type="text/javascript">
top.window.location.replace('NEWLOCATION');
</script>

      



It redirects the page (which is on facebook)

+1


source


I think this is the app you can search for



https://www.facebook.com/iframehost?sk=app_208195102528120

+4


source







All Articles