I see the Social API tab in the Template Settings, but I cannot find where to activate and place the information for the 3 buttons in the footer of the page (facebook, twitter, RSS).
Where can I find this?
Thanks,
Carlos
<p><a class="gkTwitter" href="#">Twitter</a> <a class="gkFacebook" href="#">Facebook</a> <a class="gkRSS" href="#">RSS</a></p>
Seichinha wrote:Hi
It's a custom module type published on "social" module position.
Search on modules manager if you are working using the quickstart version.
If not, create a new custom module and use this code:
- Code: Select all
<p><a class="gkTwitter" href="#">Twitter</a> <a class="gkFacebook" href="#">Facebook</a> <a class="gkRSS" href="#">RSS</a></p>
Cheers