Skip to content

Commit

Permalink
Added link to TweetSort to the bot submission form.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbohacek committed Dec 16, 2022
1 parent 7cbe14a commit 270e984
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template-submit-your-bot.php
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,8 @@ function get_network_name( $network_term_slug ){
$twitter_username = $helpers->get_twitter_username_from_url( $bot_urls_val );
?>
<p>
<a href="https://www.tweetsort.io/?user=<?php echo $twitter_username; ?>" target="_blank">TweetSort</a>
|
<a href="https://socialbearing.com/search/user/<?php echo $twitter_username; ?>" target="_blank">Social Bearing</a>
</p>
<?php } ?>
Expand Down

0 comments on commit 270e984

Please sign in to comment.