Hello Community,
I'm looking for guidance on where and how to place the following Google One Tap code snippet for logging into a phpBB forum using Google. The snippet is provided at Google's documentation: https://developers.google.com/identity/ ... le-one-tap
<div id="g_id_onload"
data-client_id="YOUR_GOOGLE_CLIENT_ID"
data-login_uri="https://your.domain/your_login_endpoint"
data-your_own_param_1_to_login="any_value"
data-your_own_param_2_to_login="any_value">
</div>
Any tips on the appropriate location for this code within the phpBB template files would be greatly appreciated!
odf