html - Redirecting to Social Media Page from a Child URL -


i have website , have seen sites , advertisements redirect social media pages site itself.

ex:

  • mysite.com/facebook should redirect facebook.com/mysitesfbpage
  • mysite.com/twitter should redirect twitter.com/mysitestwitterpage

how do this? in advance.

use meta tags

<meta http-equiv="refresh" content="0; url=http://example.com/" /> 

click here op

i consider read up meta tags


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -