Tagged: facebook, social icon
Hi folks,
I have two facebook pages for my business
1. http://www.facebook.com/pledgeback and
2. http://www.facebook.com/indiatrail
How can I present both links to users on my website? The standard enfold theme allows for only one facebook link.
Is this possible? Alternatively, can I have a separate facebook link on a couple of pages only?
Thanks for your time folks.
The website in question is: http://www.pledgeback.org
Hi Rohan!
By ‘links’ you mean the social top links?
Regards,
Josue
Hi Josue,
Yes, that’s correct. Two buttons that if clicked will take me to different facebook pages.
Rohan
Hi Rohan!
Add this at the end of js/avia.js:
var fbLink = jQuery(".social_icon_1");
fbLink.clone().insertAfter(fbLink).children("a").attr("href", "http://www.facebook.com/indiatrail");
Best regards,
Josue
Took me sometime to find the location of the file! But it is done now! Thank you so very much Josue. :)
Rohan
You are welcome, glad we could help.
Regards,
Josue