Theme Categories: 1 Sidebar, 2 Columns, 3 Columns Footer, Adapted from Wordpress, Fixed width, Magazine, Orange, Right Sidebar, Top Navigation Bar, White,
Theme Name:
Delphi
Author / URL:
NewBloggerThemes | https://newbloggerthemes.com/
Designer / URL:
Fabthemes | http://www.fabthemes.com/
Published Date:
September 7, 2012
How To Link Social Buttons to your Profiles
Find this (in "Edit HTML") :
<ul class='social'> <li class='facebook'> <a href=''> Facebok </a> </li> <li class='feed'> <a expr:href='data:blog.homepageUrl + "feeds/posts/default"'> RSS </a> </li> <li class='twitter'> <a href=' https://twitter.com/username'> Twitter </a> </li> <li class='mail'> <a href='mailto:abc@123.com'> Email </a> </li> </ul>
You want to add your links like this (for example I added links of mine):
<ul class='social'> <li class='facebook'> <a href='https://www.facebook.com/newbthemes'> Facebok </a> </li> <li class='feed'> <a expr:href='data:blog.homepageUrl + "feeds/posts/default"'> RSS </a> </li> <li class='twitter'> <a href='http://twitter.com/newbthemes'> Twitter </a> </li> <li class='mail'> <a href='mailto:abc@123.com'> Email </a> </li> </ul>