php - How can I put the link to fan page on canvas page? -


i want add link fan page on canvas page. put html code below.

<a href="*******">go fanpage</a> 

i clicked link on canvas page, screen shows facebook logo instead of shows fan page. anyway clicked facebook logo, move fan page.

how can make move fan page directly?

you need break out of iframe specifying target:

<a href="*******" target="_top">go fanpage</a>


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -