Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pop Out Chat Function #6220

Closed
JoshWho opened this issue Jan 28, 2022 · 1 comment
Closed

Pop Out Chat Function #6220

JoshWho opened this issue Jan 28, 2022 · 1 comment

Comments

@JoshWho
Copy link
Contributor

JoshWho commented Jan 28, 2022

This will make the chat Pop Out without getting blocked by popup blockers. This also can be used with other things too just by changing the name of the "popitup"

ezgif com-gif-maker

<script language="javascript" type="text/javascript">
<!--
function popitup(url) {
	newwindow=window.open(url,'name','height=745,width=520');
	if (window.focus) {newwindow.focus()}
	return false;
}

// -->
</script>


<a rel="nofollow" href="https://link.com" onclick="return popitup('https://link.com')" /> Pop Out</a>
@stale
Copy link

stale bot commented Mar 2, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Mar 2, 2022
@stale stale bot closed this as completed Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant