Social Links
Social Links is a complementary snippet for use with some themes (currently alltr) that allows users to easily add simple social links to the designated area of the theme.
Installation
To install "Social Links", double click the .rwsnippet or drag and drop the file into ~/Library/Application Support/RapidWeaver/Snippets.
Overview
Usage
Paste this snippet into the main content area or sidebar area of your site. It will look like this
<!-- Instructions: 1. Paste this snippet into the main content area or sidebar area of your site. 2. If pasted into a styled text area, be sure to select the snippet then use Format > Ignore Formatting. 3. Replace # with the full URI you wish to link to. 4. Add or remove lines as needed. 5. For a list of other supported icons, visit: http://fortawesome.github.com/Font-Awesome/ --> <div id="myExtraContent12"> <ul class="social_links"> <li><a href="#" class="icon-home"></a></li> <li><a href="#" class="icon-twitter-sign"></a></li> <li><a href="#" class="icon-facebook-sign"></a></li> <li><a href="#" class="icon-github-sign"></a></li> <li><a href="#" class="icon-plus-sign"></a></li> <li><a href="#" class="icon-camera"></a></li> <li><a href="#" class="icon-shopping-cart"></a></li> </ul> </div>
- If pasted into a styled text area, be sure to select the snippet then use Format > Ignore Formatting.
- Replace # with the full URI you wish to link to.
- Add or remove lines as needed.
- For a list of other supported icons, visit Font Awesome.
