This will be a future development.
Plz do it fast sir. I need it so that i can increase traffic on my website.
thank u..
Did you check Table II-B21 and II-B21.2 ?
Yes sir, I did it. I apply them but some my website user feedback me that “they got confuse whether these icons are for share or our social page.”
Guide me how can I write “SHARE ON” like phrases above these social icons, so the people don’t get confuse.
wppa-slideshow.php from line 703 it reads:
if ( $do_it ) {
$wppa['out'] .= wppa_nltab('+').'<div id="share-'.$wppa['master_occur'].'" class="wppa-box wppa-box-text wppa-share " style="text-align: center; '.__wcs('wppa-box').__wcs('wppa-box-text').__wcs('wppa-share').'">';
$wppa['out'] .= wppa_nltab('-').'</div><!-- #share -->';
}
Change to ( add 1 line ):
if ( $do_it ) {
$wppa['out'] .= wppa_nltab('+').'<div id="share-'.$wppa['master_occur'].'" class="wppa-box wppa-box-text wppa-share " style="text-align: center; '.__wcs('wppa-box').__wcs('wppa-box-text').__wcs('wppa-share').'">';
$wppa['out'] .= 'SHARE ON etc etc etc<br/>';
$wppa['out'] .= wppa_nltab('-').'</div><!-- #share -->';
}
thank you very much,……
You are great!!!!!!!!
BTW when facebook comment integration feature will be update in wppa+.
Although you seem to be enthousiastic about my solution, it is entirely wrong.
Edit wppa-functions.php, line 6065 (near the end) reads:
return $qr.$fb.$tw.$hv.$go.$pi.//.'<small>This box is under construction and may not yet properly work for all icons shown</small>'.
Remove //. to get:
return $qr.$fb.$tw.$hv.$go.$pi.'<small>This box is under construction and may not yet properly work for all icons shown</small>'.
And see what happens. Then: change the text to what you want.
Sorry for my initial wrong reply.