This plugin allows you to enter the code necessary for Piwik analytics at the bottom of every page that Friendika produces. Displaying an opt-out link is possible (optional). For details about the configuration the the header of the PHP file.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
#piwik-optout-link {
 | 
						|
	padding: 100px 50px;
 | 
						|
	text-align: justify;
 | 
						|
	font-size: 0.85em;
 | 
						|
}
 | 
						|
#piwik-code-block {
 | 
						|
	display: none;
 | 
						|
}
 |