html: how to automatically redirect traffic from my webspace to a different web address using HTML?
I am new to this. I and am just trying to redirect traffic from my webspace to a Facebook page. iTunes does not allow my Facebook page address to be placed there due to it’s length. So I need a relay buffer. If there is an easier way of doing this let me know.
Thanks
Well you can use a meta refresh element:
Or a javascript redirect:
Or a HTACCESS redirect:
Or use an iframe.
But personally, I’d use the short facebook URL, something like http://www.facebook.com/cnn. This should be short enough for iTunes.