br.com.thiagomoreira.liferay.plugins.share-button-app:portlets

This app creates a vertical tab in the left side of the page with 3 buttons used to share the current url on Facebook or Twitter or Google Plus.


License
Apache-2.0

Documentation

Share Button App

Build Status Coverage Status Maven Central

This app creates a vertical tab in the left side of the page with 3 buttons used to share the current url on Facebook or Twitter or Google Plus.

License

Share Button App is licensed under Apache 2 license.

Maven/Gradle

Share Button App is available on Maven central, the artifact is as follows:

Maven:

<dependency>
    <groupId>br.com.thiagomoreira.liferay.plugins.share-button-app</groupId>
    <artifactId>share-button-app</artifactId>
    <version>1.0.0</version>
    <type>lpkg</type>
</dependency>

Gradle:

dependencies {
    compile(group: "br.com.thiagomoreira.liferay.plugins.share-button-app", name: "share-button-portlet", version: "1.0.0", type: "lpkg");
}

Support

Share Button Portlet tracks bugs and feature requests with Github's issue system. Feel free to open your new ticket!

Contributing

Share Button Portlet is a project based on Maven to improve it you just need to fork the repository, clone it and from the command line invoke

mvn package

After complete your work you can send a pull request to incorporate the modifications.

Enjoy!