Can't get shortlink working
-
Hi,
On my site I have options to share post on twitter etc. This is the current code:
<?php if ($tz_enable_twitter == "true") { ?> <li class="tweet"><a title="Tweet this post" href="https://twitter.com/home/?status=<?php the_title(); ?>?-?<?php the_permalink(); ?>">Tweet this post</a></li> <?php } ?>
Now I tried replacing <?php the_permalink(); ?> with <?php wpbitly_shortlink();?> and that didn’t work (no URL shows). I have also tried replacing it with <?php wp_get_shortlink();?> and that doesn’t work either.
Anything I can do to fix it? Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Can't get shortlink working’ is closed to new replies.