Custom Taxonomy to Hash Tag
-
Not sure if this is already possible or not, but I used to used to use a auto tweeter plugin that could create hash tags from tag/category terms.
I forked the code to add the ability to choose custom taxonomies too.
For example, by book custom post type has an author custom taxonomy. Tweet Wheel is set to tweet out books twice a day. I’d like to tweet:
“{posttitle} custom text #{author term}”It wasn’t difficult to add, when the plugin built the tweet content it would check the length of the tweet so far, check the length of # + term, if the total was <144 it would append the term. I guess you would need a menu to select which taxonomies to consider, select more than one, prioritise an order, and keep adding terms whilst total length <144.
Thanks, great plugin by the way.
- The topic ‘Custom Taxonomy to Hash Tag’ is closed to new replies.