More actions
Content deleted Content added
Created page with "→Any JavaScript here will be loaded for all users on every page load.: //Display Discord widget $( '#discord-widget' ).html( '<iframe src="https://discord.com/widget?id=647535591818395662&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>' );" |
No edit summary |
||
Line 2: | Line 2: | ||
//Display Discord widget |
//Display Discord widget |
||
$( '#discord-widget' ).html( '<iframe src="https://discord.com/widget?id=647535591818395662&theme=dark |
$( '#discord-widget' ).html( '<iframe src="https://discord.com/widget?id=647535591818395662&theme=dark" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>' ); |
Revision as of 23:20, 30 May 2025
/* Any JavaScript here will be loaded for all users on every page load. */
//Display Discord widget
$( '#discord-widget' ).html( '<iframe src="https://discord.com/widget?id=647535591818395662&theme=dark" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>' );