The Power User Guide to the Better Click To Tweet WordPress Plugin

This is the guide to the hidden features of the Better Click To Tweet WordPress plugin. To start with, here’s a bit of philosophy. (If you want to get straight to the how-to, skip to the appropriate sections below)

Why Hide the Power Features?

WordPress is a fantastic tool for publishing. The low entry bar and “5 minute install” have made it such that you can set your grandfather up with a self-hosted website that he can update and love.

I always have your grandfather in mind when I am developing my plugins. I want to go out of my way not to do something that would lose him. The WordPress philosophy calls this “Decisions, not Options.”:

As developers we sometimes feel that providing options for everything is a good thing, you can never have too many choices, right? Ultimately these choices end up being technical ones, choices that the average end user has no interest in. It’s our duty as developers to make smart design decisions and avoid putting the weight of technical choices on our end users.

I debated whether even adding the option to remove the via was giving too many options. But I had multiple users asking for that functionality, so I added it in as a visible option.

It turns out the Internet is a picky place, and requests for very specialized functionality started rolling in. This guide is for those power users. Here’s to making power users happy while not alienating your grandpa.

So, instead of making visible options (which violates the spirit of the WordPress philosophy), I made each of the following features an invisible one: you have to know they’re there to utilize them. There’s no checkbox or dropdown menu.

Selectively Removing the URL

A few users have asked for the ability to remove the URL from the tweet. The vast majority of my plugin’s users want a link back to the post when they create a click to tweet box, but for those who don’t, now there’s a way to remove that link.

This is such a life-changing quote it doesn't need a link. Share on XIf you want to remove the URL linking back to your post from a tweet, simply modify the shortcode, adding a new parameter of url="no". So, to make a box that looks and behaves like the quote to the left. (click the text to see that there’s no URL in the resulting tweet)

Your shortcode would look like this:

[bctt tweet="This is such a life-changing quote it doesn't need a link." url="no"]

If you additionally wanted to remove the “via” the shortcode would be:

[bctt tweet="This is such a life-changing quote it doesn't need a link." url="no" via="no"]

UPDATE: as of version 4.2, now you can input a custom URL in the url parameter, and the custom url (no matter how long) will be passed on to the tweet. So, this shortcode will link to the fictitious page “http://yourwebsite.com/you-can-even-use-long-urls-here”:

[bctt tweet="This tweet will contain a totally custom URL" url="http://yourwebsite.com/you-can-even-use-long-urls-here"]

Have you checked out the best Click To Tweet plugin for WordPress? Share on X This is helpful for click to tweet boxes that you want to use to link to other things, like products. For example, I could use it to promote my plugins from within a blog post, like the quote to the left.

Known issues:

  • URLs with non-ascii characters (éåø and the like) are not currently supported. This is a limitation of PHP, and something I’m working to fix in a future release.
  • You must include the http:// or https:// at the beginning of the url parameter.
  • If your URL has the & symbol in it, it’ll confuse Twitter, and things will go badly. To avoid this issue, manually shorten your custom URLs that have that symbol in them using a service like bit.ly before inserting it in the shortcode.

Selectively making links “nofollow”

If you, like me, have only a vague idea of what the concept of “nofollow” is in the SEO world, this infographic might help.

Making the front-facing links in your Better Click To Tweet boxes “nofollow” probably has very little effect on your SEO, but some folks pay a lot of attention to such things, and started to request on the forum that I enable rel="nofollow" on the links generated on posts by my plugin.

As of version 4.0, adding the nofollow attribute in the Better Click To Tweet box is as simple as adding an extra nofollow="yes" attribute to the shortcode:

[bctt tweet="Dear Search Engines, Please don't follow this link." nofollow="yes"]

Designing Custom Templates

Do you love the Better Click To Tweet plugin, but aren’t super jazzed by the design of the boxes?

As of version 4.1, there’s an option to completely take control of the design of the boxes on the front end of the site.

Here’s a step-by-step on how to make that happen.

  1. Connect via FTP to your site’s server.
  2. Drag the bcttstyle.css file currently in /wp-content/plugins/better-click-to-tweet/assets/css to the root of your /wp-content/uploads directory
  3. Poof. Done. Your box style just completely changed, and you haven’t touched any code.
Just drag it, drop it, and go refresh your site!

Any changes you make to the bcttstyle.css file will be reflected on your site. If you don’t like the new style, you can change it back by moving, renaming, or deleting the file in your /uploads directory. Also, the fact that the new file lives in the root of your /uploads directory means that any changes you make to it will not be overwritten by future plugin updates!

*note* If you come up with some cool designs, feel free to let me know, and they can be included in the plugin as options in future releases. I’ll credit you here and on the official WordPress.org repository page.

I’ll continue to update this post in the event that more advanced features are added to the plugin. Here’s to making the web a less confusing space for your Grandpa, but a more powerful place for you.

Speaking of my services (wait, did I forget to mention I offer WordPress services?) I specialize in outrunning and outsmarting hackers. Contact me today to get started.

I’ve closed comments on this post. If you need support, please use the official plugin support forums.

Removing the Via: A Better Click To Tweet Tutorial

Mmm. Updated Plugin goodness for all!
Mmm. Updated Plugin goodness for all!

As of v3.1, the Better Click To Tweet WordPress plugin supports the ability to selectively remove the “via @YourTwitterHandle” (I’ll refer to it as simply the “via” from here on out) on a tweet-by-tweet basis.

This is useful for folks who want to leave the “via” in most of the time, but if they have a longer quote they want to make tweetable, they are now able to (when the need arises) leave off the “via” without wholesale removing it from tweets site-wide.

While this new functionality is enabled by default, existing users who don’t wish to use it will not be affected. Here’s a brief tutorial on how to leave the “via” off of a tweet:

Step 1: Include your Twitter username

For starters, if you ever want the “via” to show up, you need to include your Twitter username in the Better Click To Tweet settings at /wp-admin/options-general.php?page=better-click-to-tweet.

Once your Twitter username is saved, the “via” will show up by default, as always. If the username is not saved, the “via” will never show up, no matter how you format the shortcode in step 2.

Step 2: Format the shortcode

Now let’s say you’ve got a GREAT quote that is just slightly too long for the 117 characters you have left after the URL. To leave off the “via” so that your quote will fit, simply add via="no" to the shortcode. The resulting shortcode should look like this: bctt tweet="Some glorious quote" via="no" (put it inside of brackets [ ], of course)

That’s it! Your 115 character quote will shine through perfectly!

I just updated to (even) Better Click To Tweet v3.1, and this guide helped me! Share on X

Pro Tips and Troubleshooting:

  • the via="no" attribute is case sensitive, so via="No" will not work, and Via="no" will also not work.
  • If you use the visual editor, I’ve upgraded the javascript used to auto-generate the shortcode. All you have to do is uncheck the box to leave off the “via” (and again, it defaults to having the “via” show up automatically).

How to Use the Better Click To Tweet Plugin with YOURLS and Bit.ly

As of version 3.0, The Better Click To Tweet plugin now supports the option to use the built-in WordPress shortlink system.

While this doesn’t change the allowable number of characters in the tweet (my plugin does the math based on Twitter’s built-in and unavoidable t.co shortened URL length), it does allow you to use the plugin alongside other plugins which modify the WordPress shortlink using services like bit.ly or yourls.org.

I am using a custom YOURLS.org shortener at http://benlikes.us for my shortened links, so I’ll teach you how to set that up, and also how to set up a bit.ly plugin I recommend. For Bit.ly instructions, skip to that section below.

Set up Better Click To Tweet and yourls.org

The plugin I recommend for use with yourls.org-powered shortlinks is YOURLS Link Creator, though it hasn’t been updated in a while.

This tutorial assumes you’ve already got a functioning YOURLS install

The first step is to install both plugins, and configure the settings in both plugins. For that you’ll need your Yourls secret signature token found in the admin -> tools section of your YOURLS install.
Untitled design (6)
Copy and paste that token into the setting page on the YOURLS Link Creator settings page at wp-admin/options-general.php?page=yourls-settings

Untitled design (6)

Make sure to check the box labeled “Use YOURLS for Shortlink.”

Now, in the Better Click To Tweet settings at wp-admin/options-general.php?page=better-click-to-tweet, make sure to check the box labeled “Use Short URL?

Untitled design (7)

You’re done! Now the plugins will work together to deliver trackable links through YOURLS!

To ensure everything is working, click a Better Click To Tweet box in a post, and verify that the short URL is being delivered. If you are using a caching plugin or a CDN, make sure to empty the cache and update the CDN with all the applicable plugin files!

If you are having any issues, start a support thread on the WordPress.org forums. I actively answer those.

Set up #WordPress Click To Tweet boxes with yourls.org link shortening in 5 minutes! Share on X

If you’ve found this tutorial (and my plugin) helpful, the best ways to show it are to donate, review, and share about it using the box above!

Set up Better Click To Tweet and bit.ly

The plugin I recommend for creating bit.ly shortlinks is WP Bitly.

Once you’ve installed and activated both plugins, go to the WP Bitly settings near the bottom of the Writing Settings page at wp-admin/options-writing.php and insert your bit.ly OAuth Token. You can find that token by following the link on that page to https://bitly.com/a/wordpress_oauth_app and copy/pasting.

Untitled design (7)

Once you’ve done that (don’t forget to save the settings), head over to the Better Click To Tweet settings at wp-admin/options-general.php?page=better-click-to-tweet, make sure to check the box labeled “Use Short URL?

Untitled design (7)

You’re done! Now the plugins will work together to deliver trackable links through bit.ly!

To ensure everything is working, click a Better Click To Tweet box in a post, and verify that the bit.ly URL is being delivered. If you are using a caching plugin or a CDN, make sure to empty the cache and update the CDN with all the applicable plugin files!

If you are having any issues, start a support thread on the WordPress.org forums. I actively answer those.

Set up #WordPress Click To Tweet boxes with bit.ly link shortening in 5 minutes! Share on X

If you’ve found this tutorial (and my plugin) helpful, the best ways to show it are to donate, review, and share about it using the box above!

Better Click To Tweet: My Second WordPress Plugin

Better Click to Tweet is my second official plugin in the WordPress repository. Like most second plugins, this one is far more advanced than its older brother. For starters, I am beginning to grasp more advanced concepts like internationalization, and this plugin comes ready to translate into different languages, depending on the language of your WordPress install.

It started as a search for a plugin to create simple, styled boxes in posts that would allow readers to click on a link that produces a ready-made tweet. Like this one:

The Better Click To Tweet plugin is simple, user-friendly, and translation ready! Share on X

Go ahead and click on the text above, it will pull up a tweet that links back to this post, and gives you the ability to immediately click to tweet it (it has an extra step to let you customize the tweet to your liking!)

I went in search of that functionality, and found a plugin that I liked parts of, but not how it handled the actual meat of the process. It’s pretty technical to explain, but the short version is that the original plugin doesn’t properly use the WordPress shortcode API (because it was written before such a thing existed), and it also makes some mistakes in calculating the number of non-Roman characters like © or ∆ or œ.

Also, at the time, the plugin I based mine off of had an annoying “powered by” link that appeared in every box. In addition to being annoying, it’s against the WordPress rules.

I was going to suggest some changes to the original plugin, but as I went to do so I noticed it had been pulled from the repo (the WordPress overlords were obviously displeased by the “powered by” link as well). So I set out rewriting the plugin from the ground up, using the official shortcode API, and some other tricks I learned.

Thanks to Canva for the great little icon!
Thanks to Canva for the great little icon!

Long story short, the original plugin is now back in the repo (sans the “powered by” link) but mine was released in the meantime.

Since its launch, my improved plugin has been downloaded more than 1,000 times, with only 3 support requests.

If you’re looking for a great way to drive twitter engagement on your blog, give my plugin a shot!

Here’s the official plugin on the WordPress repo.

Oh, and if you want folks to come read this cutting-edge journalism:

The story of how I got over 1,000 downloads of my second straight #WordPress plugin. Share on X