Facebook/Twitter Social Buttons in Social Module

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Dec 23, 2012 6:53 pm
Reply with quote
Report this post
Hello,

I've finally figured out how to get the appropriate Social buttons to appear in the Social module area -- Custom HTML -- but I cannot figure out how to get my Facebook and Twitter HTML links in there.

Any help?

http://www.soundstagenetwork.com/soundstagenetwork.com

Doug Schneider
User avatar
Fresh Boarder

Konrad M
Mon Dec 24, 2012 12:39 pm
Reply with quote
Report this post
Hi,

if you have this code for example for facebook:
Code: Select all
<a class="gkFb" href="#">Facebook</a>

you have to change '#' to url to your facebook account. For example:
Code: Select all
<a class="gkFb" href="http://www.facebook.com/your_account">Facebook</a>
User avatar

GK User
Mon Dec 24, 2012 3:43 pm
Reply with quote
Report this post
I don't know why I didn't see that before! But thanks very much -- all fixed.

Doug Schneider
User avatar
Fresh Boarder


cron