Active
Project:
Corporate Clean
Version:
7.x-2.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2013 at 04:09 UTC
Updated:
23 Apr 2013 at 04:10 UTC
What would be the best and sipmest way to include the social media buttons in the footer, as per this site:
http://demo.drupalizing.com/?theme=corporateclean
I would like to re-use the css offered by this theme. At the moment I am pasting the following code in a block, but I take it that is not the best way of doing this.
<ul class="social-bookmarks"><li class="label">Connect with us:</li>
<li class="twitter"><a href="http://twitter.com/morethanthemes"></a></li>
<li class="facebook"><a href="http://www.facebook.com/pages/More-than-just-themes/194842423863081"></a></li>
<li class="linkedin"><a href="#"></a></li>
<li class="delicious"><a href="#"></a></li>
<li class="rss"><a href="rss.xml"></a></li>
</ul>Would love to hear your advice.