Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1885

General Questions/New to Joomla! 5.x • onclick attribute google on fontawesome code

$
0
0
hi all,
i created a personalized module with clickable fontawesome icon with my contact (fb, in, phone et al.).
Now, i need to put in this code the "google onclick attribute" for improve conversion action on my website.

Specifically, i need to set the on click attribute on my phone link, but I'm not very knowledgeable about the code and I wouldn't know how to insert it correctly.

This the actually code in my site:

Code:

<span style="color: #0d0d0d;"><a href="tel:+393498224567" target="_blank" rel="noopener" style="color: #0d0d0d;"><i class="fas fa-mobile-alt fa-lg"></i></a></span>
i need to insert on click attribute and google suggest me that:
A) add the code to a link:

Code:

<a href="http://example.com/your-link">Download now!</a>
B) add the code to a button:

Code:

<button >Invia</button>
C) add the code to a image:

Code:

<img src="download_button.gif" alt="Download Whitepaper"        width="32" height="32"         />
Could someone help me create the correct code?

Statistics: Posted by spadajoker — Tue Jan 23, 2024 11:36 am



Viewing all articles
Browse latest Browse all 1885

Trending Articles