• Resolved dori_92

    (@dori_92)


    Hey acosmin.I found this theme and i really like it.Im using it to my new site but i cant find share buttons like is in the demo.
    Can you tell me how to do it ? Here is a screenshoot if you don’t know what i mean. https://prntscr.com/70szdw

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author acosmin

    (@acosmin)

    Please read the documentation:

    https://www.acosmin.com/documentation/justwrite/

    “Tips Hacks” section

    Thread Starter dori_92

    (@dori_92)

    Thanx ??

    It is Plugin you can get more best design and look for sharing
    Just google wp plugin for social share you will get many plugin list use any one of them

    For get title in Twitter change in social-index change this line

    <a target="_blank" href="https://twitter.com/share?url=<?php the_permalink(); ?>" rel="nofollow" class="social-btn twitter"><?php ac_icon( 'twitter' ); ?></a>

    with this

    <a target="_blank" href="https://twitter.com/share?text=<?php the_title(); ?>&url=<?php the_permalink(); ?>" rel="nofollow" class="social-btn twitter"><?php ac_icon( 'twitter' ); ?></a>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to display share buttons ?’ is closed to new replies.