Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    This will be a future development.

    Thread Starter nimishgupta

    (@nimishgupta)

    Plz do it fast sir. I need it so that i can increase traffic on my website.

    thank u..

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Did you check Table II-B21 and II-B21.2 ?

    Thread Starter nimishgupta

    (@nimishgupta)

    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.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    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 -->';
    }

    Thread Starter nimishgupta

    (@nimishgupta)

    thank you very much,……

    You are great!!!!!!!!

    BTW when facebook comment integration feature will be update in wppa+.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘connect images with facebook’ is closed to new replies.