Quote:
Originally Posted by tafreeh
I c no flying bird on you page. But I do like the slide down share this page option. Can you share that feature ?
|
Hello Tafreeh

you can find the demo here :
http://floern.com/software/tripleflap
and for the slid down sharing button
Go to
Admin Control Panel > Styles & Templates > Style Manager > Show Thread Templates > ad_global_below_navbar
add at the first this code
Code:
<div class="addthis_bar addthis_bar_medium">
<label>Share This Page:</label>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<span><a class="addthis_button_preferred_1"></a></span>
<span><a class="addthis_button_preferred_2"></a></span>
<span><a class="addthis_button_preferred_3"></a></span>
<span><a class="addthis_button_preferred_4"></a></span>
<span><a class="addthis_button_compact"></a></span>
<span><a class="addthis_counter addthis_bubble_style"></a></span>
</div>
</div>
<script type="text/javascript">
var addthis_config = {
bar_show_below : 150
}
</script>
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=YOUR PROFILE ID HERE"></script>
you can find more option and style at addthis.com
Regards,
Ahmed Salah