With this plugin a user can choose to post every _public_ message that s/he posts on Friendika also on Twitter. The message will be shortened to if longer then 140 characters in length. If shortened a link to the original posting will be append to the Twitter posting.
		
			
				
	
	
		
			41 lines
		
	
	
	
		
			485 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
	
		
			485 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
 | 
						|
 | 
						|
#twitter-avatar {
 | 
						|
	float: left;
 | 
						|
	width: 48px;
 | 
						|
	height: 48px;
 | 
						|
	padding: 2px;
 | 
						|
}
 | 
						|
#twitter-info-block {
 | 
						|
	height: 52px;
 | 
						|
	vertical-align: middle;
 | 
						|
}
 | 
						|
#twitter-disconnect-label {
 | 
						|
	float: left;
 | 
						|
	width: 200px;
 | 
						|
	margin-bottom: 25px;
 | 
						|
}
 | 
						|
 | 
						|
#twitter-disconnect {
 | 
						|
	float: left;
 | 
						|
}
 | 
						|
#twitter-enable-label {
 | 
						|
	float: left;
 | 
						|
	width: 200px;
 | 
						|
	margin-bottom: 5px;
 | 
						|
}
 | 
						|
 | 
						|
#twitter-checkbox {
 | 
						|
	float: left;
 | 
						|
}
 | 
						|
#twitter-pin-label {
 | 
						|
	float: left;
 | 
						|
	width: 200px;
 | 
						|
	margin-bottom: 25px;
 | 
						|
}
 | 
						|
 | 
						|
#twitter-pin {
 | 
						|
	float: left;
 | 
						|
}
 | 
						|
 | 
						|
 |