To make carousel work jquery.tweet.js file is used.
You can add Twitter-widget and configure it quite easily:
<div class="tweet"> </div>
You can customize LikeBox Plugin from the official website at Facebook.
You can add Youtube Video easily:
You can add Vimeo Video easily:
This player supports such media formats as: mp3, mp4 (AAC/H.264), ogg (Vorbis/Theora), webm (Vorbis/VP8), wav, mp3, mp4 (AAC/H.264), flv
Two files are required for the player's correct work: jquery.jplayer.min.js and Jplayer.swf
HTML entry, with an example id for jPlayer:
<div id="jpId"></div>
Code Example:
$(document).ready(function() { $("#jpId").jPlayer( { ready: function () { $(this).jPlayer("setMedia", { mp3: "/mp3/elvis.mp3" // Defines the mp3 url }); } }); });
You can see more information on working with JPlayer on the official website at JPlayer
Social Icons
To add social icons to your website you can use the icon sets that are included into the purchased template package. Icon sets are located in the "images" directory.
Twitter Button
You can learn more about adding Twitter Button to your website here
Google Plus Button
You can learn more about adding Google Plus Button to your website here
Like Button
You can learn more about adding Like Button to your website here
Choose icon color, size and shadow. All these parameters should be added to the style.css for ".icon" or ".icon_social" classes. Then add attribute data-icon="" to the icon you like (hover the icon to get it's class and data-icon attribute).
For example:<a href="" class="icon" data-icon="a"> </a> <a href="" class="icon_social" data-icon="l"> </a>
Font IcoMoon is used for the social icons.