How to Add "body onload" to a single page
-
I need to add an “onload” event on a particular page so Google can dynamically insert a trackable phone number in my page. This is known as “google forwarding numbers”. I am not a developer, don’t do PHP. My problem is, when Google says “add this snippet within the body tag”, how do I do that? I have to execute the following on a single page:
<body onload=”_googWcmGet(‘number’, ‘1-800-123-4567’)”>
<span class=”number”>1-800-123-4567</span>
</body>Any help would be much appreciated!!
- The topic ‘How to Add "body onload" to a single page’ is closed to new replies.