- Joined
 - May 2, 2018
 
- Messages
 - 4,223
 
I’ve just noticed it’s been almost  a year since I shared “Share  on WhatsApp” landing pages!  My plan was to also create  landing pages with Share on Facebook  code shortly after that but I  forgot 
 
		
		
	
	
		
	
I guess it’s never too late.
		
	
Like last time, I’ve created an empty template which you can add to your existing landing page.
Here is the template that contains the code you’ll need

Copy:
Then, add this code between your <head> </head> tags to include the required JS and CSS files:
	
	
	
		
Add this code at the end of your main landing page HTML file add this, just before the </body> tag
	
	
	
		
	
		
			
		
		
	
				
			I guess it’s never too late.
Like last time, I’ve created an empty template which you can add to your existing landing page.
Here is the template that contains the code you’ll need
Copy:
- popup.css
 - popup.js
 - animation.gif
 
Then, add this code between your <head> </head> tags to include the required JS and CSS files:
		Code:
	
	<!-- for popup -->
<link  rel="stylesheet" type="text/css" href="popup.css" />
<script src="popup.js"></script>
<!-- /for  popup -->
	Add this code at the end of your main landing page HTML file add this, just before the </body> tag
		Code:
	
	<!-- popup HTML -->
<div id="wa_container"   class="wa_container share_page  wa_hidden">
<div id="wa_share_page" class="share_body  share_page wa_hidden">
    <div  class="share_hd_text">Congratulations!</div>
    <div class="prize_img"><img  src="animation.gif"></div>
    <div class="dialog_text">To  continue, please follow these steps:</div>
     <div class="share_main">
         <div  class="share_ing">
              <div class="share_instructions">
                  <p>1.
	
				


