• 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.

    https://wordpress.org/plugins/tweet-wheel/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author NerdCow

    (@nerdcow)

    Hi jezza,

    That is a brilliant idea! There is already a possibility to add your own template tags using hooks, however it is definitely a way further to expand the plugin.

    Much appreciated and added onto the to-do list 🙂

    Thread Starter jezza101

    (@jezza101)

    No probs, add this in and you have my perfect plugin.

    Well, that and my other request – multi account support. 🙂

    Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Taxonomy to Hash Tag’ is closed to new replies.