 BashuBowri
 BashuBowri
        
                     VOLThor6
 VOLThor6 How do I move my xtgem site from http to Https ?
        
                
     
                        
    
    
                
    
                
    
                
        
                                         VOLThor6
 VOLThor6
        
                     BashuBowri
 BashuBowri I think you can achieve that with the Xt URL tag. Go 
here for the full documentation.
EDIT:
To use it inside the twig file You would need to assign the Xt URL to a variable and print the blog through Xt Script.
        
                
     
                        
    
    
                
    
                
    
                
        
                                         BashuBowri
 BashuBowri
        
                     Graham
 Graham I want to get current URL path in place of "http://example.com/index" in the following code to use it in twig template. Help me plz.
<div class="fb-comments" data-href="http://example.com/index" data-numposts="20" data-width=""></div>
Copy code 
        
                
     
                        
    
    
                
    
                
    
                
        
                                         BashuBowri
 BashuBowri
        
                     BashuBowri
 BashuBowri I want to use below code in blog twig.
<div class="fb-comments" data-href="http://bashubowri.in" data-numposts="20" data-width=""></div>
Copy code 
So how can I modify this code to get current URL in place of "http://BashuBowri.in".
        
                
     
                        
    
    
                
    
                
    
                
        
                                         BashuBowri
 BashuBowri
        
                     VOLThor6
 VOLThor6 How to use xt: URL code inside twig file
        
                
     
                        
    
    
                
    
                
    
                
        
                                         VOLThor6
 VOLThor6
        
                     BashuBowri
 BashuBowri No problem, I'm glad to help other fellow xtgem members
        
                
     
                        
    
    
                
    
                
    
                
        
                                         VOLThor6
 VOLThor6
        
                     BashuBowri
 BashuBowri Default comments isn't working since a while back. You need to use a custom comment widget like facebook comments, html comment box or disqus.
        
                
     
                        
    
    
                
    
                
    
                
        
                                         BashuBowri
 BashuBowri
        
                     Graham
 Graham I did everything but still comment form is not showing in my blog