facebook - Redirect an Iframe page tab running on wordpress -


i wish redirect iframe page tab running on wordpress open custom shopping cart tab. put want click page menu tab named products here-

http://facebook.com/halfpriceheaven ( tab hidden now)

when clicked want custom tab shop page open.

can done , how please.

if want redirect user within facebook page tab iframe, depending on website language can achieve this. in php instance: header("location: my_page.php");

otherwise, if want redirect user website outside facebook, use like:

<script>top.location.href="http://example.com/page.php"</script> 

Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -