It is a documentation and instructions for ITPShare using. You will find the answers of frequently asked questions about this social media extension. It describes methods for adding extra social buttons and some tips about the widgets displaying.
You should set some specific settings for Facebook like button. You have to set:
That's it.

You can add your own code in the field, which is situated in the advanced options. It is recommended to put the code into "div" tags styled with "float:left". If it needs to be entered an URL or title, use {URL} and {TITLE} of their places. The extension will replace the indicator {URL} with the address of the article. And {TITLE} will be replaced with the article title automaticаlly.

There are several options, which help you to configure the plug-in. You are able to exclude articles and categories. You can also add buttons in the article you want by entering its ID. Even the article to be located in the excluded category, it will be displayed. To do that you have to:

Go on "Plug-in manager" and find "Content - ITPShare". Open the extension and find Twitter settings on the right side. Fill the field "Twitter Name" with you Twitter account name.

After installation, you should find the file "plugins/content/itpshare/style.css". Open the file with your favourite text editor and change the values of the CSS property "margin-right". If missing "margin-right" in some of the CSS classes, you have to add.

It is not a bug in the extension. The social buttons ignore parameters in the URL. If you want to avoid that problem you have to enable Joomla! SEF.

If you would like to display the "send" button you should set a Facebook App ID. You must also select "Yes" for the option "Facebook Send Button". You will find that option in the section with advanced options of the extension.

The Facebook App ID is a unique number of your domain. You will find the ID by going on Facebook Like Button page. You must be logged in the social network to see the ID. Enter your domain name and click on "Get Code". Copy the AppID and paste it in the field for option "Facebook App ID".

ITPShare uses native Joomla! events like onContentPrepare to display the buttons. In some extensions, you have to enable this events. For example:


It is a design issue that you have to fix by changing your CSS properties and their values. You can use Firebug (for Firefox browser) or Developer Tools in Chrome to find HTML elements that cut off the widget.
For example:

I disabled the property "overflow" and now all is OK. Sometimes you have to change value of the parameter "z-index".

You are able to translate the extension fast and easy using Transifex. You should join to the site and start with ITPShare translation project. You can find more information about the translation process from the article "How to translate ITPrism extensions in your language".