Thymeleaf dialect offering Spring Social connectivity integration. Offers a social:connected
attribute that conditional renders content based on whether or not a user has a connection with a given provider.
Example:
<div social:connected="facebook">
Only rendered if connected to Facebook
</div>
@author Craig Walls
|
|
|
|
|
|
|
|
|
|