-
AuthorPosts
-
marvelous development Friend
marvelous development
- Join date:
- March 2013
- Posts:
- 54
- Downloads:
- 15
- Uploads:
- 25
- Thanks:
- 10
- Thanked:
- 2 times in 1 posts
May 7, 2013 at 8:30 pm #187334Hi,
I put HTML module for social side at my website. How can I put the link to all those social button? I tried using “link” button at d editor but it end up with no boxes at d frontend. This is the HTML code:
<div class=”social-wrap”>
<a class=”btn-icon btn-small icon-facebook” href=”#” title=”Facebook”>Facebook</a>
<a class=”btn-icon btn-small icon-google-plus” href=”#” title=”Google plus”>Google plus</a>
<a class=”btn-icon btn-small icon-twitter” href=”#” title=”Twitter”>Twitter</a>
<a class=”btn-icon btn-small icon-flicker” href=”#” title=”Flicker”>Flicker</a></div>Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 8, 2013 at 10:23 am #492232You can go to Admin site -> Module Manager -> Social Custom HTML module -> click Toggle editor button
Add new script below
<div class="social-wrap"><a class="btn-icon btn-small icon-facebook" href="http://www.facebook.com" title="Facebook">Facebook</a> <a class="btn-icon btn-small icon-google-plus" href="https://plus.google.com/" title="Google plus">Google plus</a> <a class="btn-icon btn-small icon-twitter" href="https://twitter.com/" title="Twitter">Twitter</a> <a class="btn-icon btn-small icon-flicker" href="http://www.flickr.com" title="Flicker">Flicker</a></div>
See the screenshot
-
1 user says Thank You to Ninja Lead for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Custom HTML module
Viewing 2 posts - 1 through 2 (of 2 total)