when i click on face book button not opening as external link
What Facebook button?
i kept a face book button on my site to open it as external tab but it opens above my site
As I see it, there are two options:
- It’s a HTML button, meaning you can just add a
target="_blank"
attribute and it works. - It’s some weird Javascript button, meaning you need to check Facebook’s documentation to figure out how to control it.
thank u its working now