Dear Mr Nguyen Cuong,
In 'social' module position, we're using Custom HTML module call '
Get Social'. The code in there is:
<div class="poscenter" style="margin-top:35px; padding-left:30px;">
<div class="yt-socialbt first"><a href="http://www.facebook.com/SmartAddons.page" class="sb facebook default min " target="_blank" rel="tooltip" data-original-title="facebook"><i class="icon facebook"></i> </a></div>
<div class="yt-socialbt"><a href="https://twitter.com/#!/smartaddons" class="sb twitterbird default min " target="_blank" rel="tooltip" data-original-title="twitterbird"><i class="icon twitterbird"></i> </a></div>
<div class="yt-socialbt"><a href="https://plus.google.com/u/0/103151395684525745793/posts" class="sb google default min " target="_blank" rel="tooltip" data-original-title="google"><i class="icon google"></i> </a></div>
<div class="yt-socialbt"><a href="#" class="sb pinit default min " target="_blank" rel="tooltip" data-original-title="pinit"><i class="icon pinit"></i> </a></div>
<div class="yt-socialbt"><a href="#" class="sb dribbble default min " target="_blank" rel="tooltip" data-original-title="dribbble"><i class="icon dribbble"></i> </a></div>
</div>
In the above code, they are code html, not YT ShortCode. They have some <i> tag, if you are using Editor: none, it will display code, you can edit the links, examples:
www.facebook.com/SmartAddons.page, twitter.com/#!/smartaddons .v.v
then you save the module.
If you using other editor, you edit the module, the <i> tag will disappear when you save module.
The solution is replace the above code by YT Shortcode. Please clear all the code, and replace by the code following:
[social type="facebook" style="cicle"]http://www.facebook.com/SmartAddons.page[/social]
[social type="twitterbird" style="cicle" ]http://twitter.com/#!/smartaddons [/social]
[social type="google" style="cicle" ]https://plus.google.com/u/0/103151395684525745793/posts[/social]
[social type="rss" style="cicle"]http://feeds.feedburner.com/smartaddons/joomla-templates[/social]
About where is Prepare Content? It has only in custom html module, please see Basic Options->Prepare Content
In the Articles, you need only choose in YT Shortcode button or copy paste code YT Shortcode, and your site will know automatically.
Thanks